home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0594.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  852 b   |  38 lines

  1.  
  2. Does anyone know how to change the 'Alt Graph' key into just an Alt
  3. key?  I thought that the following would work, but it didn't.
  4.  
  5.  
  6. keysym Mode_switch = Alt_L
  7.  
  8.  
  9. Also if anyone want their num_lock key not to work, but have the
  10. numeric keypad a numeric keypad I did this and it seems to work.  Also
  11. you can rebind them different than the other keypads.  The F??
  12. mappings will make Home, End, PageUp, Page Down, work like the
  13. numerick keypad equivalents.
  14.  
  15. keycode 59 = F27
  16. keycode 81 = F33
  17. keycode 103 = F29
  18. keycode 130 = F35
  19. keycode 101 = KP_0
  20. keycode 119 = KP_1
  21. keycode 120 = KP_2
  22. keycode 121 = KP_3
  23. keycode 98 = KP_4
  24. keycode 99 = KP_5
  25. keycode 100 = KP_6
  26. keycode 75 = KP_7
  27. keycode 76 = KP_8
  28. keycode 77 = KP_9
  29. keycode 57 = KP_Decimal
  30. keycode 53 = KP_Divide
  31. keycode 54 = KP_Multiply
  32. keycode 78 = KP_Subtract
  33. keycode 132 = KP_Add
  34. keycode 97 = KP_Enter
  35.  
  36.  
  37.  
  38.