mirror of
https://github.com/labwc/labwc.git
synced 2026-02-21 01:40:26 -05:00
Add ToggleKeybinds action
This can be used to better control Virtual Machines, VNC clients, nested compositors or similar. All keybinds other than ToggleKeybinds itself are disabled when first called, a 2nd call will restore handling of all keybinds. Fixes #738 Fixes #810
This commit is contained in:
parent
d571b0b28a
commit
c33a404dc1
5 changed files with 35 additions and 1 deletions
|
|
@ -74,6 +74,12 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
*<action name="ToggleAlwaysOnTop">*
|
||||
Toggle always-on-top of focused window.
|
||||
|
||||
*<action name="ToggleKeybinds">*
|
||||
Stop handling keybinds other than ToggleKeybinds itself.
|
||||
This can be used to allow A-Tab and similar keybinds to be delivered
|
||||
to Virtual Machines, VNC clients or nested compositors.
|
||||
A second call will restore all original keybinds.
|
||||
|
||||
*<action name="GoToDesktop" to="value" />*
|
||||
Switch to workspace. Supported values are "last", "left", "right" or the
|
||||
full name of a workspace or its index (starting at 1) as configured in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue