diff options
author | Stephan Hilb <stephan@ecshi.net> | 2010-05-03 18:09:46 +0200 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-04 21:22:28 +0100 |
commit | 573505d6064cbb5aad5b29214975545f41d69e9b (patch) | |
tree | b2f9920a67490c80592691a810aed82a60177a10 /compat | |
parent | 7dcdfc49a35e06a7b9ea5a0334ad1f8810f3f119 (diff) | |
download | xkeyboard-config-573505d6064cbb5aad5b29214975545f41d69e9b.tar.gz xkeyboard-config-573505d6064cbb5aad5b29214975545f41d69e9b.tar.bz2 xkeyboard-config-573505d6064cbb5aad5b29214975545f41d69e9b.zip |
added missing compat-file: caps
Diffstat (limited to 'compat')
-rw-r--r-- | compat/caps | 12 |
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); + }; +}; |