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:
Johan Malm 2025-06-13 18:54:02 +01:00 committed by Johan Malm
parent 26192a9b5a
commit 26a9c637d8
3 changed files with 0 additions and 41 deletions

View file

@ -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",