diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-07-20 12:37:32 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-07-20 12:37:32 -0400 |
commit | 562b4ac089872286ee559e365efa19b79524f9c7 (patch) | |
tree | 9e80a5601f73c423209c000775ed2f12829a0049 | |
parent | 48a8153d269f5ff8d634e0fef87dab404d18aff0 (diff) |
Add xmodmap file to rebind caps lock to left control.
-rw-r--r-- | dotfiles/xmodmap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dotfiles/xmodmap b/dotfiles/xmodmap new file mode 100644 index 0000000..aaec870 --- /dev/null +++ b/dotfiles/xmodmap @@ -0,0 +1,9 @@ +! +! Swap Caps_Lock and Control_L +! +remove Lock = Caps_Lock +remove Control = Control_L +keysym Control_L = Control_L +keysym Caps_Lock = Control_L +add Lock = Caps_Lock +add Control = Control_L
\ No newline at end of file |