mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Add support for bincode command
If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings.
This commit is contained in:
parent
cb8ac7fd4a
commit
f8b260d4a1
5 changed files with 105 additions and 7 deletions
|
|
@ -23,6 +23,7 @@ struct sway_variable {
|
|||
struct sway_binding {
|
||||
int order;
|
||||
bool release;
|
||||
bool bindcode;
|
||||
list_t *keys;
|
||||
uint32_t modifiers;
|
||||
char *command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue