]> git.phdru.name Git - dotfiles.git/commitdiff
.Xmodmap: Refactor
authorOleg Broytman <phd@phdru.name>
Thu, 9 Apr 2020 18:42:40 +0000 (21:42 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 9 Apr 2020 18:42:40 +0000 (21:42 +0300)
Just reorder sections.

lib/X11/.Xmodmap

index 0270549b978df1ab166ca29424d2bb61573e3788..eb4eeaee4eb5befca0dd988eb0e1a555659bd74a 100644 (file)
@@ -5,16 +5,6 @@
 !clear mod3
 !clear mod4
 
-!       Key       Base            Shift           Caps    ShiftCaps
-!------------------------------------------------------------------------
-!keycode 113     = Alt_R
-
-! Disable RightWin
-keycode 94     =
-
-! RightMenu = Compose
-keycode 117     = Multi_key
-
 !add shift   = Shift_L Shift_R
 !add control = Control_L Control_R
 !add mod1    = Alt_L Alt_R
@@ -26,6 +16,16 @@ keycode 117     = Multi_key
 !clear mod5
 !add mod5 = Caps_Lock Mode_switch
 
+!       Key       Base            Shift           Caps    ShiftCaps
+!------------------------------------------------------------------------
+!keycode 113     = Alt_R
+
+! Disable RightWin
+keycode 94     =
+
+! RightMenu = Compose
+keycode 117     = Multi_key
+
 
 !
 ! Some examples
@@ -41,10 +41,10 @@ keycode 117     = Multi_key
 ! add Lock = Caps_Lock
 ! add Control = Control_R
 
-!!!!! move around the escape key (PC only!)
-!!!!! `/~ key does Escape (shifted, ~)
-! keycode 49 = Escape asciitilde
-
 !!!!! make backspace be ` and ~
 ! keysym BackSpace = quoteleft asciitilde
 ! keycode 22 = quoteleft asciitilde
+
+!!!!! move around the escape key (PC only!)
+!!!!! `/~ key does Escape (shifted, ~)
+! keycode 49 = Escape asciitilde