mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
parent
4a73828911
commit
d2fcb5343f
12 changed files with 364 additions and 22 deletions
|
|
@ -283,6 +283,18 @@ default) available; see *foot.ini*(5).
|
|||
*wheel*
|
||||
Scroll up/down in history
|
||||
|
||||
## TOUCHSCREEN
|
||||
|
||||
*tap*
|
||||
Emulates mouse left button click.
|
||||
|
||||
*drag*
|
||||
Scrolls up/down in history.
|
||||
|
||||
Holding for a while before dragging (time delay can be configured)
|
||||
emulates mouse dragging with left button held.
|
||||
|
||||
|
||||
# FONT FORMAT
|
||||
|
||||
The font is specified in FontConfig syntax. That is, a colon-separated
|
||||
|
|
|
|||
|
|
@ -535,6 +535,14 @@ applications can change these at runtime.
|
|||
|
||||
Default: _yes_.
|
||||
|
||||
# SECTION: touch
|
||||
|
||||
*long-press-delay*
|
||||
Number of milliseconds to distinguish between a short press and
|
||||
a long press on the touchscreen.
|
||||
|
||||
Default: _400_.
|
||||
|
||||
# SECTION: colors
|
||||
|
||||
This section controls the 16 ANSI colors, the default foreground and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue