diff options
author | louiz’ <louiz@louiz.org> | 2016-11-04 10:42:13 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-11-04 10:42:46 +0100 |
commit | e708f818260aefbbeb96fd79e2d56769df833708 (patch) | |
tree | 3b72fd51898cbc720b7ad1794858aedae8841dd3 /doc/source | |
parent | e9583bd0b761625fd08fcbe042138c8583a64e10 (diff) | |
download | poezio-e708f818260aefbbeb96fd79e2d56769df833708.tar.gz poezio-e708f818260aefbbeb96fd79e2d56769df833708.tar.bz2 poezio-e708f818260aefbbeb96fd79e2d56769df833708.tar.xz poezio-e708f818260aefbbeb96fd79e2d56769df833708.zip |
Document ctrl-j
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/keys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/keys.rst b/doc/source/keys.rst index 57b8c22e..ae641c26 100644 --- a/doc/source/keys.rst +++ b/doc/source/keys.rst @@ -69,7 +69,7 @@ and save it to the clipboard. **Ctrl-y**: Insert the content of the clipboard at the cursor position. -**Ctrl-Enter**: Insert a line break. Since the input is only one line, +**Ctrl-Enter** or **Ctrl-j**: Insert a line break. Since the input is only one line, the line break is represented by the character ``|`` in it but will be sent as the real ``\n`` character. |