caps revision c067fea9
1partial xkb_compatibility "caps_lock"  {
2    // Keysym Caps_Lock locks Lock modifier.
3    // With this, the keysym Caps_Lock can be used without binding the whole
4    // key to a real modifier.
5	// This is essential when you don't want to use caps lock on the first
6	// level.
7	// This should not have any compatibility issues when used together with
8	// other layouts which don't utilize this capability.
9    interpret Caps_Lock {
10        action = LockMods(modifiers = Lock);
11    };
12};
13