diff options
author | marha <marha@users.sourceforge.net> | 2010-05-06 06:07:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-06 06:07:20 +0000 |
commit | b26731866b21540d615a84bc2c41ccb454305990 (patch) | |
tree | 15b9ec65fb8fdd9544f74427f8960fbec159dd74 /xorg-server/xkbdata.src/compat/caps | |
parent | 93041fdd8c52dc6ffe78516cd8955fe3d336c4b4 (diff) | |
download | vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.tar.gz vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.tar.bz2 vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.zip |
xkeyboard-config git update 6/5/2010
Diffstat (limited to 'xorg-server/xkbdata.src/compat/caps')
-rw-r--r-- | xorg-server/xkbdata.src/compat/caps | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xorg-server/xkbdata.src/compat/caps b/xorg-server/xkbdata.src/compat/caps new file mode 100644 index 000000000..d787ab63d --- /dev/null +++ b/xorg-server/xkbdata.src/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); + }; +}; |