mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
config: deprecate A-F3
...because A-F3 is too close to A-F4 and it is better to be agnostic to choice of launcher.
This commit is contained in:
parent
26a9c637d8
commit
e62f403f56
3 changed files with 0 additions and 11 deletions
|
|
@ -696,7 +696,6 @@ extending outward from the snapped edge.
|
|||
A-Tab - next window
|
||||
A-S-Tab - previous window
|
||||
W-Return - alacritty
|
||||
A-F3 - run bemenu
|
||||
A-F4 - close window
|
||||
W-a - toggle maximize
|
||||
W-<arrow> - resize window to fill half the output
|
||||
|
|
|
|||
|
|
@ -260,9 +260,6 @@
|
|||
<keybind key="W-Return">
|
||||
<action name="Execute" command="alacritty" />
|
||||
</keybind>
|
||||
<keybind key="A-F3">
|
||||
<action name="Execute" command="bemenu-run" />
|
||||
</keybind>
|
||||
<keybind key="A-F4">
|
||||
<action name="Close" />
|
||||
</keybind>
|
||||
|
|
|
|||
|
|
@ -22,13 +22,6 @@ static struct key_combos {
|
|||
.name = "command",
|
||||
.value = "alacritty",
|
||||
},
|
||||
}, {
|
||||
.binding = "A-F3",
|
||||
.action = "Execute",
|
||||
.attributes[0] = {
|
||||
.name = "command",
|
||||
.value = "bemenu-run",
|
||||
},
|
||||
}, {
|
||||
.binding = "A-F4",
|
||||
.action = "Close",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue