From f414f341a40c622365f127ef27c7e8f19b6fc47a Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 10 Apr 2011 17:02:48 +0200 Subject: Remove the bugged handling of :ctrl+arrows --- src/keyboard.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/keyboard.py b/src/keyboard.py index 8688d439..4ee620d4 100644 --- a/src/keyboard.py +++ b/src/keyboard.py @@ -66,9 +66,6 @@ def read_char(s): if first == 27: second = read_char(s) res = 'M-%s' % (second,) - if second == '[': - for i in range(4): - res += read_char(s) return res if 194 <= first: (code, c) = get_next_byte(s) # 2 bytes char -- cgit v1.2.3