From ada29940621834134343ee98fcfd26d473dbecbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Jan 2019 01:33:47 +0100 Subject: buflist: add alternate key codes for alt-F1/alt-F2 (xterm) --- src/plugins/buflist/buflist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins') diff --git a/src/plugins/buflist/buflist.c b/src/plugins/buflist/buflist.c index 0c79a24c0..f4ccb820a 100644 --- a/src/plugins/buflist/buflist.c +++ b/src/plugins/buflist/buflist.c @@ -425,8 +425,10 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) { /* 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- */ "meta2-1;3P", "/bar scroll buflist * b" }, { /* m- */ "meta-meta-OQ", "/bar scroll buflist * e" }, { /* m- */ "meta-meta2-12~", "/bar scroll buflist * e" }, + { /* m- */ "meta2-1;3Q", "/bar scroll buflist * e" }, { NULL, NULL }, }; -- cgit v1.2.3