mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
xmodmap changes
This commit is contained in:
parent
15d3ef6e4f
commit
eb1bb24949
4 changed files with 268 additions and 8 deletions
18
.Xmodmap
18
.Xmodmap
|
|
@ -1,11 +1,10 @@
|
|||
pointer = 1 2 3 5 4 7 6 8 9 10 11 12
|
||||
|
||||
clear control
|
||||
clear mod1
|
||||
clear lock
|
||||
clear mod1
|
||||
|
||||
|
||||
keycode 8 =
|
||||
keycode 9 = Escape NoSymbol Escape
|
||||
keycode 9 = grave asciitilde grave asciitilde dead_tilde asciitilde dead_tilde
|
||||
keycode 10 = 1 exclam 1 exclam exclamdown onesuperior exclamdown
|
||||
keycode 11 = 2 at 2 at masculine twosuperior masculine
|
||||
keycode 12 = 3 numbersign 3 numbersign ordfeminine threesuperior ordfeminine
|
||||
|
|
@ -33,7 +32,7 @@ keycode 33 = semicolon colon semicolon colon odiaeresis Odiaeresis odiaeresis
|
|||
keycode 34 = bracketleft braceleft bracketleft braceleft guillemotleft U2039 guillemotleft
|
||||
keycode 35 = bracketright braceright bracketright braceright guillemotright U203A guillemotright
|
||||
keycode 36 = Return NoSymbol Return
|
||||
keycode 64 = Control_L NoSymbol Control_L
|
||||
keycode 37 = Alt_L Meta_L Alt_L Meta_L
|
||||
keycode 38 = a A a A aacute Aacute aacute
|
||||
keycode 39 = r R r R dead_grave asciitilde dead_grave
|
||||
keycode 40 = s S s S ssharp U1E9E ssharp
|
||||
|
|
@ -60,7 +59,7 @@ keycode 60 = period greater period greater dead_abovedot asciitilde dead_aboved
|
|||
keycode 61 = slash question slash question questiondown asciitilde questiondown
|
||||
keycode 62 = Shift_R NoSymbol Shift_R
|
||||
keycode 63 = KP_Multiply KP_Multiply KP_Multiply KP_Multiply KP_Multiply KP_Multiply XF86ClearGrab
|
||||
keycode 37 = Alt_L Meta_L Alt_L Meta_L
|
||||
keycode 64 = Control_L NoSymbol Control_L
|
||||
keycode 65 = space space space space space nobreakspace space
|
||||
keycode 66 = Escape NoSymbol Escape
|
||||
keycode 67 = F1 F1 F1 F1 F1 F1 XF86Switch_VT_1
|
||||
|
|
@ -104,7 +103,7 @@ keycode 104 = KP_Enter NoSymbol KP_Enter
|
|||
keycode 105 = Control_R NoSymbol Control_R
|
||||
keycode 106 = KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide XF86Ungrab
|
||||
keycode 107 = Print Sys_Req Print Sys_Req
|
||||
keycode 108 = Super_L NoSymbol Super_L
|
||||
keycode 108 = Super_R NoSymbol Super_R
|
||||
keycode 109 = Linefeed NoSymbol Linefeed
|
||||
keycode 110 = Home NoSymbol Home
|
||||
keycode 111 = Up NoSymbol Up
|
||||
|
|
@ -130,7 +129,7 @@ keycode 130 = Hangul NoSymbol Hangul
|
|||
keycode 131 = Hangul_Hanja NoSymbol Hangul_Hanja
|
||||
keycode 132 =
|
||||
keycode 133 = Super_L NoSymbol Super_L
|
||||
keycode 108 = Super_R NoSymbol Super_R
|
||||
keycode 134 = Super_R NoSymbol Super_R
|
||||
keycode 135 = Menu NoSymbol Menu
|
||||
keycode 136 = Cancel NoSymbol Cancel
|
||||
keycode 137 = Redo NoSymbol Redo
|
||||
|
|
@ -255,3 +254,6 @@ keycode 255 = XF86RFKill NoSymbol XF86RFKill
|
|||
|
||||
add control = Control_L Control_R
|
||||
add mod1 = Alt_L
|
||||
|
||||
pointer = 1 2 3 5 4 6 7 8 9 10 11 12
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue