diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-16 19:00:16 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-16 19:00:16 +0100 |
commit | 9a100beb899de786bcc743e7c5cfd501bae5c648 (patch) | |
tree | 35355a44ddc868ca5b6fdcade95c17f52a545fd7 | |
parent | ea65e4d50fdb6c235455e3f687b8600035350bce (diff) | |
download | weechat-9a100beb899de786bcc743e7c5cfd501bae5c648.zip |
Add question about keys up/down for global history in FAQ
-rw-r--r-- | doc/de/weechat_faq.de.txt | 20 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 19 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 20 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.txt | 20 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 20 |
5 files changed, 99 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt index df6db209b..e3fb2cac6 100644 --- a/doc/de/weechat_faq.de.txt +++ b/doc/de/weechat_faq.de.txt @@ -354,6 +354,26 @@ Es kann auch eine neue Taste eingebunden werden um zu einem Buffer zu wechseln: Eine Auflistung der Standardtastenbelegung findet man in der Benutzeranleitung. +// TRANSLATION MISSING +[[global_history]] +How to use global history (instead of buffer history) with up and down keys? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can bind the up and down keys on global history (default keys for global +history are ctrl+up and ctrl+down). + +Example: + +---------------------------------------- +/key bind meta2-A /input history_global_previous +/key bind meta2-B /input history_global_next +---------------------------------------- + +[NOTE] +Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key +code press alt-k then key (up or down). + + [[irc]] IRC --- diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index a327769a0..118f45229 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -335,6 +335,25 @@ You can bind a key, for example: List of default keys is in User's guide. +[[global_history]] +How to use global history (instead of buffer history) with up and down keys? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can bind the up and down keys on global history (default keys for global +history are ctrl+up and ctrl+down). + +Example: + +---------------------------------------- +/key bind meta2-A /input history_global_previous +/key bind meta2-B /input history_global_next +---------------------------------------- + +[NOTE] +Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key +code press alt-k then key (up or down). + + [[irc]] IRC --- diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index 2d04b6804..e54e6bf64 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -349,6 +349,26 @@ Vous pouvez définir une touche, par exemple : La liste des touches par défaut est dans le Guide utlisateur. +[[global_history]] +Comment utiliser l'historique global (au lieu de l'historique du tampon) avec les touches haut et bas ? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Vous pouvez assigner les touches haut et bas sur l'historique global (les +touches par défaut pour l'historique global sont ctrl+haut et ctrl+bas). + +Exemple : + +---------------------------------------- +/key bind meta2-A /input history_global_previous +/key bind meta2-B /input history_global_next +---------------------------------------- + +[NOTE] +Les touches "meta2-A" et "meta2-B" peuvent être différentes dans votre terminal. +Pour trouver le code de la touche appuyez sur alt-k puis la touche (haut ou +bas). + + [[irc]] IRC --- diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index d67095ec0..81be42473 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -344,6 +344,26 @@ List of default keys is in User's guide. L'elenco dei tasti predefiniti è nella Guida dell'utente. +// TRANSLATION MISSING +[[global_history]] +How to use global history (instead of buffer history) with up and down keys? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can bind the up and down keys on global history (default keys for global +history are ctrl+up and ctrl+down). + +Example: + +---------------------------------------- +/key bind meta2-A /input history_global_previous +/key bind meta2-B /input history_global_next +---------------------------------------- + +[NOTE] +Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key +code press alt-k then key (up or down). + + [[irc]] IRC --- diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index ff317a35c..bb7b57ce1 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -340,6 +340,26 @@ Można również samemu stworzyć skrót, na przykład: Lista domyślnych skrótów znajduje się w poradniku użytkownika. +// TRANSLATION MISSING +[[global_history]] +How to use global history (instead of buffer history) with up and down keys? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can bind the up and down keys on global history (default keys for global +history are ctrl+up and ctrl+down). + +Example: + +---------------------------------------- +/key bind meta2-A /input history_global_previous +/key bind meta2-B /input history_global_next +---------------------------------------- + +[NOTE] +Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key +code press alt-k then key (up or down). + + [[irc]] IRC --- |