mirror of
https://github.com/labwc/labwc.git
synced 2026-02-20 01:40:22 -05:00
Revert "keyboard: include pressed modifiers in bound set"
This reverts commit 98bf316ee6.
This commit is contained in:
parent
5bcc03db05
commit
bd7a533dd6
3 changed files with 4 additions and 18 deletions
|
|
@ -514,8 +514,7 @@ handle_compositor_keybindings(struct keyboard *keyboard,
|
|||
bool locked = seat->server->session_lock_manager->locked;
|
||||
|
||||
key_state_set_pressed(event->keycode,
|
||||
event->state == WL_KEYBOARD_KEY_STATE_PRESSED,
|
||||
keyinfo.is_modifier);
|
||||
event->state == WL_KEYBOARD_KEY_STATE_PRESSED);
|
||||
|
||||
if (event->state == WL_KEYBOARD_KEY_STATE_RELEASED) {
|
||||
if (cur_keybind && cur_keybind->on_release) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue