Thread: Keydown...
View Single Post
  #2  
Old 03-15-2001, 01:13 AM
galen galen is offline
Professional God
Join Date: Mar 2001
Location: Colorado, USA
Posts: 925
galen is on a distinguished road
using the key's ASCII number will do it

032 = space
010/013 = carage return (LF/CR)
008 = BkSp
0;51 = F1
0;233 = é
etc...
Attached Files
File Type: txt ascii.txt (2.4 KB, 322 views)
__________________
Galen S. Kant
galen "at" terraweb.net
Reply With Quote