From 4fbca19eeab8fecdb6b130badf8c7745a1d6d2dc Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 4 May 2010 12:33:39 +0000 Subject: xkeyboard-config git update 4/5/2010 --- xorg-server/xkbdata.src/compat/misc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'xorg-server/xkbdata.src/compat/misc') diff --git a/xorg-server/xkbdata.src/compat/misc b/xorg-server/xkbdata.src/compat/misc index 9566bc6f6..68cda9594 100644 --- a/xorg-server/xkbdata.src/compat/misc +++ b/xorg-server/xkbdata.src/compat/misc @@ -115,3 +115,13 @@ default partial xkb_compatibility "misc" { include "ledscroll" }; + +partial xkb_compatibility "assign_shift_left_action" { + // Because of the irrevertable modifier mapping in symbols/pc is + // getting bound to the Lock modifier when using + // symbols/shift(both_capslock), creating unwanted behaviour. + // This is a quirk, to circumvent the problem. + interpret Shift_L { + action = SetMods(modifiers = Shift); + }; +}; -- cgit v1.2.3