From 6ed7711fc4d8dc78607ac49a6ed3a54b7620554d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 1 Dec 2011 11:31:04 -0500 Subject: [PATCH] Move modifier key definitions to top of .Xmodmap for easy patching. --- src/.Xmodmap | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/.Xmodmap b/src/.Xmodmap index c60ff0a..12f9f5a 100644 --- a/src/.Xmodmap +++ b/src/.Xmodmap @@ -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 -- 2.26.2