mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
README: use <kbd> for remaining keyboard key combos
This commit is contained in:
parent
5c47fac893
commit
c8494e7efa
1 changed files with 4 additions and 4 deletions
|
|
@ -80,7 +80,7 @@ available:
|
||||||
|
|
||||||
* <kbd>ctrl</kbd>+<kbd>g</kbd>
|
* <kbd>ctrl</kbd>+<kbd>g</kbd>
|
||||||
|
|
||||||
Cancel the search (same as `esc`)
|
Cancel the search (same as <kbd>escape</kbd>)
|
||||||
|
|
||||||
* <kbd>return</kbd>
|
* <kbd>return</kbd>
|
||||||
|
|
||||||
|
|
@ -93,13 +93,13 @@ available:
|
||||||
Drag to select; when released, the selected text is copied to the
|
Drag to select; when released, the selected text is copied to the
|
||||||
_primary_ selection. Note that this feature is normally disabled
|
_primary_ selection. Note that this feature is normally disabled
|
||||||
whenever the client has enabled mouse tracking, but can be forced by
|
whenever the client has enabled mouse tracking, but can be forced by
|
||||||
holding `shift`.
|
holding <kbd>shift</kbd>.
|
||||||
|
|
||||||
* <kbd>left</kbd> - **double-click**
|
* <kbd>left</kbd> - **double-click**
|
||||||
|
|
||||||
Selects the _word_ (separated by spaces, period, comma, parenthesis
|
Selects the _word_ (separated by spaces, period, comma, parenthesis
|
||||||
etc) under the pointer. Hold `ctrl` to select everything under the
|
etc) under the pointer. Hold <kbd>ctrl</kbd> to select everything
|
||||||
pointer up to, and until, the next space characters.
|
under the pointer up to, and until, the next space characters.
|
||||||
|
|
||||||
* <kbd>left</kbd> - **triple-click**
|
* <kbd>left</kbd> - **triple-click**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue