Document the Alt-k key
This commit is contained in:
parent
032d2b711b
commit
4b537d3477
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in a new issue