home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 301.lha / hyperhelp / help / amiga / keycodes < prev    next >
Encoding:
Text File  |  1980-12-03  |  1.4 KB  |  66 lines

  1. (@title Amiga Key Codes@)Here is a list of some Amiga keycodes and
  2. qualifier codes. You can use this information for setting up which
  3. key you would like to be your (@ref help:help/hotkeys@)hot key(@unref@).
  4.  
  5.  
  6.  
  7. (@indent 2@)The (@bold@)function keys(@bold@) are 0x50 thru 0x59.
  8.  
  9. (@bold@)ESC(@bold@) is 0x45.
  10.  
  11. (@bold@)HELP(@bold@) is 0x5f.
  12.  
  13. (@bold@)Numeric pad keys 1-3(@bold@) are 0x1d, 0x1e, and 0x1f.
  14.  
  15. (@bold@)Numeric pad keys 4-6(@bold@) are 0x2d, 0x2e, and 0x2f.
  16.  
  17. (@bold@)Numeric pad keys 7-9(@bold@) are 0x3d, 0x3e, and 0x3f.
  18.  
  19. (@bold@)Numeric pad key ZERO(@bold@) is 0x0f.
  20.  
  21. (@bold@)Numeric pad key PERIOD(@bold@) is 0x3c.
  22.  
  23. (@bold@)Numeric pad key MINUS(@bold@) is 0x4a.
  24.  
  25. (@bold@)Numeric pad key ENTER(@bold@) is 0x43.
  26.  
  27.  
  28.  
  29. The Qualifiers are as follows:
  30.  
  31. (@bold@)LShift(@bold@) is 0x0001.
  32.  
  33. (@bold@)RShift(@bold@) is 0x0002.
  34.  
  35. (@bold@)CAPS(@bold@)   is 0x0004.
  36.  
  37. (@bold@)Ctrl(@bold@)   is 0x0008.
  38.  
  39. (@bold@)LALT(@bold@)   is 0x0010.
  40.  
  41. (@bold@)RALT(@bold@)   is 0x0020.
  42.  
  43. (@bold@)RAmiga(@bold@) is 0x0040.
  44.  
  45. (@bold@)LAmiga(@bold@) is 0x0080.
  46.  
  47. (@bold@)NumPad(@bold@) is 0x0100.
  48.  
  49. (@bold@)LMouse(@bold@) is 0x1000.
  50.  
  51. (@bold@)RMouse(@bold@) is 0x2000.
  52.  
  53. (@bold@)MMouse(@bold@) is 0x4000.
  54.  
  55.  
  56.  
  57. You can combine qualifiers simply by adding them together.
  58. For example, if you want to use LeftShift+Control+F5 as your hotkey, do the
  59. following in a CLI (or shell):
  60.  
  61.  
  62.  
  63. setenv HELPHotKeyCode 0x54
  64.  
  65. setenv HELPHotKeyQual 0x0009
  66.