From dd9f6936be045cab2c6a3e3c927e161640f0705c Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 3 Feb 2013 22:15:10 +0100 Subject: Remove some useless keys, and change the keys to scroll the info win. M-d and M-c become M-D and M-C --- src/windows.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/windows.py') diff --git a/src/windows.py b/src/windows.py index beaca819..3975bf33 100644 --- a/src/windows.py +++ b/src/windows.py @@ -1101,9 +1101,7 @@ class Input(Win): def __init__(self): self.key_func = { "KEY_LEFT": self.key_left, - "M-D": self.key_left, "KEY_RIGHT": self.key_right, - "M-C": self.key_right, "KEY_END": self.key_end, "KEY_HOME": self.key_home, "KEY_DC": self.key_dc, -- cgit v1.2.3