mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist top/bottom
This commit is contained in:
@@ -89,11 +89,13 @@ gui_input_default_key_bindings ()
|
||||
gui_key_bind ( /* pgdn */ "meta2-6~", "page_down");
|
||||
gui_key_bind ( /* m-pgup */ "meta-meta2-5~", "scroll_up");
|
||||
gui_key_bind ( /* m-pgdn */ "meta-meta2-6~", "scroll_down");
|
||||
gui_key_bind ( /* m-home */ "meta-meta2-1~", "scroll_top");
|
||||
gui_key_bind ( /* m-end */ "meta-meta2-4~", "scroll_bottom");
|
||||
gui_key_bind ( /* F10 */ "meta2-21~", "infobar_clear");
|
||||
gui_key_bind ( /* F11 */ "meta2-23~", "nick_page_up");
|
||||
gui_key_bind ( /* F12 */ "meta2-24~", "nick_page_down");
|
||||
gui_key_bind ( /* m-F11 */ "meta-meta2-1~", "nick_beginning");
|
||||
gui_key_bind ( /* m-F12 */ "meta-meta2-4~", "nick_end");
|
||||
gui_key_bind ( /* m-F11 */ "meta-meta2-23~", "nick_beginning");
|
||||
gui_key_bind ( /* m-F12 */ "meta-meta2-24~", "nick_end");
|
||||
gui_key_bind ( /* ^L */ "ctrl-L", "refresh");
|
||||
gui_key_bind ( /* m-a */ "meta-a", "jump_smart");
|
||||
gui_key_bind ( /* m-b */ "meta-b", "previous_word");
|
||||
|
||||
Reference in New Issue
Block a user