mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
footrc: add default key bindings
Note that we still don't parse this section.
This commit is contained in:
parent
cb21ede020
commit
9e985cc358
1 changed files with 11 additions and 0 deletions
11
footrc
11
footrc
|
|
@ -42,3 +42,14 @@
|
|||
# button-minimize-color=ff0000ff
|
||||
# button-maximize-color=ff00ff00
|
||||
# button-close-color=ffff0000
|
||||
|
||||
[key-bindings]
|
||||
# scrollback-up=Shift+Page_Up
|
||||
# scrollback-down=Shift+Page_Down
|
||||
# clipboard-copy=Control+Shift+C
|
||||
# clipboard-paste=Control+Shift+V
|
||||
# search-start=Control+Shift+R
|
||||
# font-increase=Control+plus Control+equal Control+KP_Add
|
||||
# font-decrease=Control+minus Control+KP_Subtract
|
||||
# font-reset=Control+0 Control+KP_0
|
||||
# spawn-terminal=Control+Shift+Return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue