diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 14:49:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 14:49:05 +0000 |
commit | 17979de7c4282b654cf7f88335350ea47cf8908a (patch) | |
tree | 5ee1b2e86e8650293c1b74eaf33f825a4cc3d26e /app/xmodmap/swap.km | |
parent | 0258d6c33dc60b8330e22a6748919d1df54158ff (diff) |
Importing from X.Org indiviual releases
Diffstat (limited to 'app/xmodmap/swap.km')
-rw-r--r-- | app/xmodmap/swap.km | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/xmodmap/swap.km b/app/xmodmap/swap.km new file mode 100644 index 000000000..64c55e5a4 --- /dev/null +++ b/app/xmodmap/swap.km @@ -0,0 +1,11 @@ +! +! Swap Caps_Lock and Control_L +! + +remove Lock = Caps_Lock +remove Control = Control_L +keysym Control_L = Caps_Lock +keysym Caps_Lock = Control_L +add Lock = Caps_Lock +add Control = Control_L + |