mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Merge pull request #3021 from Snaipe/singlekey-binding-trigger
binding: match single-key bindings if no multi-key binding matched
This commit is contained in:
commit
c18cd9dd03
2 changed files with 18 additions and 7 deletions
|
|
@ -24,6 +24,7 @@ struct sway_shortcut_state {
|
|||
uint32_t last_keycode;
|
||||
uint32_t last_raw_modifiers;
|
||||
size_t npressed;
|
||||
uint32_t current_key;
|
||||
};
|
||||
|
||||
struct sway_keyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue