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:
Drew DeVault 2018-11-03 17:57:59 +01:00 committed by GitHub
commit c18cd9dd03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 7 deletions

View file

@ -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 {