buflist: add default key alt-shift-B to toggle buflist
This commit is contained in:
parent
916c22a3d0
commit
0abd0292da
@ -22,6 +22,7 @@ New features::
|
||||
|
||||
* core: add command line option "--stdout" in weechat-headless binary to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477)
|
||||
* core: reload configuration files on SIGHUP (issue #1476)
|
||||
* buflist: add default key kbd:[Alt+Shift+B] to toggle buflist
|
||||
* buflist: add options enable/disable/toggle in command /buflist
|
||||
* buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465)
|
||||
* relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks, add options relay.network.password_hash_algo, relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474)
|
||||
|
@ -1716,6 +1716,8 @@ und um eine Hilfe zu erhalten wie man es nutzt: `/help buffer_autoset`.
|
||||
| kbd:[Alt+F11] | springt zum Anfang der Benutzerliste. | `/bar scroll nicklist * b`
|
||||
| kbd:[Alt+F12] | springt zum Ende der Benutzerliste. | `/bar scroll nicklist * e`
|
||||
| kbd:[Alt+a] | wechselt zum nächsten Buffer mit Aktivität (nach Priorität: highlight, Nachricht, ...). | `/input jump_smart`
|
||||
// TRANSLATION MISSING
|
||||
| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle`
|
||||
| kbd:[Alt+h] | löscht Hotliste (Aktivitätsanzeige für die Buffer). | `/input hotlist_clear`
|
||||
| kbd:[Alt+j],
|
||||
kbd:[Alt+f] | wechselt zum ersten Buffer. | `/buffer -`
|
||||
|
@ -1681,6 +1681,7 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset
|
||||
| kbd:[Alt+F11] | Go to the beginning of nicklist. | `/bar scroll nicklist * b`
|
||||
| kbd:[Alt+F12] | Go to the end of nicklist. | `/bar scroll nicklist * e`
|
||||
| kbd:[Alt+a] | Switch to next buffer with activity (with priority: highlight, message, other). | `/input jump_smart`
|
||||
| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle`
|
||||
| kbd:[Alt+h] | Clear hotlist (activity notification on other buffers). | `/input hotlist_clear`
|
||||
| kbd:[Alt+j],
|
||||
kbd:[Alt+f] | Switch to first buffer. | `/buffer -`
|
||||
|
@ -1737,6 +1737,7 @@ avec `/help buffer_autoset`.
|
||||
| kbd:[Alt+F11] | Aller au début de la liste des pseudos. | `/bar scroll nicklist * b`
|
||||
| kbd:[Alt+F12] | Aller à la fin de la liste des pseudos. | `/bar scroll nicklist * e`
|
||||
| kbd:[Alt+a] | Sauter au prochain tampon avec activité (avec priorité : highlight, message, autre). | `/input jump_smart`
|
||||
| kbd:[Alt+Shift+B] | Activer/désactiver buflist. | `/buflist toggle`
|
||||
| kbd:[Alt+h] | Vider la hotlist (notification d'activité sur les autres tampons). | `/input hotlist_clear`
|
||||
| kbd:[Alt+j],
|
||||
kbd:[Alt+f] | Sauter au premier tampon. | `/buffer -`
|
||||
|
@ -1785,6 +1785,8 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset
|
||||
| kbd:[Alt+F11] | Sposta all'inizio della lista nick. | `/bar scroll nicklist * b`
|
||||
| kbd:[Alt+F12] | Sposta alla fine della lista nick. | `/bar scroll nicklist * e`
|
||||
| kbd:[Alt+a] | Passa al buffer successivo con attività (con priorità: highligh, messagge, altro). | `/input jump_smart`
|
||||
// TRANSLATION MISSING
|
||||
| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle`
|
||||
| kbd:[Alt+h] | Pulisce hotlist (notifica di attività su altri buffer). | `/input hotlist_clear`
|
||||
// TRANSLATION MISSING
|
||||
| kbd:[Alt+j],
|
||||
|
@ -1693,6 +1693,8 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定
|
||||
| kbd:[Alt+F11] | ニックネームリストを一番上にスクロール | `/bar scroll nicklist * b`
|
||||
| kbd:[Alt+F12] | ニックネームリストを一番下にスクロール | `/bar scroll nicklist * e`
|
||||
| kbd:[Alt+a] | 変更のあった次のバッファに移動 (優先順位: ハイライト、新規メッセージ、その他) | `/input jump_smart`
|
||||
// TRANSLATION MISSING
|
||||
| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle`
|
||||
| kbd:[Alt+h] | ホットリスト (他のバッファにあった変更通知リスト) を消去 | `/input hotlist_clear`
|
||||
| kbd:[Alt+j],
|
||||
kbd:[Alt+f] | 最初のバッファに移動 | `/buffer -`
|
||||
|
@ -1692,6 +1692,8 @@ Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalowa
|
||||
| kbd:[Alt+F11] | Idź na początek listy nicków. | `/bar scroll nicklist * b`
|
||||
| kbd:[Alt+F12] | Idź na koniec listy nicków. | `/bar scroll nicklist * e`
|
||||
| kbd:[Alt+a] | Przełącz na następny bufor z aktywnością (z priorytetem: powiadomienie, wiadomość, inne). | `/input jump_smart`
|
||||
// TRANSLATION MISSING
|
||||
| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle`
|
||||
| kbd:[Alt+h] | Wyczyść hotlistę (powiadomienia o aktywności w innych buforach). | `/input hotlist_clear`
|
||||
| kbd:[Alt+j],
|
||||
kbd:[Alt+f] | Przełącz na pierwszy bufor. | `/buffer -`
|
||||
|
@ -421,6 +421,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
int i;
|
||||
char str_key[256];
|
||||
char *default_keys[][2] = {
|
||||
{ /* m-B */ "meta-B", "/buflist toggle" },
|
||||
{ /* <f1> */ "meta-OP", "/bar scroll buflist * -100%" },
|
||||
{ /* <f1> */ "meta2-11~", "/bar scroll buflist * -100%" },
|
||||
{ /* <f2> */ "meta-OQ", "/bar scroll buflist * +100%" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user