! DEC LK201 keyboard mapping for X11 Release 4 for the Amiga
! Make keypad "()/*" DEC PF1 through PF4, put "()/*" on the Left-Alt versions
! of those keys and swap the meaning of backspace and Del keys.
keycode  98 = KP_F1
keycode  99 = KP_F2
keycode 100 = KP_F3
keycode 101 = KP_F4
keycode 226 = parenleft
keycode 227 = parenright
keycode 228 = KP_Divide
keycode 229 = KP_Multiply
keycode  73 = Delete
keycode  78 = BackSpace
! DEC editing keypad on Left-Alt keypad 7,8,9/4,5,6
! the funny hex code for keycode 199 (0x1000FF00) is a DEC private keysym
! for their Remove function.
keycode  197 = Find
keycode  198 = Insert
keycode  199 = 0x1000FF00
keycode  181 = Select
keycode  182 = Prior
keycode  183 = Next
! F1 through F10 map to DEC F1 through F10 respectively, 
! Left-Alt F1 through F10 are DEC F11 through F20 respectively except for:
! Left-Alt F5 = Help (the key, not the modifier, that is Right-Amiga, see 
! .xmodmaprcMod5x) and 
! Left-Alt F6 = Menu ("Do" key on the DEC LK201 keyboard)
keycode  220 = Help         Help
keycode  221 = Menu         Menu  
! Reassign the Esc key to be the DEC Compose Character key for use in generating
! multi-key compose sequences for special characters.
keycode  77 = Multi_key
! Keypad + is DEC keypad comma, keypad add when used with Left-Alt
keycode 102 = KP_Separator
! Amiga Left-Alt is used for local access to the alternate (high) keymap, so
! define it as NoSymbol (all 0x00's).
keycode 108 = NoSymbol
