mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: move /input hotlist actions to new command /hotlist
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all`
This commit is contained in:
@@ -138,10 +138,10 @@ gui_key_default_bindings (int context)
|
||||
BIND(/* m-j,m-l */ "meta-jmeta-l", "/buffer +");
|
||||
BIND(/* m-j,m-r */ "meta-jmeta-r", "/server raw");
|
||||
BIND(/* m-j,m-s */ "meta-jmeta-s", "/server jump");
|
||||
BIND(/* m-h,m-c */ "meta-hmeta-c", "/input hotlist_clear");
|
||||
BIND(/* m-h,m-m */ "meta-hmeta-m", "/input hotlist_remove_buffer");
|
||||
BIND(/* m-h,m-r */ "meta-hmeta-r", "/input hotlist_restore_buffer");
|
||||
BIND(/* m-h,m-R */ "meta-hmeta-R", "/input hotlist_restore_all");
|
||||
BIND(/* m-h,m-c */ "meta-hmeta-c", "/hotlist clear");
|
||||
BIND(/* m-h,m-m */ "meta-hmeta-m", "/hotlist remove");
|
||||
BIND(/* m-h,m-r */ "meta-hmeta-r", "/hotlist restore");
|
||||
BIND(/* m-h,m-R */ "meta-hmeta-R", "/hotlist restore -all");
|
||||
BIND(/* m-k */ "meta-k", "/input grab_key_command");
|
||||
BIND(/* m-s */ "meta-s", "/mute spell toggle");
|
||||
BIND(/* m-u */ "meta-u", "/window scroll_unread");
|
||||
|
||||
Reference in New Issue
Block a user