summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py
index 6a17a7c1..c7fac492 100644
--- a/src/core.py
+++ b/src/core.py
@@ -193,8 +193,8 @@ class Core(object):
'M-z': self.go_to_previous_tab,
'^L': self.full_screen_redraw,
'M-j': self.go_to_room_number,
- 'M-d': self.scroll_info_up,
- 'M-c': self.scroll_info_down,
+ 'M-D': self.scroll_info_up,
+ 'M-C': self.scroll_info_down,
######## actions mappings ##########
'_bookmark': self.command_bookmark,
'_bookmark_local': self.command_bookmark_local,