home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
adaptor
/
src
/
include
/
xoptions.h
< prev
next >
Wrap
Text File
|
1993-07-08
|
688b
|
27 lines
/* list current directory */
void GenOptionsShell ();
void PopupOptions ();
static String KeyTranslation =
"<Key>Return: return_key()\n\
<Key>0: insert-char()\n\
<Key>1: insert-char()\n\
<Key>2: insert-char()\n\
<Key>3: insert-char()\n\
<Key>4: insert-char()\n\
<Key>5: insert-char()\n\
<Key>6: insert-char()\n\
<Key>7: insert-char()\n\
<Key>8: insert-char()\n\
<Key>9: insert-char()\n\
<Key>Right: forward-character()\n\
<Key>Left: backward-character()\n\
<Key>Delete: delete-previous-character()\n\
<Key>BackSpace: delete-previous-character()\n\
<Key>: is_no_digit_or_return()";
void return_key();
void is_no_digit_or_return();