README: use <kbd> for remaining keyboard key combos

This commit is contained in:
Daniel Eklöf 2019-08-29 22:50:35 +02:00
parent 5c47fac893
commit c8494e7efa
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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**