diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-06-06 23:06:14 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-06-06 23:06:14 +0200 |
commit | 4b537d3477bf48ade8d8de5dca15101d0427f1be (patch) | |
tree | 63ec24875f05ed6ae4c4daea59c451b534777b72 | |
parent | 032d2b711bb6a97214403db36ca314154c1bd9c9 (diff) | |
download | poezio-4b537d3477bf48ade8d8de5dca15101d0427f1be.tar.gz poezio-4b537d3477bf48ade8d8de5dca15101d0427f1be.tar.bz2 poezio-4b537d3477bf48ade8d8de5dca15101d0427f1be.tar.xz poezio-4b537d3477bf48ade8d8de5dca15101d0427f1be.zip |
Document the Alt-k key
-rw-r--r-- | doc/source/keys.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/keys.rst b/doc/source/keys.rst index c8ddbc35..9e388a3e 100644 --- a/doc/source/keys.rst +++ b/doc/source/keys.rst @@ -67,6 +67,12 @@ and save it to the clipboard. the line break is represented by the character ``|`` in it but will be sent as the real ``\n`` character. +**Alt-k**: Escape the next key pressed. For example if you press Alt-k, +followed by Ctrl-q, this will enter “^Q” into the text input. This is useful +for example in conjunction with the bind command, to help you know how to +bind something to a key combination without having to remember how to write +them by hand. + Chat tab input keys ~~~~~~~~~~~~~~~~~~~ |