README: use <kbd/> for keyboard key combos

This commit is contained in:
Daniel Eklöf 2019-08-29 22:44:06 +02:00
parent 425d221e02
commit 03534a327c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -51,29 +51,29 @@ is **not** possible to define new key bindings.
### Keyboard ### Keyboard
* <kbd>shift</kbd>+page up/down` - scroll up/down in history * <kbd>shift</kbd>+<kbd>page up</kbd>/<kbd>page down</kbd> - scroll up/down in history
* `ctrl+shift+c` - copy selected text to the _clipboard_ * <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>c</kbd> - copy selected text to the _clipboard_
* `ctrl+shift+v` - paste from _clipboard_ * <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>v</kbd> - paste from _clipboard_
* `ctrl+shift+r` - start a scrollback search * <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>r</kbd>, - start a scrollback search
While doing a scrollback search, the following shortcuts are While doing a scrollback search, the following shortcuts are
available: available:
* `ctrl+r` - search for next match * <kbd>ctrl</kbd>+<kbd>r</kbd> - search for next match
* `esc` - cancel the search * <kbd>escape</kbd> - cancel the search
* `ctrl+g` - cancel the search (same as `esc`) * <kbd>ctrl</kbd>+<kbd>g</kbd> - cancel the search (same as `esc`)
* `return` - finish the search and put the current match to the primary selection * <kbd>return</kbd> - finish the search and put the current match to the primary selection
### Mouse ### Mouse
* `left` - single-click: drag to select; when released, the selected * <kbd>left</kbd> - **single-click**: drag to select; when released, the selected
text is copied to the _primary_ selection. Note that this feature is text is copied to the _primary_ selection. Note that this feature is
normally disabled whenever the client has enabled mouse tracking, normally disabled whenever the client has enabled mouse tracking,
but can be forced by holding `shift`. but can be forced by holding `shift`.
* `left` - double-click: selects the _word_ (separated by spaces, * <kbd>left</kbd> - **double-click**: selects the _word_ (separated by spaces,
period, comma, parenthesis etc) under the pointer. Hold `ctrl` to period, comma, parenthesis etc) under the pointer. Hold `ctrl` to
select everything under the pointer up to, and until, the next space select everything under the pointer up to, and until, the next space
characters. characters.
* `left` - triple-click: selects the entire row * <kbd>left</kbd> - **triple-click**: selects the entire row
* `middle` - paste from _primary_ selection * <kbd>middle</kbd> - paste from _primary_ selection