From 8cc4dd7aac9c386507052071d748f9d7b6b342e8 Mon Sep 17 00:00:00 2001 From: Stephan Hilb Date: Sun, 2 Jan 2011 17:22:30 +0100 Subject: [PATCH] assign action for keysym Shift_L by default The keysym action was up until now not explicitly defined. Shift did always work by binding the whole key to a real modifier. But you don't always want to (as in shift:both_capslock) For some reason assigning an action to Shift_L prevents the key from getting bound to the Lock modifier when using shift:both_capslock. This fixes the misbehavior of shift not shifting due to multiple mod-mapping (Shift and Lock) when using shift:both_capslock. --- compat/misc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/misc b/compat/misc index 68cda95..184fedc 100644 --- a/compat/misc +++ b/compat/misc @@ -114,6 +114,8 @@ default partial xkb_compatibility "misc" { }; include "ledscroll" + + include "misc(assign_shift_left_action)" }; partial xkb_compatibility "assign_shift_left_action" { -- 2.32.0.93.g670b81a890