home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / mac / exsource.old / 27_2.txt < prev    next >
Text File  |  2003-04-15  |  350b  |  18 lines

  1. #
  2. # Example 27-2
  3. # Output from the UNIX xmodmap program. 
  4. #
  5.  
  6. xmodmap: up to 3 keys per modifier, 
  7.         (keycodes in parentheses):
  8. shift Shift_L (0x6a), Shift_R (0x75)
  9. lock Caps_Lock (0x7e)
  10. control Control_L (0x53)
  11. mod1 Meta_L (0x7f), Meta_R (0x81)
  12. mod2 Mode_switch (0x14)
  13. mod3 Num_Lock (0x69)
  14. mod4 Alt_L (0x1a)
  15. mod5 F13 (0x20), F18 (0x50), F20 (0x68)
  16.  
  17.  
  18.