From 08e7b53eebd38583a0b9969898c5fd4c33c73f40 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 23 Sep 2010 13:33:09 +0200 Subject: [PATCH] Use lower case for keys in doc and ChangeLog --- ChangeLog | 57 +++++++++++------------ doc/de/weechat_user.de.txt | 92 +++++++++++++++++++------------------- doc/en/weechat_user.en.txt | 92 +++++++++++++++++++------------------- doc/fr/weechat_user.fr.txt | 92 +++++++++++++++++++------------------- doc/it/weechat_user.it.txt | 92 +++++++++++++++++++------------------- 5 files changed, 213 insertions(+), 212 deletions(-) diff --git a/ChangeLog b/ChangeLog index c59b933f8..6dad5d448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu -v0.3.4-dev, 2010-09-21 +v0.3.4-dev, 2010-09-23 Version 0.3.4 (under dev!) @@ -26,7 +26,7 @@ Version 0.3.3 (2010-08-07) * core: use "!" to reverse a regex in a filter (to keep lines matching regex and hide other lines) (task #10032) * core: add keys for undo/redo changes on command line - (default: ctrl/alt + underscore) (task #9483) + (default: ctrl+underscore and alt+underscore) (task #9483) * core: add new option weechat.look.align_end_of_lines * core: add new option weechat.look.confirm_quit * core: add new option weechat.color.status_name_ssl (task #10339) @@ -176,7 +176,7 @@ Version 0.3.1 (2010-01-23) -------------------------- * core: fix bug with script installation on BSD/OSX (patch #6980) -* core: add option grab_key_command for /input (bound by default to alt-k) +* core: add option grab_key_command for /input (bound by default to alt+"k") * core: fix compilation under Cygwin (patch #6916) * core: fix cmake directories: let user customize lib, share, locale and include directories (patch #6922) @@ -279,7 +279,7 @@ Version 0.3.0 (2009-09-06) * gui: add buffer merging (task #7404) * gui: add custom bars, with custom items * gui: add key to zoom a window (task #7470) -* gui: add keys to move into last visited buffers: alt + "<" and alt + ">" +* gui: add keys to move into last visited buffers: alt+"<" and alt+">" * gui: come back to last visited buffer when closing a buffer * gui: add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702) @@ -338,7 +338,7 @@ Version 0.2.6 (2007-09-06) * fix display bug with some special chars in messages (some words were truncated on screen) (bug #20944) * fix UTF-8 bug with color encoding/decoding -* fix crash when searching text in buffer with ctrl-R (bug #20938) +* fix crash when searching text in buffer with ctrl+"r" (bug #20938) * add string length limit for setup file options * fix bug with flock() when home is on NFS filesystem (bug #20913) * add option to align text of messages (except first lines) (task #7246) @@ -355,22 +355,22 @@ Version 0.2.6 (2007-09-06) add option to /server to create temporary server (task #7095) * add "copy", "rename" and "keep" options to /server command * allow clear of multiple selected buffers with /clear (patch #6112) -* add key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) - (task #7180) +* add key for setting unread marker on all buffers + (default: ctrl+"s" + ctrl+"u") (task #7180) * fix nick prefix display on servers that doesn't support all prefixes (bug #20025) * fix terminal encoding detection when NLS is disabled (bug #20646) * fix crash when sending data to channel or pv on disconnected server (bug #20524) * improve command /server ant its output -* add 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete) +* add 3 default new keys: ctrl+"b" (left), ctrl+"f" (right), ctrl+"d" (delete) * add "buffer_move" event handler to plugins API (task #6708) * add key function "jump_previous_buffer" to jump to buffer previously - displayed (new key: alt-J + alt-P) (task #7085) + displayed (new key: alt+"j" + alt+"p") (task #7085) * add "%*" to completion template, to repeat last completion * add "-nojoin" option for /connect and /reconnect commands (task #7074) * fix bugs with IRC color in messages, now color codes are inserted in command - line with ctrl-c, ctrl-b.. instead of %C,%B,.. (bug #20222, task #7060) + line with ctrl+"c", ctrl+"b".. instead of %C,%B,.. (bug #20222, task #7060) * fix bug with smart nick completion (last speakers first) when a nick is changed * fix charset bug with channel names in status bar (bug #20400) @@ -435,7 +435,7 @@ Version 0.2.4 (2007-03-29) * fix bug with channel topic after reconnection (not erased) (bug #19384) * add current buffer in hotlist when scrolling up in buffer (task #6664) * fix bug with explode_string / free_exploded_string when max_items > 0 -* add new key (ctrl-R) for interactive and incremental search in buffer +* add new key (ctrl+"r") for interactive and incremental search in buffer history (task #6628) * fix /topic completion when no topic set on current channel (bug #19322) * improve password hiding, code cleanup (bug #19229) @@ -494,7 +494,7 @@ Version 0.2.2 (2007-01-06) * /charset command and charset conversions now made by "charset" plugin * fix display bug in status bar, wrong length when using UTF-8 * fix bug with ignore: now any IRC command is allowed -* fix crash with Ctrl-T (transpose) and one char on line (bug #18153) +* fix crash with ctrl+"t" (transpose) and one char on line (bug #18153) * add filename completion (task #5425) * add "modifier" in plugins API * improve /plugin command @@ -658,14 +658,14 @@ Version 0.1.8 (2006-03-18) * fix completion problem in private with nicks * add missing IRC command (487) * add inactivity time, available for plugins via get_info("inactivity") -* keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist +* keys alt+{home|end} to scroll top/bottom, alt+{f11|f12} to scroll nicklist top/bottom * add special names for plugin message handlers: weechat_pv, weechat_highlight, weechat_ctcp, weechat_dcc * script plugins now load scripts in WeeChat system share directory * /msg command does not open any buffer any more * fix crash when using global history (when older entry is removed) -* add IRC raw data buffer (new key: alt-J + alt-R) +* add IRC raw data buffer (new key: alt+"j" + alt+"r") * fix display bug with /kill command * add new plugins functions: add_timer_handler, remove_timer_handler, remove_infobar @@ -712,10 +712,10 @@ Version 0.1.7 (2006-01-14) * /nick command is now allowed when not connected to server * add server/channel arg to /buffer command for jumping to buffer * fix display bug in chat window when a message length equals to window width -* add new keys for switching to other windows: alt-W followed by alt-{arrow} -* add new keys for scrolling to previous/next highlight: alt-P / alt-N +* add new keys for switching to other windows: alt+"w" followed by alt+{arrow} +* add new keys for scrolling to previous/next highlight: alt+"p" / alt+"n" * add "read marker": an indicator for first unread line in a server or channel - buffer (new key alt-U to scroll to marker) + buffer (new key alt+"u" to scroll to marker) * new window maganement: custom size for windows, auto resize when terminal is resized * fix infinite loop when resizing term to small size @@ -768,7 +768,7 @@ Version 0.1.5 (2005-09-24) * fix look_nicklist_min_size and look_nicklist_max_size options * fix refresh bug when changing channel modes * jump to next server now saves current channel buffer for each server -* add keys ctrl-up/ctrl-down to call previous/next command in global history +* add keys ctrl+{up|down} to call previous/next command in global history (common to all buffers) Version 0.1.4 (2005-07-30) @@ -789,7 +789,7 @@ Version 0.1.4 (2005-07-30) * topic completion now decodes UTF-8 string * fix bug with IRC URL on command line (irc://) * new keyboard management: keys are setup in config file, add new command /key, - add some new default keys, alt-K key is used to grab key (useful for /key + add some new default keys, alt+"k" key is used to grab key (useful for /key command) * add seconds in infobar time (optional thanks to new setting) * fix some curses refreshs @@ -818,7 +818,7 @@ Version 0.1.3 (2005-07-02) * fix plugins "print" and "prnt" functions: now ok for writing on server buffers * fix color problem with new libcurses version -* fix crash when using alt-S or alt-X on DCC buffer (alt-D) +* fix crash when using alt+"s" or alt+"x" on DCC buffer (alt+"d") * fix startup crash when config file (~/.weechat/weechat.rc) is not found * improve Perl/Python libs detection for ./configure script @@ -827,7 +827,7 @@ Version 0.1.2 (2005-05-21) * add Python plugin support, improve Perl interface (and now Perl/Python libraries are checked by configure script) -* add nicklist scroll keys (alt+{home/end/pgup/pgdn} or F11/F12) +* add nicklist scroll keys (alt+{home|end|pgup|pgdn} or F11/F12) * add transfer rate for DCC files * add "-all" option for /nick command * buffers timestamp can now be changed (new option in config file) @@ -903,8 +903,9 @@ Version 0.0.9 (2005-01-01) * fix display of nick mode changes * new command "/buffer close" (close any server/channel/private buffer) * fix /notice command (and display when received from server) -* new keys: ctrl+A (=home), ctrl+E (=end), ctrl+W (= ctrl+Backspace), alt-S - (switch to server buffer), alt-X (switch to first channel of next server) +* new keys: ctrl+"a" (=home), ctrl+"e" (=end), ctrl+"w" (= ctrl+backspace), + alt+"s" (switch to server buffer), alt+"x" (switch to first channel of next + server) * add new config option: "server_command_delay" (delay in seconds after startup command for each server) @@ -921,17 +922,17 @@ Version 0.0.8 (2004-10-30) * add config option "look_display_away" to announce away in channels * fix crash when resizing terminal to very small size * "-MORE-" message is now erased when switching to another buffer -* DCC file receive ok (alt-D for DCC view) +* DCC file receive ok (alt+"d" for DCC view) * /query command now reopens private buffer if already opened -* add key for redrawing terminal (ctrl-L) -* add key for clearing hotlist (alt-R) +* add key for redrawing terminal (ctrl+"l") +* add key for clearing hotlist (alt+"r") Version 0.0.7 (2004-08-08) -------------------------- * new "col_status_delimiters" config option * add command /buffer , buffers ordered by number, auto-jump to active buffers - (alt-A), jump to buffers by number (alt-number) + (alt+"a"), jump to buffers by number (alt+number) * add command /window, split terminal horizontally/vertically * unique color for each nick (based on nickname) * action messages are now considered as messages, not crappy joins/parts @@ -979,7 +980,7 @@ Version 0.0.4 (2004-01-01) * when private window is created (another user is talking), WeeChat does not switch to this window * highlight when our nick is written in a channel/private window -* catch ctrl-C (ignored) +* catch ctrl+"c" (ignored) * debug messages can be enabled via ./configure --enbale-debug option Version 0.0.3 (2003-11-03) diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 996f1dac4..a3470b2e5 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -444,101 +444,101 @@ Tastenbefehle für die Befehlszeile | Taste| Beschreibung und Befehl | Pfeil links + - Ctrl + B | + Ctrl + `b` | setzt den Cursor eine Position nach links + `/input move_previous_char` | Pfeil rechts + - Ctrl + F | + Ctrl + `f` | setzt den Cursor eine Position nach rechts + `/input move_next_char` | Ctrl + Pfeil links + - Alt + B | + Alt + `b` | springt zum Anfang des vorherigen Wortes in der Befehlszeile + `/input move_previous_word` | Ctrl + Pfeil rechts + - Alt + F | + Alt + `f` | sprint zum Anfang des nächsten Wortes in der Befehlszeile + `/input move_next_word` | Home + - Ctrl + A | + Ctrl + `a` | sprint zum Anfang der Befehlszeile + `/input move_beginning_of_line` | End + - Ctrl + E | + Ctrl + `e` | springt ans Ende der Befehlszeile + `/input move_end_of_line` -| Ctrl + C dann B | +| Ctrl + `c` dann `b` | Fügt Steuerzeichen für fett geschrieben Text ein + `/input insert \x02` -| Ctrl + C dann C | +| Ctrl + `c` dann `c` | Fügt Steuerzeichen für Textfarbe ein + `/input insert \x03` -| Ctrl + C dann I | +| Ctrl + `c` dann `i` | Fügt Steuerzeichen für kursiven Text ein + `/input insert \x1D` -| Ctrl + C dann O | +| Ctrl + `c` dann `o` | Fügt Steuerzeichen für Standardfarbe ein + `/input insert \x0F` -| Ctrl + C dann R | +| Ctrl + `c` dann `r` | Fügt Steuerzeichen für Hintergrundfarbe ein + `/input insert \x12` -| Ctrl + C dann U | +| Ctrl + `c` dann `u` | Fügt Steuerzeichen für unterstrichenen Text ein + `/input insert \x15` | Delete + - Ctrl + D | + Ctrl + `d` | entfernt nächstes Zeichen in der Befehlszeile + `/input delete_next_char` | Backspace + - Ctrl + H | + Ctrl + `h` | entfernt vorheriges Zeichen in der Befehlszeile + `/input delete_previous_char` -| Ctrl + K | +| Ctrl + `k` | entfernt alle Zeichen vom Cursor bis zum Ende der Zeile (Zeichenkette wird in Zwischenablage kopiert) + `/input delete_end_of_line` -| Ctrl + R | +| Ctrl + `r` | Sucht in der Protokolldatei nach einem Text (zweimaliges Drücken: sucht nach exaktem Text), mittels Pfeiltaste hoch/runter kann zum nächsten/vorherigen Treffer gesprungen werden + `/input search_text` -| Ctrl + T | +| Ctrl + `t` | Zeichen austauschen + `/input transpose_chars` -| Ctrl + U | +| Ctrl + `u` | entfernt alle Zeichen vom Cursor bis zum Anfang der Zeile (Zeichenkette wird in Zwischenablage kopiert) + `/input delete_beginning_of_line` -| Ctrl + W | +| Ctrl + `w` | entfernt das Wort links vom Cursor (entferntes Wort wird in Zwischenablage kopiert) + `/input delete_previous_word` -| Ctrl + Y | +| Ctrl + `y` | fügt Zeichenkette aus Zwischenablage ein + `/input clipboard_paste` -| Ctrl + _ | +| Ctrl + `_` | Rückgängig machen in Befehlszeile + `/input undo` -| Alt + _ | +| Alt + `_` | Wiederherstellen in der Befehlszeile + `/input redo` @@ -555,8 +555,8 @@ Tastenbefehle für die Befehlszeile schreibt das Zeichen in die Befehlszeile | Enter + - Ctrl + J + - Ctrl + M | + Ctrl + `j` + + Ctrl + `m` | führt einen Befehl aus oder sendet den Text (im Such-Modus: stoppt Suche) + `/input return` @@ -576,16 +576,16 @@ Tastenbefehle für die Befehlszeile ruft nächsten Befehl/Nachricht aus dem globalen Befehlsspeicher auf (für alle Buffer) + `/input history_global_next` -| Alt + D | +| Alt + `d` | löscht das Wort rechts vom Cursor (Zeichenkette wird in Zwischenablage kopiert) + `/input delete_next_word` -| Alt + K | +| Alt + `k` | zeigt den Tastencode (inklusive des eingebundenen Befehls) einer Tastenkombination an und fügt ihn in die Befehlszeile ein + `/input grab_key_command` -| Alt + R | +| Alt + `r` | löscht komplette Eingabezeile + `/input delete_line` |======================================== @@ -598,15 +598,15 @@ Tastenbefehle für Buffer / Fenster |======================================== | Keys | Description and command -| Ctrl + L | +| Ctrl + `l` | zeichnet das Fenster neu + `/window refresh` -| Ctrl + S dann Ctrl + U | +| Ctrl + `s` dann Ctrl + `u` | Setzt die ungelesen Markierung für alle Buffer + `/input set_unread` -| Ctrl + X | +| Ctrl + `x` | sind mehrere Buffer zu einem Buffer zusammen gefügt wechselt man diese durch + `/input switch_active_buffer` @@ -636,14 +636,14 @@ Tastenbefehle für Buffer / Fenster | Alt + Pfeil links + Alt + Pfeil hoch + - Ctrl + P + + Ctrl + `p` + F5 | zum vorherigen Buffer springen + `/buffer -1` | Alt + Pfeil rechts + Alt + Pfeil runter + - Ctrl + N + + Ctrl + `n` + F6 | zum nächsten Buffer springen + `/buffer +1` @@ -680,20 +680,20 @@ Tastenbefehle für Buffer / Fenster springt zum Ende der Nickliste + `/bar scroll nicklist * ye` -| Alt + A | +| Alt + `a` | wechselt zum nächsten Buffer mit Aktivität (nach Priorität: highlight, Nachricht, ...) + `/input jump_smart` -| Alt + J dann Alt + L | +| Alt + `j` dann Alt + `l` | wechselt zum letzten Buffer + `/input jump_last_buffer` -| Alt + J dann Alt + R | +| Alt + `j` dann Alt + `r` | wechselt zum IRC raw Buffer + `/server raw` -| Alt + J dann Alt + S | +| Alt + `j` dann Alt + `s` | wechselt zum IRC Server Buffer + `/server jump` @@ -701,38 +701,38 @@ Tastenbefehle für Buffer / Fenster wechselt zum Buffer mit der Nummer (0 = 10) + `/buffer *N` -| Alt + J dann Ziffern (01-99) | +| Alt + `j` dann Ziffern (01-99) | wechselt zum Buffer mit der Nummer + `/buffer NN` -| Alt + N | +| Alt + `n` | springe zur nächsten Highlight Nachricht + `/window scroll_next_highlight` -| Alt + P | +| Alt + `p` | springe zur vorherigen Highlight Nachricht + `/window scroll_previous_highlight` -| Alt + U | +| Alt + `u` | springe zur ersten ungelesenen Zeile im Buffer + `/input scroll_unread` -| Alt + W dann Alt + Pfeiltaste | +| Alt + `w` dann Alt + Pfeiltaste | wechselt zum Fenster durch Richtungsanweisung + `/window up` + `/window down` + `/window left` + `/window right` -| Alt + Z | +| Alt + `z` | Zoom für aktuelles Fenster (nochmals Alt + Z: stellt die vorherigen Einstellungen wieder her) + `/window zoom` -| Alt + < | +| Alt + `<` | wechselt zum vorherigen Buffer der letzten aufgerufenen Buffer + `/input jump_previously_visited_buffer` -| Alt + > | +| Alt + `>` | wechselt zum nächsten Buffer der letzten aufgerufenen Buffer + `/input jump_next_visited_buffer` |======================================== @@ -745,11 +745,11 @@ andere Tastenbefehle |======================================== |Tasten| Beschreibung und Befehl -| Alt + H | +| Alt + `h` | löscht Hotliste (Aktivitätsanzeige für die Buffer) + `/input hotlist_clear` + -| Alt + = | +| Alt + `=` | schaltet Filterfunktion an/aus + `/filter toggle` + |======================================== diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 61f3f94cc..ab91d9d5e 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -445,101 +445,101 @@ Keys for command line | Keys | Description and command | Left arrow + - Ctrl + B | + Ctrl + `b` | Go to previous char in command line + `/input move_previous_char` | Right arrow + - Ctrl + F | + Ctrl + `f` | Go to next char in command line + `/input move_next_char` | Ctrl + left arrow + - Alt + B | + Alt + `b` | Go to previous word in command line + `/input move_previous_word` | Ctrl + right arrow + - Alt + F | + Alt + `f` | Go to next word in command line + `/input move_next_word` | Home + - Ctrl + A | + Ctrl + `a` | Go to the beginning of command line + `/input move_beginning_of_line` | End + - Ctrl + E | + Ctrl + `e` | Go to the end of command line + `/input move_end_of_line` -| Ctrl + C then B | +| Ctrl + `c` then `b` | Insert code for bold text + `/input insert \x02` -| Ctrl + C then C | +| Ctrl + `c` then `c` | Insert code for colored text + `/input insert \x03` -| Ctrl + C then I | +| Ctrl + `c` then `i` | Insert code for italic text + `/input insert \x1D` -| Ctrl + C then O | +| Ctrl + `c` then `o` | Insert code for color reset + `/input insert \x0F` -| Ctrl + C then R | +| Ctrl + `c` then `r` | Insert code for reverse color + `/input insert \x12` -| Ctrl + C then U | +| Ctrl + `c` then `u` | Insert code for underlined text + `/input insert \x15` | Delete + - Ctrl + D | + Ctrl + `d` | Delete next char in command line + `/input delete_next_char` | Backspace + - Ctrl + H | + Ctrl + `h` | Delete previous char in command line + `/input delete_previous_char` -| Ctrl + K | +| Ctrl + `k` | Delete from cursor until end of command line (deleted string is copied to clipboard) + `/input delete_end_of_line` -| Ctrl + R | +| Ctrl + `r` | Search for text in buffer history (two times: search exact text), next/previous occurrences can be found with up and down arrows + `/input search_text` -| Ctrl + T | +| Ctrl + `t` | Transpose chars + `/input transpose_chars` -| Ctrl + U | +| Ctrl + `u` | Delete from cursor until beginning of command line (deleted string is copied to clipboard) + `/input delete_beginning_of_line` -| Ctrl + W | +| Ctrl + `w` | Delete previous word of command line (deleted string is copied to clipboard) + `/input delete_previous_word` -| Ctrl + Y | +| Ctrl + `y` | Paste clipboard content + `/input clipboard_paste` -| Ctrl + _ | +| Ctrl + `_` | Undo last action on command line + `/input undo` -| Alt + _ | +| Alt + `_` | Redo last action on command line + `/input redo` @@ -556,8 +556,8 @@ Keys for command line Insert char at cursor position in command line | Enter + - Ctrl + J + - Ctrl + M | + Ctrl + `j` + + Ctrl + `m` | Execute command or send message (in search mode: stop search) + `/input return` @@ -577,16 +577,16 @@ Keys for command line Call next command/message in global history (common for all buffers) + `/input history_global_next` -| Alt + D | +| Alt + `d` | Delete next word in command line (deleted string is copied to clipboard) + `/input delete_next_word` -| Alt + K | +| Alt + `k` | Grab a key and insert its code (and command bound if key exists) in command line + `/input grab_key_command` -| Alt + R | +| Alt + `r` | Delete entire command line + `/input delete_line` |======================================== @@ -599,15 +599,15 @@ Keys for buffers / windows |======================================== | Keys | Description and command -| Ctrl + L | +| Ctrl + `l` | Redraw whole window + `/window refresh` -| Ctrl + S then Ctrl + U | +| Ctrl + `s` then Ctrl + `u` | Set unread marker on all buffers + `/input set_unread` -| Ctrl + X | +| Ctrl + `x` | Switch current buffer if buffers are attached with same number + `/input switch_active_buffer` @@ -637,14 +637,14 @@ Keys for buffers / windows | Alt + left arrow + Alt + up arrow + - Ctrl + P + + Ctrl + `p` + F5 | Switch to previous buffer + `/buffer -1` | Alt + right arrow + Alt + down arrow + - Ctrl + N + + Ctrl + `n` + F6 | Switch to next buffer + `/buffer +1` @@ -681,20 +681,20 @@ Keys for buffers / windows Go to the end of nicklist + `/bar scroll nicklist * ye` -| Alt + A | +| Alt + `a` | Switch to next buffer with activity (with priority: highlight, message, other) + `/input jump_smart` -| Alt + J then Alt + L | +| Alt + `j` then Alt + `l` | Switch to last buffer + `/input jump_last_buffer` -| Alt + J then Alt + R | +| Alt + `j` then Alt + `r` | Switch to IRC raw buffer + `/server raw` -| Alt + J then Alt + S | +| Alt + `j` then Alt + `s` | Switch to IRC server buffer + `/server jump` @@ -702,39 +702,39 @@ Keys for buffers / windows Switch to buffer by number (0 = 10) + `/buffer *N` -| Alt + J then number (01-99) | +| Alt + `j` then number (01-99) | Switch to buffer by number + `/buffer NN` -| Alt + N | +| Alt + `n` | Scroll to next highlight + `/window scroll_next_highlight` -| Alt + P | +| Alt + `p` | Scroll to previous highlight + `/window scroll_previous_highlight` -| Alt + U | +| Alt + `u` | Scroll to first unread line in buffer + `/input scroll_unread` -| Alt + W then Alt + arrow | +| Alt + `w` then Alt + arrow | Switch to window with direction + `/window up` + `/window down` + `/window left` + `/window right` -| Alt + Z | +| Alt + `z` | Zoom on current window (Alt + Z again: restore initial windows state, before zoom) + `/window zoom` -| Alt + < | +| Alt + `<` | Switch to previous buffer in list of visited buffers + `/input jump_previously_visited_buffer` -| Alt + > | +| Alt + `>` | Switch to next buffer in list of visited buffers + `/input jump_next_visited_buffer` |======================================== @@ -747,11 +747,11 @@ Other keys |======================================== | Keys | Description and command -| Alt + H | +| Alt + `h` | Clear hotlist (activity notification on other buffers) + `/input hotlist_clear` + -| Alt + = | +| Alt + `=` | Toggle filters on/off + `/filter toggle` + |======================================== diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 46001e1ab..394e2e91f 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -456,103 +456,103 @@ Touches pour la ligne de commande | Touches | Description et commande | Flèche gauche + - Ctrl + B | + Ctrl + `b` | Aller au caractère précédent sur la ligne de commande + `/input move_previous_char` | Flèche droite + - Ctrl + F | + Ctrl + `f` | Aller au caractère suivant sur la ligne de commande + `/input move_next_char` | Ctrl + flèche gauche + - Alt + B | + Alt + `b` | Aller au mot précédent sur la ligne de commande + `/input move_previous_word` | Ctrl + flèche droite + - Alt + F | + Alt + `f` | Aller au mot suivant sur la ligne de commande + `/input move_next_word` | Home + - Ctrl + A | + Ctrl + `a` | Aller au début de la ligne de commande + `/input move_beginning_of_line` | End + - Ctrl + E | + Ctrl + `e` | Aller à la fin de la ligne de commande + `/input move_end_of_line` -| Ctrl + C puis B | +| Ctrl + `c` puis `b` | Insérer le code pour mettre le texte en gras + `/input insert \x02` -| Ctrl + C puis C | +| Ctrl + `c` puis `c` | Insérer le code pour écrire en couleur + `/input insert \x03` -| Ctrl + C puis I | +| Ctrl + `c` puis `i` | Insérer le code pour mettre le texte en italique + `/input insert \x1D` -| Ctrl + C puis O | +| Ctrl + `c` puis `o` | Insérer le code pour réinitaliser la couleur + `/input insert \x0F` -| Ctrl + C puis R | +| Ctrl + `c` puis `r` | Insérer le code pour écrire en couleur inversée + `/input insert \x12` -| Ctrl + C puis U | +| Ctrl + `c` puis `u` | Insérer le code pour écrire en souligné + `/input insert \x15` | Delete + - Ctrl + D | + Ctrl + `d` | Effacer le caractère suivant sur la ligne de commande + `/input delete_next_char` | Backspace + - Ctrl + H | + Ctrl + `h` | Effacer le caractère précédent sur la ligne de commande + `/input delete_previous_char` -| Ctrl + K | +| Ctrl + `k` | Effacer du curseur jusqu'à la fin de la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers) + `/input delete_end_of_line` -| Ctrl + R | +| Ctrl + `r` | Chercher du texte dans l'historique du tampon (deux appuis successifs pour rechercher du texte exact), les occurrences suivantes/précédentes peuvent être trouvées avec les flèches haut et bas + `/input search_text` -| Ctrl + T | +| Ctrl + `t` | Inverser deux caractères + `/input transpose_chars` -| Ctrl + U | +| Ctrl + `u` | Effacer du curseur jusqu'au début de la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers) + `/input delete_beginning_of_line` -| Ctrl + W | +| Ctrl + `w` | Effacer le mot précédent sur la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers) + `/input delete_previous_word` -| Ctrl + Y | +| Ctrl + `y` | Coller le contenu du presse-papiers + `/input clipboard_paste` -| Ctrl + _ | +| Ctrl + `_` | Défaire la dernière action sur la ligne de commande + `/input undo` -| Alt + _ | +| Alt + `_` | Refaire la dernière action sur la ligne de commande + `/input redo` @@ -570,8 +570,8 @@ Touches pour la ligne de commande Insérer le caractère à la position du curseur sur la ligne de commande | Enter + - Ctrl + J + - Ctrl + M | + Ctrl + `j` + + Ctrl + `m` | Exécuter la commande ou envoyer le message (en mode recherche : arrêter la recherche) + `/input return` @@ -594,17 +594,17 @@ Touches pour la ligne de commande tampons) + `/input history_global_next` -| Alt + D | +| Alt + `d` | Effacer le mot suivant (la chaîne supprimée est copiée dans le presse-papiers) + `/input delete_next_word` -| Alt + K | +| Alt + `k` | Capturer une touche et insérer son code (et la commande associée si la commande existe) sur la ligne de commande + `/input grab_key_command` -| Alt + R | +| Alt + `r` | Effacer entièrement la ligne de commande + `/input delete_line` |======================================== @@ -617,15 +617,15 @@ Touches pour les tampons / fenêtres |======================================== | Touches | Description et commande -| Ctrl + L | +| Ctrl + `l` | Réafficher toute la fenêtre + `/window refresh` -| Ctrl + S puis Ctrl + U | +| Ctrl + `s` puis Ctrl + `u` | Positionner le marqueur de données non lues sur tous les tampons + `/input set_unread` -| Ctrl + X | +| Ctrl + `x` | Changer de tampon courant si plusieurs tampons sont attachés avec le même numéro + `/input switch_active_buffer` @@ -656,14 +656,14 @@ Touches pour les tampons / fenêtres | Alt + flèche gauche + Alt + flèche haut + - Ctrl + P + + Ctrl + `p` + F5 | Aller au tampon précédent + `/buffer -1` | Alt + flèche droite + Alt + flèche bas + - Ctrl + N + + Ctrl + `n` + F6 | Aller au tampon suivant + `/buffer +1` @@ -700,20 +700,20 @@ Touches pour les tampons / fenêtres Aller à la fin de la liste des pseudos + `/bar scroll nicklist * ye` -| Alt + A | +| Alt + `a` | Sauter au prochain tampon avec activité (avec priorité : highlight, message, autre) + `/input jump_smart` -| Alt + J puis Alt + L | +| Alt + `j` puis Alt + `l` | Sauter au dernier tampon + `/input jump_last_buffer` -| Alt + J puis Alt + R | +| Alt + `j` puis Alt + `r` | Sauter au tampon IRC de données brutes + `/server raw` -| Alt + J puis Alt + S | +| Alt + `j` puis Alt + `s` | Sauter au tampon IRC du serveur + `/server jump` @@ -721,39 +721,39 @@ Touches pour les tampons / fenêtres Sauter au tampon qui porte ce numéro (0 = 10) + `/buffer *N` -| Alt + J puis nombre (01-99) | +| Alt + `j` puis nombre (01-99) | Sauter au tampon qui porte ce numéro + `/buffer NN` -| Alt + N | +| Alt + `n` | Se positionner sur le highlight suivant + `/window scroll_next_highlight` -| Alt + P | +| Alt + `p` | Se positionner sur le highlight précédent + `/window scroll_previous_highlight` -| Alt + U | +| Alt + `u` | Se positionner sur la première ligne non lue du tampon + `/input scroll_unread` -| Alt + W puis Alt + flèche | +| Alt + `w` puis Alt + flèche | Sauter à une fenêtre avec une direction + `/window up` + `/window down` + `/window left` + `/window right` -| Alt + Z | +| Alt + `z` | Zoom sur la fenêtre courante (Alt + Z de nouveau : restaurer l'état initial des fenêtres, avant le zoom) + `/window zoom` -| Alt + < | +| Alt + `<` | Sauter au tampon précédent dans la liste des tampons visités + `/input jump_previously_visited_buffer` -| Alt + > | +| Alt + `>` | Sauter au tampon suivant dans la liste des tampons visités + `/input jump_next_visited_buffer` |======================================== @@ -766,11 +766,11 @@ Autres touches |======================================== | Touches | Description et commande -| Alt + H | +| Alt + `h` | Vider la hotlist (notification d'activité sur les autres tampons) + `/input hotlist_clear` -| Alt + = | +| Alt + `=` | Active/désactive les filtres + `/filter toggle` |======================================== diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 7b59e86df..5c59b78c8 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -454,102 +454,102 @@ Tasti per la riga di comando | Tasti | Descrizione e comando | Freccia sinistra + - Ctrl + B | + Ctrl + `b` | Passa al carattere precedente nella riga di comando + `/input move_previous_char` | Freccia destra + - Ctrl + F | + Ctrl + `f` | Passa al carattere successivo nella riga di comando + `/input move_next_char` | Ctrl + freccia sinistra + - Alt + B | + Alt + `b` | Passa alla parola precedente nella riga di comando + `/input move_previous_word` | Ctrl + freccia destra + - Alt + F | + Alt + `f` | Passa alla parola successiva nella riga di comando + `/input move_next_word` | Home + - Ctrl + A | + Ctrl + `a` | Si sposta all'inizio della riga di comando + `/input move_beginning_of_line` | Fine + - Ctrl + E | + Ctrl + `e` | Si sposta alla fine della riga di comando + `/input move_end_of_line` -| Ctrl + C poi B | +| Ctrl + `c` poi `b` | Inserisce il codice per il testo in grassetto + `/input insert \x02` -| Ctrl + C poi C | +| Ctrl + `c` poi `c` | Inserisce il codice per il testo colorato + `/input insert \x03` -| Ctrl + C poi I | +| Ctrl + `c` poi `i` | Inserisce il codice per il testo in corsivo + `/input insert \x1D` -| Ctrl + C poi O | +| Ctrl + `c` poi `o` | Inserisce il codice per il reset dei colori + `/input insert \x0F` -| Ctrl + C then R | +| Ctrl + `c` then `r` | Inserisce il codice per l'inversione dei colori + `/input insert \x12` -| Ctrl + C poi U | +| Ctrl + `c` poi `u` | Inserisce il codice per il testo sottolineato + `/input insert \x15` | Canc + - Ctrl + D | + Ctrl + `d` | Elimina il carattere successivo nella riga di comando + `/input delete_next_char` | Backspace + - Ctrl + H | + Ctrl + `h` | Elimina il carattere precedente nella riga di comando + `/input delete_previous_char` -| Ctrl + K | +| Ctrl + `k` | Elimina dal cursore fino alla fine della riga di comando (la stringa eliminata viene copiata negli appunti) + `/input delete_end_of_line` -| Ctrl + R | +| Ctrl + `r` | Cerca il testo nella cronologia del buffer (due volte: cerca testo esatto), ricorrenze successive/precedenti possono essere trovate con le frecce su/giù + `/input search_text` -| Ctrl + T | +| Ctrl + `t` | Inverti caratteri + `/input transpose_chars` -| Ctrl + U | +| Ctrl + `u` | Elimina dal cursore fino all'inizio della riga di comando (la stringa eliminata viene copiata negli appunti) + `/input delete_beginning_of_line` -| Ctrl + W | +| Ctrl + `w` | Elimina la parola precedente nella riga di comando (la stringa eliminata viene copiata negli appunti) + `/input delete_previous_word` -| Ctrl + Y | +| Ctrl + `y` | Incolla il contenuto degli appunti + `/input clipboard_paste` -| Ctrl + _ | +| Ctrl + `_` | Annulla l'ultima azione sulla riga di comando + `/input undo` -| Alt + _ | +| Alt + `_` | Ripete l'ultima azione sulla riga di comando + `/input redo` @@ -566,8 +566,8 @@ Tasti per la riga di comando Inserisce carattere alla posizione del cursore nella riga di comando | Invio + - Ctrl + J + - Ctrl + M | + Ctrl + `j` + + Ctrl + `m` | Esegue comando o invia messaggio (in modalità ricerca: ferma ricerca) + `/input return` @@ -589,17 +589,17 @@ Tasti per la riga di comando per tutti i buffer) + `/input history_global_next` -| Alt + D | +| Alt + `d` | Elimina la parola successiva nella riga di comando (la stringa eliminata viene copiata negli appunti) + `/input delete_next_word` -| Alt + K | +| Alt + `k` | Cattura un tasto ed inserisce il suo codice (e il comando associato se il tasto esiste) nella riga di comando + `/input grab_key_command` -| Alt + R | +| Alt + `r` | Elimina l'intera riga di comando + `/input delete_line` |======================================== @@ -612,15 +612,15 @@ Tasti per buffer / finestre |======================================== | Tasti | Descrizione e comando -| Ctrl + L | +| Ctrl + `l` | Ridisegna l'intera finestra + `/window refresh` -| Ctrl + S poi Ctrl + U | +| Ctrl + `s` poi Ctrl + `u` | Imposta l'evidenziatore dei messaggi non letti su tutti i buffer + `/input set_unread` -| Ctrl + X | +| Ctrl + `x` | Passa al buffer attivo se i buffer sono collegati con lo stesso numero + `/input switch_active_buffer` @@ -650,14 +650,14 @@ Tasti per buffer / finestre | Alt + freccia sinistra + Alt + freccia su + - Ctrl + P + + Ctrl + `p` + F5 | Passa al buffer precedente + `/buffer -1` | Alt + freccia destra + Alt + freccia giù + - Ctrl + N + + Ctrl + `n` + F6 | Passa al buffer successivo + `/buffer +1` @@ -694,20 +694,20 @@ Tasti per buffer / finestre Sposta alla fine della lista nick + `/bar scroll nicklist * ye` -| Alt + A | +| Alt + `a` | Passa al buffer successivo con attività (con priorità: evento, messaggio, altro) + `/input jump_smart` -| Alt + J poi Alt + L | +| Alt + `j` poi Alt + `l` | Passa all'ultimo buffer + `/input jump_last_buffer` -| Alt + J poi Alt + R | +| Alt + `j` poi Alt + `r` | Passa al buffer raw IRC + `/server raw` -| Alt + J poi Alt + S | +| Alt + `j` poi Alt + `s` | Passa al buffer server IRC + `/server jump` @@ -715,39 +715,39 @@ Tasti per buffer / finestre Passa al buffer numero (0 = 10) + `/buffer *N` -| Alt + J poi numero (01-99) | +| Alt + `j` poi numero (01-99) | Passa al buffer numero + `/buffer NN` -| Alt + N | +| Alt + `n` | Scorre fino all'evento successivo + `/window scroll_next_highlight` -| Alt + P | +| Alt + `p` | Scorre fino all'evento precedente + `/window scroll_previous_highlight` -| Alt + U | +| Alt + `u` | Scorre fino alla prima riga non letta nel buffer + `/input scroll_unread` -| Alt + W poi Alt + freccia | +| Alt + `w` poi Alt + freccia | Passa alla finestra con direzione + `/window up` (in alto) + `/window down` (in basso) + `/window left` (a sinistra) + `/window right` (a destra) -| Alt + Z | +| Alt + `z` | Ingrandimento sulla finestra attiva (Alt + Z di nuovo: ripristina lo stato iniziale della finestra, prima dell'ingrandimento) + `/window zoom` -| Alt + < | +| Alt + `<` | Passa al buffer precedente nella lista dei buffer visitati + `/input jump_previously_visited_buffer` -| Alt + > | +| Alt + `>` | Passa al buffer successivo nella lista dei buffer visitati + `/input jump_next_visited_buffer` |======================================== @@ -760,11 +760,11 @@ Altri tasti |======================================== | Tasti | Descrizione e comando -| Alt + H | +| Alt + `h` | Pulisce hotlist (notifica di attività su altri buffer) + `/input hotlist_clear` + -| Alt + = | +| Alt + `=` | Attiva/disattiva filtri + `/filter toggle` + |========================================