diff options
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index ea927af4..6766ef6a 100644 --- a/src/core.py +++ b/src/core.py @@ -395,6 +395,7 @@ class Core(object): if current: res.append(current) return res + while self.running: big_char_list = [replace_key_with_bound(key)\ for key in self.read_keyboard()] |