mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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_.
|
||||
|
||||
*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
|
||||
|
||||
|
|
@ -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
|
||||
*libinput debug-events*.
|
||||
|
||||
Note that *Shift* cannot be used as a modifier in mouse bindings since
|
||||
it is used to enable selection when the client application is grabbing
|
||||
the mouse.
|
||||
Note that the modifiers set in *mouse.selection-override-modifiers*
|
||||
(by default, *Shift*) cannot be used as modifiers in mouse bindings
|
||||
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
|
||||
required to trigger the binding. The default if *COUNT* is omitted is
|
||||
|
|
|
|||
1
foot.ini
1
foot.ini
|
|
@ -63,6 +63,7 @@
|
|||
[mouse]
|
||||
# hide-when-typing=no
|
||||
# alternate-scroll-mode=yes
|
||||
# selection-override-modifiers=Shift
|
||||
|
||||
[colors]
|
||||
# alpha=1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue