From e2f6ca89ae577a365aa1ef5c4a17a1e929c15473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cabestaing?= <francois.cabestaing@univ-lille.fr> Date: Thu, 19 May 2022 16:55:35 +0200 Subject: [PATCH] Remove debug keystrokes in symbol 'A' --- symbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols.py b/symbols.py index 2e94ed3..7f82ea7 100644 --- a/symbols.py +++ b/symbols.py @@ -45,7 +45,7 @@ symbols = { 'sound': 'sounds/a.wav', 'state': 0, 'output': 'A', - 'scancodes': '\x02\x04\x02\xff\x02\xfc', + 'scancodes': '\x02\x04', 'child': [] }, { 'str': 'E', -- GitLab