summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui.py b/src/gui.py
index 8e14ca35..7b60b4f1 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -134,10 +134,10 @@ class Gui(object):
"KEY_F(8)": self.grow_information_win,
"^N": self.rotate_rooms_right,
"KEY_RESIZE": self.call_for_resize,
- '^X': self.go_to_important_room,
+ 'M-e': self.go_to_important_room,
'M-r': self.go_to_roster,
- '^W': self.go_to_previous_tab,
- '^V': self.move_separator,
+ 'M-z': self.go_to_previous_tab,
+ 'M-v': self.move_separator,
}
# Add handlers