mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 20:08:09 +02:00
xkb: Message actions suppress other key presses #28575
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@solnet.ch> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ed8f3c4bd1
commit
6b19436536
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ DeviceIntPtr kbd;
|
|||
filter->active= 0;
|
||||
return ((pMsg->flags&XkbSA_MessageGenKeyEvent)!=0);
|
||||
}
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue