home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / xpmfb.zip / keymap < prev    next >
Text File  |  1998-04-11  |  798b  |  40 lines

  1. ! These are the keys that have to be fixed (i.e., they have wrong
  2. ! keycodes in the XFree86 keymap):
  3.  
  4. keycode 102 = Mode_switch     Multi_key
  5. keycode  99 = Control_R
  6. keycode 105 = Up
  7. keycode 110 = Down
  8. keycode 108 = Right
  9. keycode 107 = Left
  10.  
  11. keycode 103 = Pause           Break
  12. keycode 101 = Print           Execute
  13.  
  14. keycode 112 = Insert
  15. keycode 104 = Home
  16. keycode 106 = Prior
  17. keycode 113 = Delete
  18. keycode 109 = End
  19. keycode 111 = Next
  20.  
  21. keycode 100 = KP_Divide
  22.  
  23. clear Shift
  24. clear Lock
  25. clear Control
  26. clear Mod1
  27. clear Mod2
  28. clear Mod3
  29. clear Mod4
  30. clear Mod5
  31.  
  32. add    Shift   = Shift_L Shift_R
  33. add    Lock    = Caps_Lock
  34. add    Control = Control_L Control_R
  35. add    Mod1    = Alt_L
  36. add    Mod2    = Num_Lock
  37. add    Mod3    = Mode_switch
  38. add    Mod5    = Scroll_Lock
  39.  
  40.