summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/keyboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.py b/src/keyboard.py
index 6b6c43f7..4a577d16 100644
--- a/src/keyboard.py
+++ b/src/keyboard.py
@@ -51,8 +51,8 @@ def read_char(s):
return "^"+chr(first + 64)
if first == 27:
(first, c) = get_next_byte(s)
- if not isinstance(first, int): # Keyboard special, like KEY_HOME etc
- return char
+ if not isinstance(first, int):
+ return None
return "M-"+chr(first)
if 194 <= first:
(code, c) = get_next_byte(s) # 2 bytes char