summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorStephan Hilb <stephan@ecshi.net>2010-05-03 18:09:46 +0200
committerSergey V. Udaltsov <svu@gnome.org>2010-05-04 21:22:28 +0100
commit573505d6064cbb5aad5b29214975545f41d69e9b (patch)
treeb2f9920a67490c80592691a810aed82a60177a10 /compat
parent7dcdfc49a35e06a7b9ea5a0334ad1f8810f3f119 (diff)
added missing compat-file: caps
Diffstat (limited to 'compat')
-rw-r--r--compat/caps12
1 files changed, 12 insertions, 0 deletions
diff --git a/compat/caps b/compat/caps
new file mode 100644
index 00000000..d787ab63
--- /dev/null
+++ b/compat/caps
@@ -0,0 +1,12 @@
+partial xkb_compatibility "caps_lock" {
+ // Keysym Caps_Lock locks Lock modifier.
+ // With this, the keysym Caps_Lock can be used without binding the whole
+ // key to a real modifier.
+ // This is essential when you don't want to use caps lock on the first
+ // level.
+ // This should not have any compatibility issues when used together with
+ // other layouts which don't utilize this capability.
+ interpret Caps_Lock {
+ action = LockMods(modifiers = Lock);
+ };
+};