You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
mpos_sdl_keyboard.py: disable debug
This commit is contained in:
@@ -220,7 +220,7 @@ class MposSDLKeyboard(keypad_framework.KeypadDriver):
|
||||
return
|
||||
else:
|
||||
_, state, key, mod = args
|
||||
print(f"sdl_keyboard.py _keypad_cb got {_}, {state} {key} {mod}")
|
||||
#print(f"mpos_sdl_keyboard.py _keypad_cb got {_}, {state} {key} {mod}")
|
||||
|
||||
# Skip modifier keys and SDL-specific large keycodes (>= 2^30), except keypad, nav, and func keys
|
||||
if (key in {KEY_LSHIFT, KEY_RSHIFT, KEY_LCTRL, KEY_RCTRL, KEY_LALT, KEY_RALT,
|
||||
|
||||
Reference in New Issue
Block a user