Ctrl+up and down go to the next/previous group in the roster
This commit is contained in:
parent
3302c730af
commit
7103a102bb
1 changed files with 2 additions and 0 deletions
|
@ -812,6 +812,8 @@ class RosterInfoTab(Tab):
|
|||
self.key_func["KEY_DOWN"] = self.move_cursor_down
|
||||
self.key_func["M-u"] = self.move_cursor_to_next_group
|
||||
self.key_func["M-y"] = self.move_cursor_to_prev_group
|
||||
self.key_func["M-[1;5B"] = self.move_cursor_to_next_group
|
||||
self.key_func["M-[1;5A"] = self.move_cursor_to_prev_group
|
||||
self.key_func["o"] = self.toggle_offline_show
|
||||
self.key_func["s"] = self.start_search
|
||||
self.key_func["S"] = self.start_search_slow
|
||||
|
|
Loading…
Reference in a new issue