mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
doc: document select-override-mods
This commit is contained in:
parent
a4d53bdf88
commit
fade19b512
2 changed files with 15 additions and 3 deletions
|
|
@ -470,6 +470,16 @@ applications can change these at runtime.
|
||||||
|
|
||||||
Default: _yes_.
|
Default: _yes_.
|
||||||
|
|
||||||
|
*selection-override-modifiers*
|
||||||
|
Modifiers. The set of modifiers which, when held, will override
|
||||||
|
attempts by programs running in the terminal to capture mouse
|
||||||
|
input.
|
||||||
|
|
||||||
|
Any modifiers in this set cannot be used for mouse bindings
|
||||||
|
themselves.
|
||||||
|
|
||||||
|
Default: Shift
|
||||||
|
|
||||||
|
|
||||||
# SECTION: colors
|
# SECTION: colors
|
||||||
|
|
||||||
|
|
@ -865,9 +875,10 @@ of the modifiers *must* be valid XKB key names, and the button name
|
||||||
*must* be a valid libinput name. You can find the button names using
|
*must* be a valid libinput name. You can find the button names using
|
||||||
*libinput debug-events*.
|
*libinput debug-events*.
|
||||||
|
|
||||||
Note that *Shift* cannot be used as a modifier in mouse bindings since
|
Note that the modifiers set in *mouse.selection-override-modifiers*
|
||||||
it is used to enable selection when the client application is grabbing
|
(by default, *Shift*) cannot be used as modifiers in mouse bindings
|
||||||
the mouse.
|
since they are used to enable selection when the client application is
|
||||||
|
grabbing the mouse.
|
||||||
|
|
||||||
The trailing *COUNT* is optional and specifies the click count
|
The trailing *COUNT* is optional and specifies the click count
|
||||||
required to trigger the binding. The default if *COUNT* is omitted is
|
required to trigger the binding. The default if *COUNT* is omitted is
|
||||||
|
|
|
||||||
1
foot.ini
1
foot.ini
|
|
@ -63,6 +63,7 @@
|
||||||
[mouse]
|
[mouse]
|
||||||
# hide-when-typing=no
|
# hide-when-typing=no
|
||||||
# alternate-scroll-mode=yes
|
# alternate-scroll-mode=yes
|
||||||
|
# selection-override-modifiers=Shift
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
# alpha=1.0
|
# alpha=1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue