mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-01-15 05:17:29 -08:00
apply kblayout patch
This commit is contained in:
parent
4da9313a6a
commit
fe5503aab3
1 changed files with 2 additions and 0 deletions
2
dwl.c
2
dwl.c
|
@ -1991,6 +1991,8 @@ keypress(struct wl_listener *listener, void *data)
|
||||||
|
|
||||||
kblayoutnotify(kb, 0);
|
kblayoutnotify(kb, 0);
|
||||||
|
|
||||||
|
kblayoutnotify(kb, 0);
|
||||||
|
|
||||||
/* On _press_ if there is no active screen locker,
|
/* On _press_ if there is no active screen locker,
|
||||||
* attempt to process a compositor keybinding. */
|
* attempt to process a compositor keybinding. */
|
||||||
if (!locked && event->state == WL_KEYBOARD_KEY_STATE_PRESSED)
|
if (!locked && event->state == WL_KEYBOARD_KEY_STATE_PRESSED)
|
||||||
|
|
Loading…
Reference in a new issue