diff --git a/README.adoc b/README.adoc index 443f6f0..e8ffc44 100644 --- a/README.adoc +++ b/README.adoc @@ -28,7 +28,7 @@ xP The web frontend for 'xC', making use of its networked relay interface. It intentionally differs in that it uses a sans-serif font, and it shows the list of all buffers in a side panel. Otherwise it is a near replica, -including keyboard shortcuts. +including link:xC.adoc#_key_bindings[keyboard shortcuts]. image::xP.webp[align="center"] diff --git a/xC.adoc b/xC.adoc index c196669..e2ef827 100644 --- a/xC.adoc +++ b/xC.adoc @@ -77,7 +77,8 @@ their respective function names: The next key will be interpreted as a formatting mark to insert: *c* for colours (optionally followed by numbers for the foreground and background), *i* for italics, *b* for bold text, *u* for underlined, - *x* for struck-through, *v* for inverse text and *o* resets all formatting. + *s* for struck-through, *m* for monospace, *v* for inverse text, + and *o* resets all formatting. *C-l*: *redraw-screen*:: Should there be any issues with the display, this will clear the terminal screen and redraw all information.