PING: [PATCH xserver] xkb: Message actions suppress other key presses #28575
Jeremy Huddleston
jeremyhu at apple.com
Mon Jan 2 12:44:59 PST 2012
Poking Daniel, Chase, and Peter directly since they understand this magic best.
On Nov 30, 2011, at 2:20 PM, Andreas Wettstein wrote:
> 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
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list