1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: add default key "meta2-[E" (F5) for linux console

This commit is contained in:
Sebastien Helleu
2011-09-23 12:56:06 +02:00
parent 867bad2d72
commit 734ced6af8
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.6-dev, 2011-09-22
v0.3.6-dev, 2011-09-23
Version 0.3.6 (under dev!)
--------------------------
* core: add default key "meta2-[E" (F5) for linux console
* core: fix display of paste multi-line prompt with a root input bar
(bug #34305)
* core: add "inactive" colors for inactive windows and lines in merged buffers,
+1
View File
@@ -155,6 +155,7 @@ gui_key_default_bindings (int context)
BIND(/* m-up */ "meta-meta2-A", "/buffer -1");
BIND(/* m-up */ "meta2-1;3A", "/buffer -1");
BIND(/* F5 */ "meta2-15~", "/buffer -1");
BIND(/* F5 */ "meta2-[E", "/buffer -1");
BIND(/* ^P */ "ctrl-P", "/buffer -1");
BIND(/* pgup */ "meta2-5~", "/window page_up");
BIND(/* pgup */ "meta2-I", "/window page_up");