mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
core: add key ctrl-backspace in /help key (closes #1975)
This commit is contained in:
@@ -17,6 +17,7 @@ Bug fixes::
|
||||
|
||||
* core: don't send "key_pressed" signal again for the same key press (issue #1976)
|
||||
* core: don't send "key_combo_*" signals for incomplete keys (issue #1976)
|
||||
* core: add key ctrl-backspace in /help key (issue #1975)
|
||||
|
||||
Tests::
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-25 00:48+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2043,6 +2043,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -26,7 +26,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-23 07:41+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||
@@ -2515,6 +2515,71 @@ msgstr ""
|
||||
"unbindctxt <context> <key> || reset <key> || resetctxt <context> <key> || "
|
||||
"resetall -yes [<context>] || missing [<context>] || legacy <key> [<key>...]"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| " list: list all current keys\n"
|
||||
#| "listdefault: list default keys\n"
|
||||
#| " listdiff: list differences between current and default keys (keys "
|
||||
#| "added, redefined or deleted)\n"
|
||||
#| " context: name of context (\"default\" or \"search\")\n"
|
||||
#| " bind: bind a command to a key or display command bound to key (for "
|
||||
#| "context \"default\")\n"
|
||||
#| " bindctxt: bind a command to a key or display command bound to key, for "
|
||||
#| "given context\n"
|
||||
#| " command: command (many commands can be separated by semicolons)\n"
|
||||
#| " unbind: remove a key binding (for context \"default\")\n"
|
||||
#| " unbindctxt: remove a key binding for given context\n"
|
||||
#| " reset: reset a key to default binding (for context \"default\")\n"
|
||||
#| " resetctxt: reset a key to default binding, for given context\n"
|
||||
#| " resetall: restore bindings to the default values and delete ALL "
|
||||
#| "personal bindings (use carefully!)\n"
|
||||
#| " missing: add missing keys (using default bindings), useful after "
|
||||
#| "installing new WeeChat version\n"
|
||||
#| " legacy: display new name for legacy keys\n"
|
||||
#| "\n"
|
||||
#| "When binding a command to a key, it is recommended to use key alt+k (or "
|
||||
#| "Esc then k), and then press the key to bind: this will insert key name in "
|
||||
#| "command line.\n"
|
||||
#| "\n"
|
||||
#| "Modifiers allowed (in this order when multiple are used):\n"
|
||||
#| " meta- (alt key)\n"
|
||||
#| " ctrl- (control key)\n"
|
||||
#| " shift- (shift key, can only be used with key names below)\n"
|
||||
#| "\n"
|
||||
#| "Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, "
|
||||
#| "pgdn, up, down, right, left, tab, return, comma, space.\n"
|
||||
#| "\n"
|
||||
#| "Combo of keys must be separated by a comma.\n"
|
||||
#| "\n"
|
||||
#| "For context \"mouse\" (possible in context \"cursor\" too), key has "
|
||||
#| "format: \"@area:key\" or \"@area1>area2:key\" where area can be:\n"
|
||||
#| " *: any area on screen\n"
|
||||
#| " chat: chat area (any buffer)\n"
|
||||
#| " chat(xxx): chat area for buffer with name \"xxx\" (full name including "
|
||||
#| "plugin)\n"
|
||||
#| " bar(*): any bar\n"
|
||||
#| " bar(xxx): bar \"xxx\"\n"
|
||||
#| " item(*): any bar item\n"
|
||||
#| " item(xxx): bar item \"xxx\"\n"
|
||||
#| "Wildcard \"*\" is allowed in key to match many mouse events.\n"
|
||||
#| "A special value for command with format \"hsignal:name\" can be used for "
|
||||
#| "context mouse, this will send the hsignal \"name\" with the focus "
|
||||
#| "hashtable as argument.\n"
|
||||
#| "Another special value \"-\" can be used to disable key (it will be "
|
||||
#| "ignored when looking for keys).\n"
|
||||
#| "\n"
|
||||
#| "Examples:\n"
|
||||
#| " key alt-r to jump to #weechat IRC channel:\n"
|
||||
#| " /key bind meta-r /buffer #weechat\n"
|
||||
#| " restore default binding for key alt-r:\n"
|
||||
#| " /key reset meta-r\n"
|
||||
#| " key meta-v then f1 to run /help:\n"
|
||||
#| " /key bind meta-v,f1 /help\n"
|
||||
#| " key \"tab\" to stop search in buffer:\n"
|
||||
#| " /key bindctxt search tab /input search_stop\n"
|
||||
#| " middle button of mouse on a nick to retrieve info on nick:\n"
|
||||
#| " /key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info "
|
||||
#| "${nick}"
|
||||
msgid ""
|
||||
" list: list all current keys\n"
|
||||
"listdefault: list default keys\n"
|
||||
@@ -2540,6 +2605,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
@@ -5605,20 +5674,17 @@ msgid ""
|
||||
"%sError: %s, line %d: invalid config version: \"%s\" => rest of file is "
|
||||
"IGNORED, default options are used"
|
||||
msgstr ""
|
||||
"%sFehler: %s, Zeile %d: Ungültige Konfigurationsversion: \"%s\" => Der Rest"
|
||||
" der Datei wird IGNORIERT, es werden Standardoptionen verwendet"
|
||||
"%sFehler: %s, Zeile %d: Ungültige Konfigurationsversion: \"%s\" => Der Rest "
|
||||
"der Datei wird IGNORIERT, es werden Standardoptionen verwendet"
|
||||
|
||||
#, c-format
|
||||
#| msgid ""
|
||||
#| "%sWarning: %s, version read (%d) is newer than supported version (%d), "
|
||||
#| "options may be broken!"
|
||||
msgid ""
|
||||
"%sError: %s, version read (%d) is newer than supported version (%d) => rest "
|
||||
"of file is IGNORED, default options are used"
|
||||
msgstr ""
|
||||
"%sFehler: %s, verwendete Version (%d) ist neuer als die unterstützte Version"
|
||||
" (%d) => Der Rest der Datei wird IGNORIERT, es werden Standardoptionen"
|
||||
" verwendet"
|
||||
"%sFehler: %s, verwendete Version (%d) ist neuer als die unterstützte Version "
|
||||
"(%d) => Der Rest der Datei wird IGNORIERT, es werden Standardoptionen "
|
||||
"verwendet"
|
||||
|
||||
#, c-format
|
||||
msgid "%sWarning: %s, line %d: option outside section: %s"
|
||||
@@ -16026,8 +16092,7 @@ msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat"
|
||||
|
||||
msgid ""
|
||||
"list|listfull|listdefault || add|addoff|addreplace <name> <hook> "
|
||||
"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<"
|
||||
"return_code>\" [\"<post_action>\"]]]]]] "
|
||||
"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] "
|
||||
"|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> "
|
||||
"<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-"
|
||||
"all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del "
|
||||
@@ -16035,8 +16100,7 @@ msgid ""
|
||||
"monitor [<filter>]"
|
||||
msgstr ""
|
||||
"list|listfull|listdefault || add|addoff|addreplace <name> <hook> "
|
||||
"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<"
|
||||
"return_code>\" [\"<post_action>\"]]]]]] "
|
||||
"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] "
|
||||
"|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> "
|
||||
"<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-"
|
||||
"all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del "
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Santiago Forero <santiago@forero.xyz>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2537,6 +2537,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"PO-Revision-Date: 2023-06-25 19:12+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-07-04 18:39+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -2491,6 +2491,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
@@ -2558,6 +2562,11 @@ msgstr ""
|
||||
"d'utiliser la touche alt+k (ou Échap puis k), et puis de presser la touche à "
|
||||
"associer : cela insère le code de la touche dans la ligne de commande.\n"
|
||||
"\n"
|
||||
"Pour certaines touches vous pourriez avoir besoin d'utiliser /debug key, "
|
||||
"cela affiche le code brut de la touche qui peut être utilisé (par exemple "
|
||||
"ctrl+backspace pourrait être ctrl-h ou ctrl-?, selon votre terminal et "
|
||||
"d'autres paramètres).\n"
|
||||
"\n"
|
||||
"Modificateurs autorisés (dans cet ordre lorsque plusieurs sont utilisés) :\n"
|
||||
" meta- (touche alt)\n"
|
||||
" ctrl- (touche control)\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1868,6 +1868,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2125,6 +2125,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||
@@ -2506,6 +2506,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
||||
@@ -2838,6 +2838,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||
"Language-Team: Portuguese <>\n"
|
||||
@@ -2499,6 +2499,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
+5
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2202,6 +2202,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1889,6 +1889,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2424,6 +2424,71 @@ msgstr ""
|
||||
"<контекст> <тастер> || resetall -yes [<контекст>] || missing [<контекст>] || "
|
||||
"legacy <тастер> [<тастер>...]"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| " list: list all current keys\n"
|
||||
#| "listdefault: list default keys\n"
|
||||
#| " listdiff: list differences between current and default keys (keys "
|
||||
#| "added, redefined or deleted)\n"
|
||||
#| " context: name of context (\"default\" or \"search\")\n"
|
||||
#| " bind: bind a command to a key or display command bound to key (for "
|
||||
#| "context \"default\")\n"
|
||||
#| " bindctxt: bind a command to a key or display command bound to key, for "
|
||||
#| "given context\n"
|
||||
#| " command: command (many commands can be separated by semicolons)\n"
|
||||
#| " unbind: remove a key binding (for context \"default\")\n"
|
||||
#| " unbindctxt: remove a key binding for given context\n"
|
||||
#| " reset: reset a key to default binding (for context \"default\")\n"
|
||||
#| " resetctxt: reset a key to default binding, for given context\n"
|
||||
#| " resetall: restore bindings to the default values and delete ALL "
|
||||
#| "personal bindings (use carefully!)\n"
|
||||
#| " missing: add missing keys (using default bindings), useful after "
|
||||
#| "installing new WeeChat version\n"
|
||||
#| " legacy: display new name for legacy keys\n"
|
||||
#| "\n"
|
||||
#| "When binding a command to a key, it is recommended to use key alt+k (or "
|
||||
#| "Esc then k), and then press the key to bind: this will insert key name in "
|
||||
#| "command line.\n"
|
||||
#| "\n"
|
||||
#| "Modifiers allowed (in this order when multiple are used):\n"
|
||||
#| " meta- (alt key)\n"
|
||||
#| " ctrl- (control key)\n"
|
||||
#| " shift- (shift key, can only be used with key names below)\n"
|
||||
#| "\n"
|
||||
#| "Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, "
|
||||
#| "pgdn, up, down, right, left, tab, return, comma, space.\n"
|
||||
#| "\n"
|
||||
#| "Combo of keys must be separated by a comma.\n"
|
||||
#| "\n"
|
||||
#| "For context \"mouse\" (possible in context \"cursor\" too), key has "
|
||||
#| "format: \"@area:key\" or \"@area1>area2:key\" where area can be:\n"
|
||||
#| " *: any area on screen\n"
|
||||
#| " chat: chat area (any buffer)\n"
|
||||
#| " chat(xxx): chat area for buffer with name \"xxx\" (full name including "
|
||||
#| "plugin)\n"
|
||||
#| " bar(*): any bar\n"
|
||||
#| " bar(xxx): bar \"xxx\"\n"
|
||||
#| " item(*): any bar item\n"
|
||||
#| " item(xxx): bar item \"xxx\"\n"
|
||||
#| "Wildcard \"*\" is allowed in key to match many mouse events.\n"
|
||||
#| "A special value for command with format \"hsignal:name\" can be used for "
|
||||
#| "context mouse, this will send the hsignal \"name\" with the focus "
|
||||
#| "hashtable as argument.\n"
|
||||
#| "Another special value \"-\" can be used to disable key (it will be "
|
||||
#| "ignored when looking for keys).\n"
|
||||
#| "\n"
|
||||
#| "Examples:\n"
|
||||
#| " key alt-r to jump to #weechat IRC channel:\n"
|
||||
#| " /key bind meta-r /buffer #weechat\n"
|
||||
#| " restore default binding for key alt-r:\n"
|
||||
#| " /key reset meta-r\n"
|
||||
#| " key meta-v then f1 to run /help:\n"
|
||||
#| " /key bind meta-v,f1 /help\n"
|
||||
#| " key \"tab\" to stop search in buffer:\n"
|
||||
#| " /key bindctxt search tab /input search_stop\n"
|
||||
#| " middle button of mouse on a nick to retrieve info on nick:\n"
|
||||
#| " /key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info "
|
||||
#| "${nick}"
|
||||
msgid ""
|
||||
" list: list all current keys\n"
|
||||
"listdefault: list default keys\n"
|
||||
@@ -2449,6 +2514,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2023-06-17 11:47+0200\n"
|
||||
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2536,6 +2536,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
+5
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2023-06-17 11:44+0200\n"
|
||||
"POT-Creation-Date: 2023-07-04 18:38+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1726,6 +1726,10 @@ msgid ""
|
||||
"then k), and then press the key to bind: this will insert key name in "
|
||||
"command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays the raw key "
|
||||
"code that can be used (for example the key ctrl+backspace could be ctrl-h or "
|
||||
"ctrl-?, depending on your terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
@@ -8522,6 +8522,11 @@ command_init ()
|
||||
"(or Esc then k), and then press the key to bind: this will insert "
|
||||
"key name in command line.\n"
|
||||
"\n"
|
||||
"For some keys you might need to use /debug key, this displays "
|
||||
"the raw key code that can be used (for example the key "
|
||||
"ctrl+backspace could be ctrl-h or ctrl-?, depending on your "
|
||||
"terminal and other settings).\n"
|
||||
"\n"
|
||||
"Modifiers allowed (in this order when multiple are used):\n"
|
||||
" meta- (alt key)\n"
|
||||
" ctrl- (control key)\n"
|
||||
|
||||
Reference in New Issue
Block a user