mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
config: key-bindings: verify key combo isn't already mapped to another action
This commit is contained in:
parent
c58f9a9ef9
commit
5cbd0527d7
2 changed files with 53 additions and 11 deletions
|
|
@ -161,6 +161,12 @@ upper case.
|
|||
|
||||
Note that *Alt* is usually called *Mod1*.
|
||||
|
||||
A key combination can only be mapped to *one* action. Lets say you
|
||||
want to bind *Control*+*Shift*+*R* to *fullscreen*. Since this is the
|
||||
default shortcut for *search-start*, you first need to unmap the
|
||||
default binding. This can be done by setting _action_=*NONE*;
|
||||
e.g. *search-start*=*NONE*.
|
||||
|
||||
*scrollback-up*
|
||||
Scrolls up/back in history. Default: _Shift+Page_Up_.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue