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
|
@ -784,7 +784,7 @@ DeviceIntPtr kbd;
|
||||||
filter->active= 0;
|
filter->active= 0;
|
||||||
return ((pMsg->flags&XkbSA_MessageGenKeyEvent)!=0);
|
return ((pMsg->flags&XkbSA_MessageGenKeyEvent)!=0);
|
||||||
}
|
}
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in New Issue