From 39139479f8fa1b60093439a172f3f5af04d261c5 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 files changed, 2 insertions(+), 0 deletions(-) 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" { -- 1.7.1