mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
config: deprecate A-<arrow> keybinds
...because Alt- keybinds should be for clients to use and the A-<arrow> default combination is a frequent user complaint because it prevents some common usage patterns like alt-left/right in web browers.
This commit is contained in:
parent
26192a9b5a
commit
26a9c637d8
3 changed files with 0 additions and 41 deletions
|
|
@ -35,34 +35,6 @@ static struct key_combos {
|
|||
}, {
|
||||
.binding = "W-a",
|
||||
.action = "ToggleMaximize",
|
||||
}, {
|
||||
.binding = "A-Left",
|
||||
.action = "MoveToEdge",
|
||||
.attributes[0] = {
|
||||
.name = "direction",
|
||||
.value = "left",
|
||||
},
|
||||
}, {
|
||||
.binding = "A-Right",
|
||||
.action = "MoveToEdge",
|
||||
.attributes[0] = {
|
||||
.name = "direction",
|
||||
.value = "right",
|
||||
},
|
||||
}, {
|
||||
.binding = "A-Up",
|
||||
.action = "MoveToEdge",
|
||||
.attributes[0] = {
|
||||
.name = "direction",
|
||||
.value = "up",
|
||||
},
|
||||
}, {
|
||||
.binding = "A-Down",
|
||||
.action = "MoveToEdge",
|
||||
.attributes[0] = {
|
||||
.name = "direction",
|
||||
.value = "down",
|
||||
},
|
||||
}, {
|
||||
.binding = "W-Left",
|
||||
.action = "SnapToEdge",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue