diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-28 14:46:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-28 14:46:42 -0300 |
commit | 910ded3a4c2ffdaa5286ae8a93d6d1cad225204a (patch) | |
tree | 2f7ccd9474627f9dd6446dbb98acc292cb8e2722 | |
parent | bb38ca2f992dd39289e0381e7fcf547f3d9e939a (diff) | |
download | xsession-910ded3a4c2ffdaa5286ae8a93d6d1cad225204a.tar.gz xsession-910ded3a4c2ffdaa5286ae8a93d6d1cad225204a.tar.bz2 |
Xmodmap: Make CapsLock work like Control
-rw-r--r-- | Xmodmap.dot.link | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Xmodmap.dot.link b/Xmodmap.dot.link index 7f77803..b2677c9 100644 --- a/Xmodmap.dot.link +++ b/Xmodmap.dot.link @@ -11,5 +11,8 @@ keycode 166 = Prior keycode 167 = Next ! Make CapsLock work like Control -!clear lock -!keycode 66 = Control_L +clear lock +remove Lock = Caps_Lock +keysym Caps_Lock = Control_L +keycode 66 = Control_L +add Control = Control_L |