mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
default-bindings.h: set combine="yes" for SnapToEdge keybinds
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
This commit is contained in:
parent
2ac48116e1
commit
24f39e3a41
3 changed files with 21 additions and 5 deletions
|
|
@ -35,6 +35,10 @@ static struct key_combos {
|
|||
.name = "direction",
|
||||
.value = "left",
|
||||
},
|
||||
.attributes[1] = {
|
||||
.name = "combine",
|
||||
.value = "yes",
|
||||
},
|
||||
}, {
|
||||
.binding = "W-Right",
|
||||
.action = "SnapToEdge",
|
||||
|
|
@ -42,6 +46,10 @@ static struct key_combos {
|
|||
.name = "direction",
|
||||
.value = "right",
|
||||
},
|
||||
.attributes[1] = {
|
||||
.name = "combine",
|
||||
.value = "yes",
|
||||
},
|
||||
}, {
|
||||
.binding = "W-Up",
|
||||
.action = "SnapToEdge",
|
||||
|
|
@ -49,6 +57,10 @@ static struct key_combos {
|
|||
.name = "direction",
|
||||
.value = "up",
|
||||
},
|
||||
.attributes[1] = {
|
||||
.name = "combine",
|
||||
.value = "yes",
|
||||
},
|
||||
}, {
|
||||
.binding = "W-Down",
|
||||
.action = "SnapToEdge",
|
||||
|
|
@ -56,6 +68,10 @@ static struct key_combos {
|
|||
.name = "direction",
|
||||
.value = "down",
|
||||
},
|
||||
.attributes[1] = {
|
||||
.name = "combine",
|
||||
.value = "yes",
|
||||
},
|
||||
}, {
|
||||
.binding = "A-Space",
|
||||
.action = "ShowMenu",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue