[PATCH xserver] xkb: Message actions suppress other key presses #28575

Andreas Wettstein wettstein509 at solnet.ch
Wed Nov 30 11:20:21 PST 2011


When a key to which a message action is mapped is held down, presses of
other keys were not registered.

Signed-off-by: Andreas Wettstein <wettstein509 at solnet.ch>
---
 xkb/xkbActions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xkb/xkbActions.c b/xkb/xkbActions.c
index 1e94d26..cf20737 100644
--- a/xkb/xkbActions.c
+++ b/xkb/xkbActions.c
@@ -784,7 +784,7 @@ DeviceIntPtr		kbd;
 	filter->active= 0;
 	return ((pMsg->flags&XkbSA_MessageGenKeyEvent)!=0);
     }
-    return 0;
+    return 1;
 }
 
 static int
-- 
1.7.6



More information about the xorg-devel mailing list