mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
config: don't allow Shift in mouse bindings
Shift is a special modifier that is used to enable selection when the client application is grabbing the mouse.
This commit is contained in:
parent
28410f1b99
commit
517d13fbce
2 changed files with 9 additions and 0 deletions
|
|
@ -369,6 +369,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.
|
||||
|
||||
The trailing *COUNT* is optional and specifies the click count
|
||||
required to trigger the binding. The default if *COUNT* is omitted is
|
||||
_1_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue