From 573505d6064cbb5aad5b29214975545f41d69e9b Mon Sep 17 00:00:00 2001 From: Stephan Hilb Date: Mon, 3 May 2010 18:09:46 +0200 Subject: [PATCH] added missing compat-file: caps --- compat/caps | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 compat/caps diff --git a/compat/caps b/compat/caps new file mode 100644 index 0000000..d787ab6 --- /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); + }; +}; -- 2.7.4