From a199d243cad098708cc5c9131ed1d3e93db9339c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Jan 2019 01:32:09 +0100 Subject: [PATCH] buflist: fix typo on key code for ctrl-F2 --- src/plugins/buflist/buflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/buflist/buflist.c b/src/plugins/buflist/buflist.c index 87e8d24db..0c79a24c0 100644 --- a/src/plugins/buflist/buflist.c +++ b/src/plugins/buflist/buflist.c @@ -422,7 +422,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) { /* c- */ "meta2-11^", "/bar scroll buflist * -100%" }, { /* c- */ "meta2-1;5P", "/bar scroll buflist * -100%" }, { /* c- */ "meta2-12^", "/bar scroll buflist * +100%" }, - { /* c- */ "meta2-1;5P", "/bar scroll buflist * +100%" }, + { /* c- */ "meta2-1;5Q", "/bar scroll buflist * +100%" }, { /* m- */ "meta-meta-OP", "/bar scroll buflist * b" }, { /* m- */ "meta-meta2-11~", "/bar scroll buflist * b" }, { /* m- */ "meta-meta-OQ", "/bar scroll buflist * e" },