home *** CD-ROM | disk | FTP | other *** search
/ Die Multimedia Power-CD / MULTIMEDIA.bin / sndplay / sputter / keys.txt < prev    next >
Text File  |  1991-01-29  |  2KB  |  38 lines

  1.  
  2.   Shift-values are defined as follows (hexadecimal):
  3.  
  4.           01  Right shift key
  5.           02  Left shift key
  6.           03  Both the right and left shift keys
  7.           04  Ctrl key
  8.           08  Alt key
  9.           10  either the right or left shift keys
  10.  
  11.   To use multiple shift keys, add the values (eg: 0C = Ctrl and Alt keys)
  12.  
  13.  -----------------------------------------------------------------------------
  14.    Key Scan Codes are defined as follows:
  15.  -----------------------------------------------------------------------------
  16.  | esc   01  |   t T     14  |   ; :     27  |   F1      3B  |   Gray +  4E  |
  17.  | 1 !   02  |   y Y     15  |   ' "     28  |   F2      3C  |   1 End   4F  |
  18.  | 2 @   03  |   u U     16  |   ` ~     29  |   F3      3D  |   2 Down  50  |
  19.  | 3 #   04  |   i I     17  |   l-shf   2A  |   F4      3E  |   3 PgDn  51  |
  20.  | 4 $   05  |   o O     18  |   \ |     2B  |   F5      3F  |   0 Ins   52  |
  21.  | 5 %   06  |   p P     19  |   z Z     2C  |   F6      40  |   . Del   53  |
  22.  | 6 ^   07  |   [ {     1A  |   x X     2D  |   F7      41  |               |
  23.  | 7 &   08  |   ] }     1B  |   c C     2E  |   F8      42  |   Gray *  37  |
  24.  | 8 *   09  |   enter   1C  |   v V     2F  |   F9      43  |   F11     57  |
  25.  | 9 (   0A  |   l-ctl   1D  |   b B     30  |   F10     44  |   F12     58  |
  26.  | 0 )   0B  |   a A     1E  |   n N     31  |   Num     45  |   Break   E1  |
  27.  | - _   0C  |   s S     1F  |   m M     32  |   Scroll  46  |               |
  28.  | = +   0D  |   d D     20  |   , <     33  |   7 Home  47  |               |
  29.  | bksp  0E  |   f F     21  |   . >     34  |   8 Up    48  |               |
  30.  | tab   0F  |   g G     22  |   r-shf   36  |   9 PgUp  49  |               |
  31.  | q Q   10  |   h H     23  |   prtscr  37  |   Gray-   4A  |               |
  32.  | w W   11  |   j J     24  |   l-alt   38  |   4 Left  4B  |               |
  33.  | e E   12  |   k K     25  |   space   39  |   5       4C  |               |
  34.  | r R   13  |   l L     26  |   caps    3A  |   6 Right 4D  |               |
  35.  -----------------------------------------------------------------------------
  36.                              
  37.  
  38.