diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-18 13:11:58 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-18 13:11:58 +0000 |
commit | bd0b7957a3057ca653d74c053a604f11e5653817 (patch) | |
tree | 1e0d012a03d3c433229d4c4631692255e57abbec /doc/en/weechat.en.xml | |
parent | bd2ab776fe805b368a07ad6e851311136755a96c (diff) | |
download | weechat-bd0b7957a3057ca653d74c053a604f11e5653817.zip |
Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete)
Diffstat (limited to 'doc/en/weechat.en.xml')
-rw-r--r-- | doc/en/weechat.en.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 23559fbc8..fd931e2dd 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -458,13 +458,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </thead> <tbody> <row> - <entry>Left arrow</entry> + <entry>Left arrow / Ctrl + B</entry> <entry> Go to previous char in command line </entry> </row> <row> - <entry>Right arrow</entry> + <entry>Right arrow / Ctrl + F</entry> <entry> Go to next char in command line </entry> @@ -573,7 +573,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> - <entry>Delete</entry> + <entry>Delete / Ctrl + D</entry> <entry> Delete next char in command line </entry> |