comparison mcabber/doc/mcabber.1.txt @ 1083:07941d7feee9

Ctrl-d sends a multi-line message
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Dec 2006 22:00:57 +0100
parents 9207f2efb921
children 5e2e647e781b
comparison
equal deleted inserted replaced
1082:c0e1739a4c93 1083:07941d7feee9
93 Ctrl-e:: Go to the end of the input line 93 Ctrl-e:: Go to the end of the input line
94 Ctrl-l:: Force a refresh 94 Ctrl-l:: Force a refresh
95 Up/Down:: Move in the input line history 95 Up/Down:: Move in the input line history
96 PgUp/PgDown:: Move inside the roster (buddylist) 96 PgUp/PgDown:: Move inside the roster (buddylist)
97 Tab:: Complete current word, in the input line 97 Tab:: Complete current word, in the input line
98 Ctrl-g:: Cancel completion / ctrl-g 98 Ctrl-g:: Cancel completion
99 Ctrl-c:: Abort multi-line messages and completions
100 Ctrl-d:: Send/terminate a multi-line message
99 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode) 101 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode)
100 Ctrl-Left:: Move the cursor back to the start of the current or previous word 102 Ctrl-Left:: Move the cursor back to the start of the current or previous word
101 Ctrl-Right:: Move the cursor forward to the end of the current or next word 103 Ctrl-Right:: Move the cursor forward to the end of the current or next word
102 Ctrl-u:: Delete from beginning of the line to the cursor 104 Ctrl-u:: Delete from beginning of the line to the cursor
103 Ctrl-k:: Delete from the cursor to the end of line 105 Ctrl-k:: Delete from the cursor to the end of line
275 Send a multi-line message. To write a single message with several 277 Send a multi-line message. To write a single message with several
276 lines, the 'multi-line mode' should be used. + 278 lines, the 'multi-line mode' should be used. +
277 In multi-line mode, each line (except command lines) typed in the input 279 In multi-line mode, each line (except command lines) typed in the input
278 line will be added to the multi-line message. Once the message is 280 line will be added to the multi-line message. Once the message is
279 finished, it can be sent to the current selected buddy with the "/msay 281 finished, it can be sent to the current selected buddy with the "/msay
280 send" command. + 282 send" command (or Ctrl-d). +
281 The 'begin' subcommand enables multi-line mode. Note that it allows 283 The 'begin' subcommand enables multi-line mode. Note that it allows
282 a message subject to be specified. + 284 a message subject to be specified. +
283 The 'verbatim' multi-line mode disables commands, so that it is 285 The 'verbatim' multi-line mode disables commands, so that it is
284 possible to enter lines starting with a slash. Only the "/msay" 286 possible to enter lines starting with a slash. Only the "/msay"
285 command (with send or abort parameters) can be used to exit verbatim 287 command (with send or abort parameters) can be used to exit verbatim