diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 9 | ||||
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 54 |
2 files changed, 62 insertions, 1 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index c36957057..6f1899295 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1696,18 +1696,25 @@ list of actions: delete_previous_word_whitespace: delete previous word (until whitespace) delete_next_word: delete next word delete_beginning_of_line: delete from beginning of line until cursor + delete_beginning_of_input: delete from beginning of input until cursor delete_end_of_line: delete from cursor until end of line - delete_line: delete entire line + delete_end_of_input: delete from cursor until end of input + delete_line: delete current line + delete_input: delete entire input clipboard_paste: paste from the internal clipboard transpose_chars: transpose two chars undo: undo last command line action redo: redo last command line action move_beginning_of_line: move cursor to beginning of line + move_beginning_of_input: move cursor to beginning of input move_end_of_line: move cursor to end of line + move_end_of_input: move cursor to end of input move_previous_char: move cursor to previous char move_next_char: move cursor to next char move_previous_word: move cursor to previous word move_next_word: move cursor to next word + move_previous_line: move cursor to previous line + move_next_line: move cursor to next line history_previous: recall previous command in current buffer history history_next: recall next command in current buffer history history_global_previous: recall previous command in global history diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index ac730be0c..e4062199d 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -3394,6 +3394,12 @@ ** values: any string ** default value: `+"/bar toggle nicklist"+` +* [[option_weechat.key.meta-R]] *weechat.key.meta-R* +** description: pass:none[touche "meta-R" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input delete_input"+` + * [[option_weechat.key.meta-_]] *weechat.key.meta-_* ** description: pass:none[touche "meta-_" dans le contexte "default"] ** type: string @@ -3418,6 +3424,18 @@ ** values: any string ** default value: `+"/input delete_previous_word"+` +* [[option_weechat.key.meta-ctrl-k]] *weechat.key.meta-ctrl-k* +** description: pass:none[touche "meta-ctrl-k" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input delete_end_of_input"+` + +* [[option_weechat.key.meta-ctrl-u]] *weechat.key.meta-ctrl-u* +** description: pass:none[touche "meta-ctrl-u" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input delete_beginning_of_input"+` + * [[option_weechat.key.meta-d]] *weechat.key.meta-d* ** description: pass:none[touche "meta-d" dans le contexte "default"] ** type: string @@ -4270,12 +4288,48 @@ ** values: any string ** default value: `+"/input move_next_char"+` +* [[option_weechat.key.shift-down]] *weechat.key.shift-down* +** description: pass:none[touche "shift-down" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input move_next_line"+` + +* [[option_weechat.key.shift-end]] *weechat.key.shift-end* +** description: pass:none[touche "shift-end" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input move_end_of_input"+` + +* [[option_weechat.key.shift-home]] *weechat.key.shift-home* +** description: pass:none[touche "shift-home" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input move_beginning_of_input"+` + +* [[option_weechat.key.shift-left]] *weechat.key.shift-left* +** description: pass:none[touche "shift-left" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input move_previous_char"+` + +* [[option_weechat.key.shift-right]] *weechat.key.shift-right* +** description: pass:none[touche "shift-right" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input move_next_char"+` + * [[option_weechat.key.shift-tab]] *weechat.key.shift-tab* ** description: pass:none[touche "shift-tab" dans le contexte "default"] ** type: string ** values: any string ** default value: `+"/input complete_previous"+` +* [[option_weechat.key.shift-up]] *weechat.key.shift-up* +** description: pass:none[touche "shift-up" dans le contexte "default"] +** type: string +** values: any string +** default value: `+"/input move_previous_line"+` + * [[option_weechat.key.tab]] *weechat.key.tab* ** description: pass:none[touche "tab" dans le contexte "default"] ** type: string |