docs: Format keychords as two :kbd: entries

Looks better in the html - see #6752.

Also this converts the "ctrl-something" instances I could find to
proper markup.

[ci skip]
This commit is contained in:
Fabian Homborg
2020-03-19 19:43:49 +01:00
parent 390647ae34
commit ffd930e35b
6 changed files with 53 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ The delay in milliseconds since the previous character was received is included
``fish_key_reader`` intentionally disables handling of many signals. To terminate ``fish_key_reader`` in ``--continuous`` mode do:
- press ``Ctrl-C`` twice, or
- press ``Ctrl-D`` twice, or
- press :kbd:`Control` + :kbd:`C` twice, or
- press :kbd:`Control` + :kbd:`D` twice, or
- type ``exit``, or
- type ``quit``