home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / SYSTEM / XG_0142.TAR / xg / Xmodmap.EXMPL < prev   
Text File  |  2001-07-30  |  1KB  |  39 lines

  1. !!! Example file to be used with xmodmap
  2. !!!
  3. !!! Move this this file to  /etc/X11/Xmodmap  if you want it to be
  4. !!! performed automatically at server start.
  5.  
  6.  
  7. ! The lines below will map greek characters to the keyboard.  These can be
  8. ! reached while pressing the Alt modifier (AltGr for pc keyboards).
  9. !
  10. ! The pattern of the lines is:
  11. !    keysym <old> = <subst1> [<subst2> [<subst3> [<subst4>]]]
  12. ! where <old> is the key to be replaced with new key <subst1> for the use
  13. ! without any modifier key and optional <subst2> for use with Shift,
  14. ! <subst3> with Alt/AltGr and <subst4> with Shift + Alt/AltGr.
  15.  
  16. keysym a = a A Greek_alpha A
  17. keysym b = b B Greek_beta  B
  18. keysym g = g G g           Greek_GAMMA
  19. keysym d = d D Greek_delta D
  20. keysym q = q Q q           Greek_THETA
  21. keysym m = m M Greek_mu    M
  22. keysym p = p P Greek_pi    P
  23. keysym s = s S Greek_sigma Greek_SIGMA
  24. keysym t = t T Greek_tau   T
  25. keysym f = f F Greek_phi   Greek_PHI
  26. keysym o = o O o           Greek_OMEGA
  27.  
  28.  
  29. ! By default the server interpretes button pressed with a 2-button mouse
  30. ! as follows:
  31. !    left button  = button 1
  32. !    right button = button 2
  33. !    both buttons = button 3
  34. ! corresponding to  "pointer = 1 3 2".  If you want the server to
  35. ! interprete both buttons pressed as button 2 and right button pressed
  36. ! as button 3, uncomment the line below.
  37.  
  38. ! pointer = 1 2 3
  39.