summaryrefslogtreecommitdiffstats
path: root/xmodmap
diff options
context:
space:
mode:
Diffstat (limited to 'xmodmap')
-rw-r--r--xmodmap/Xmodmap9
1 files changed, 9 insertions, 0 deletions
diff --git a/xmodmap/Xmodmap b/xmodmap/Xmodmap
new file mode 100644
index 0000000..85bd1fb
--- /dev/null
+++ b/xmodmap/Xmodmap
@@ -0,0 +1,9 @@
+!
+! Swap Caps_Lock and Control_R
+!
+remove Lock = Caps_Lock
+remove Control = Control_R
+keysym Control_R = Caps_Lock
+keysym Caps_Lock = Control_R
+add Lock = Caps_Lock
+add Control = Control_R