From 7103a102bb66ac3faaca97ccd42e7aabe8c5c201 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 15 Feb 2011 20:34:50 +0100 Subject: Ctrl+up and down go to the next/previous group in the roster --- src/tabs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index 422bc983..9beb4499 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -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 -- cgit v1.2.3