mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Remove seat->nr_inhibited_keybind_views
This commit is contained in:
parent
f7702af9e4
commit
73095f75cb
3 changed files with 1 additions and 11 deletions
|
|
@ -211,8 +211,7 @@ match_keybinding_for_sym(struct server *server, uint32_t modifiers,
|
|||
if (modifiers ^ keybind->modifiers) {
|
||||
continue;
|
||||
}
|
||||
if (server->seat.nr_inhibited_keybind_views
|
||||
&& server->active_view
|
||||
if (server->active_view
|
||||
&& server->active_view->inhibits_keybinds
|
||||
&& !actions_contain_toggle_keybinds(&keybind->actions)) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue