diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-12 15:59:12 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-12 15:59:12 +0000 |
commit | 5bf2c326f290cd4d0641627a9728a5e8b530ceb8 (patch) | |
tree | ea652b76d95f9a142ea6711c35344dbe859e04a5 /doc/en | |
parent | 241f70f869c9d04ad13fdaa8b53ba57067426e8b (diff) | |
download | weechat-5bf2c326f290cd4d0641627a9728a5e8b530ceb8.zip |
Added new keys for color (^Cb, ^Cc, ..) in doc
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat.en.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index ffd42c85f..764f62ff6 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -488,6 +488,36 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </entry> </row> <row> + <entry>Ctrl + C then B</entry> + <entry> + Insert code for bold text. + </entry> + </row> + <row> + <entry>Ctrl + C then C</entry> + <entry> + Insérer code for colored text. + </entry> + </row> + <row> + <entry>Ctrl + C then O</entry> + <entry> + Insert code for color reset. + </entry> + </row> + <row> + <entry>Ctrl + C then R</entry> + <entry> + Insert code for reverse color. + </entry> + </row> + <row> + <entry>Ctrl + C then U</entry> + <entry> + Insert code for underlined text. + </entry> + </row> + <row> <entry>End / Ctrl + E</entry> <entry> Go to the end of command line |