home *** CD-ROM | disk | FTP | other *** search
- (@title Amiga Key Codes@)Here is a list of some Amiga keycodes and
- qualifier codes. You can use this information for setting up which
- key you would like to be your (@ref help:help/hotkeys@)hot key(@unref@).
-
-
-
- (@indent 2@)The (@bold@)function keys(@bold@) are 0x50 thru 0x59.
-
- (@bold@)ESC(@bold@) is 0x45.
-
- (@bold@)HELP(@bold@) is 0x5f.
-
- (@bold@)Numeric pad keys 1-3(@bold@) are 0x1d, 0x1e, and 0x1f.
-
- (@bold@)Numeric pad keys 4-6(@bold@) are 0x2d, 0x2e, and 0x2f.
-
- (@bold@)Numeric pad keys 7-9(@bold@) are 0x3d, 0x3e, and 0x3f.
-
- (@bold@)Numeric pad key ZERO(@bold@) is 0x0f.
-
- (@bold@)Numeric pad key PERIOD(@bold@) is 0x3c.
-
- (@bold@)Numeric pad key MINUS(@bold@) is 0x4a.
-
- (@bold@)Numeric pad key ENTER(@bold@) is 0x43.
-
-
-
- The Qualifiers are as follows:
-
- (@bold@)LShift(@bold@) is 0x0001.
-
- (@bold@)RShift(@bold@) is 0x0002.
-
- (@bold@)CAPS(@bold@) is 0x0004.
-
- (@bold@)Ctrl(@bold@) is 0x0008.
-
- (@bold@)LALT(@bold@) is 0x0010.
-
- (@bold@)RALT(@bold@) is 0x0020.
-
- (@bold@)RAmiga(@bold@) is 0x0040.
-
- (@bold@)LAmiga(@bold@) is 0x0080.
-
- (@bold@)NumPad(@bold@) is 0x0100.
-
- (@bold@)LMouse(@bold@) is 0x1000.
-
- (@bold@)RMouse(@bold@) is 0x2000.
-
- (@bold@)MMouse(@bold@) is 0x4000.
-
-
-
- You can combine qualifiers simply by adding them together.
- For example, if you want to use LeftShift+Control+F5 as your hotkey, do the
- following in a CLI (or shell):
-
-
-
- setenv HELPHotKeyCode 0x54
-
- setenv HELPHotKeyQual 0x0009
-