config: key-bindings: verify key combo isn't already mapped to another action

This commit is contained in:
Daniel Eklöf 2020-03-12 17:16:35 +01:00
parent c58f9a9ef9
commit 5cbd0527d7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 53 additions and 11 deletions

View file

@ -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_.