-
Notifications
You must be signed in to change notification settings - Fork 23
togglenomodbuttons
Bakkeby edited this page Feb 27, 2024
·
3 revisions
Function | Expected argument | Default keybinding |
---|---|---|
togglenomodbuttons | N/A | Ctrl+Alt+Tab |
The togglenomodbuttons
function toggles the AllowNoModifierButtons
functionality on and off globally and re-grabs the button bindings for the selected window.
The underlying functionality allows for certain mouse actions to be performed using the mouse alone without the need to hold down a modifier button.
For certain applications or use-cases the buttons may be needed to perform certain actions, e.g.
like using the back or forward buttons, hence the togglenomodbuttons
function allows for the
feature to be turned on or off as needed.
External command:
$ duskc run_command togglenomodbuttons # enables or disables the use of button bindings that have no modifiers
Also see the OnlyModButtons flag.
Concepts | Configuration | Features | Flags | Functionality | Functions