mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
buflist: add alternate key codes for alt-F1/alt-F2 (xterm)
This commit is contained in:
@@ -425,8 +425,10 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
{ /* c-<f2> */ "meta2-1;5Q", "/bar scroll buflist * +100%" },
|
||||
{ /* m-<f1> */ "meta-meta-OP", "/bar scroll buflist * b" },
|
||||
{ /* m-<f1> */ "meta-meta2-11~", "/bar scroll buflist * b" },
|
||||
{ /* m-<f1> */ "meta2-1;3P", "/bar scroll buflist * b" },
|
||||
{ /* m-<f2> */ "meta-meta-OQ", "/bar scroll buflist * e" },
|
||||
{ /* m-<f2> */ "meta-meta2-12~", "/bar scroll buflist * e" },
|
||||
{ /* m-<f2> */ "meta2-1;3Q", "/bar scroll buflist * e" },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user