mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -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-Tab - next window
|
||||||
A-S-Tab - previous window
|
A-S-Tab - previous window
|
||||||
W-Return - alacritty
|
W-Return - alacritty
|
||||||
A-F3 - run bemenu
|
|
||||||
A-F4 - close window
|
A-F4 - close window
|
||||||
W-a - toggle maximize
|
W-a - toggle maximize
|
||||||
W-<arrow> - resize window to fill half the output
|
W-<arrow> - resize window to fill half the output
|
||||||
|
|
|
||||||
|
|
@ -260,9 +260,6 @@
|
||||||
<keybind key="W-Return">
|
<keybind key="W-Return">
|
||||||
<action name="Execute" command="alacritty" />
|
<action name="Execute" command="alacritty" />
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F3">
|
|
||||||
<action name="Execute" command="bemenu-run" />
|
|
||||||
</keybind>
|
|
||||||
<keybind key="A-F4">
|
<keybind key="A-F4">
|
||||||
<action name="Close" />
|
<action name="Close" />
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,6 @@ static struct key_combos {
|
||||||
.name = "command",
|
.name = "command",
|
||||||
.value = "alacritty",
|
.value = "alacritty",
|
||||||
},
|
},
|
||||||
}, {
|
|
||||||
.binding = "A-F3",
|
|
||||||
.action = "Execute",
|
|
||||||
.attributes[0] = {
|
|
||||||
.name = "command",
|
|
||||||
.value = "bemenu-run",
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
.binding = "A-F4",
|
.binding = "A-F4",
|
||||||
.action = "Close",
|
.action = "Close",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue