Move modifier key definitions to top of .Xmodmap for easy patching.
authorW. Trevor King <wking@drexel.edu>
Thu, 1 Dec 2011 16:31:04 +0000 (11:31 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 1 Dec 2011 16:31:04 +0000 (11:31 -0500)
src/.Xmodmap

index c60ff0ad1f806d9e2e0edd7a34497df3ef0fd182..12f9f5a2da5e29aee9e7712dfeb4b4044eaa0e90 100644 (file)
@@ -2,10 +2,17 @@
 ! Following http://www.in-ulm.de/~mascheck/X11/input8bit.html
 ! get keycodes with xev
 
+! Use Alt_R for Mode_switch
 keycode 108 = Mode_switch
+
 !clear mod3
 !add mod3 = Mode_switch
 
+! Compose key with Super_R
+keycode 134 = Multi_key
+! Compose key with Menu (for keyboards without Super_R)
+keycode 135 = Multi_key
+
 ! U208* is subscript *
 ! U00B9 is superscript one
 keycode  10 = 1 exclam U2081 U00B9
@@ -99,5 +106,3 @@ keycode  60 = period greater includes U22C5
 keycode  61 = slash question rightarrow questiondown
 ! U00A0 is a no-break space
 keycode  65 = space space U00A0 U00A0
-! Compose key with my right function key
-keycode 134 = Multi_key