1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

buflist: add default key alt-shift-B to toggle buflist

This commit is contained in:
Sébastien Helleu
2020-04-24 22:44:13 +02:00
parent 916c22a3d0
commit 0abd0292da
8 changed files with 12 additions and 0 deletions
+1
View File
@@ -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%" },