comparison lisp/x11/x-win-sun.el @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 54cc21c15cbb
children b405438285a2
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
35 ;; - Use xmodmap to give all keys more sensible names for all apps: 35 ;; - Use xmodmap to give all keys more sensible names for all apps:
36 ;; I use this shell script: 36 ;; I use this shell script:
37 ;; 37 ;;
38 ;; for i in 0 1 2 3 4 5 6 7 8 9 Add Subtract Multiply Divide Decimal ; do 38 ;; for i in 0 1 2 3 4 5 6 7 8 9 Add Subtract Multiply Divide Decimal ; do
39 ;; echo "keysym KP-$i = KP-$i" 39 ;; echo "keysym KP-$i = KP-$i"
40 ;; done 40 ;; done | xmodmap
41 ;; 41 ;;
42 ;; Clearly, as a good X11 citizen, we can't do this. 42 ;; Clearly, as a good X11 citizen, we can't do this.
43 ;; 43 ;;
44 ;; - Use keyboard-translate-table to remap the keybindings at a low level. 44 ;; - Use keyboard-translate-table to remap the keybindings at a low level.
45 ;; This approach is taken in the function `sun-x11-keyboard-translate'. 45 ;; This approach is taken in the function `sun-x11-keyboard-translate'.