mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
config: add [key-bindings].noop action
Key combinations assigned to this action will not be sent to the application. Closes #765
This commit is contained in:
parent
b2ddacb799
commit
bcea929c94
6 changed files with 18 additions and 5 deletions
|
|
@ -606,24 +606,28 @@ 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*.
|
||||
|
||||
*noop*
|
||||
All key combinations listed here will not be sent to the
|
||||
application. Default: _not bound_.
|
||||
|
||||
*scrollback-up-page*
|
||||
Scrolls up/back one page in history. Default: _Shift+Page\_Up_.
|
||||
|
||||
*scrollback-up-half-page*
|
||||
Scrolls up/back half of a page in history. Default: _not set_.
|
||||
Scrolls up/back half of a page in history. Default: _not bound_.
|
||||
|
||||
*scrollback-up-line*
|
||||
Scrolls up/back a single line in history. Default: _not set_.
|
||||
Scrolls up/back a single line in history. Default: _not bound_.
|
||||
|
||||
*scrollback-down-page*
|
||||
Scroll down/forward one page in history. Default:
|
||||
_Shift+Page\_Down_.
|
||||
|
||||
*scrollback-down-half-page*
|
||||
Scroll down/forward half of a page in history. Default: _not set_.
|
||||
Scroll down/forward half of a page in history. Default: _not bound_.
|
||||
|
||||
*scrollback-down-line*
|
||||
Scroll down/forward a single line in history. Default: _not set_.
|
||||
Scroll down/forward a single line in history. Default: _not bound_.
|
||||
|
||||
*clipboard-copy*
|
||||
Copies the current selection into the _clipboard_. Default: _Control+Shift+c_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue