Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - ;!file: edkey.eho http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
;!File: edkey.eho

                           _twKBoard() Key Codes

  These code are found in the header file TWINKEY.CH which may be used to
  replace the Nantucket INKEY.CH header file.

 ----------------------------------------------------------------------------

      Editing Keys

                     Key                   #define             Code

                 Ins, Ctrl-V             | K_INS          |    22
                 Del, Ctrl-G             | K_DEL          |    7
                 Backspace, Ctrl-H       | K_BS           |    8
                 Tab, Ctrl-I             | K_TAB          |    9

                 Ctrl_Insert             | K_CTRL_INS     |    402
                 Ctrl_Delete             | K_CTRL_DEL     |    403
                 Ctrl-Backspace          | K_CTRL_BS      |    127
                 Ctrl_Tab                | K_CTRL_TAB     |    404

                 Sh_Insert               | K_SH_INS       |    22
                 Sh_Delete               | K_SH_DEL       |    07
                 Sh_Backspace            | K_SH_BS        |    08
                 Shift-Tab               | K_SH_TAB       |    271

                 Alt_Insert              | K_ALT_INS      |    418
                 Alt_Delete              | K_ALT_DEL      |    419
                 Alt_Backspace           | K_ALT_BS       |    270
                 Alt_Tab                 | K_ALT_TAB      |    421
 ----------------------------------------------------------------------------


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson