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:
@@ -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%" },
|
||||
|
||||
Reference in New Issue
Block a user