mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
parent
4a73828911
commit
d2fcb5343f
12 changed files with 364 additions and 22 deletions
12
README.md
12
README.md
|
|
@ -22,6 +22,7 @@ The fast, lightweight and minimalistic Wayland terminal emulator.
|
|||
1. [Normal mode](#normal-mode)
|
||||
1. [Scrollback search](#scrollback-search)
|
||||
1. [Mouse](#mouse)
|
||||
1. [Touchscreen](#touchscreen)
|
||||
1. [Server (daemon) mode](#server-daemon-mode)
|
||||
1. [URLs](#urls)
|
||||
1. [Shell integration](#shell-integration)
|
||||
|
|
@ -246,6 +247,17 @@ These are the default shortcuts. See `man foot.ini` and the example
|
|||
: Scroll up/down in history
|
||||
|
||||
|
||||
### Touchscreen
|
||||
|
||||
<kbd>tap</kbd>
|
||||
: Emulates mouse left button click.
|
||||
|
||||
<kbd>drag</kbd>
|
||||
: Scrolls up/down in history.
|
||||
: Holding for a while before dragging (time delay can be configured)
|
||||
emulates mouse dragging with left button held.
|
||||
|
||||
|
||||
## Server (daemon) mode
|
||||
|
||||
When run normally, **foot** is a single-window application; if you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue