This commit is contained in:
Peter D. Gray 2023-12-07 09:20:36 -05:00
parent f85112afa9
commit 8ae490c7b2
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -89,7 +89,7 @@ def ux_clear_keys(no_aborts=False):
async def ux_wait_keyup(expected=None):
# Wait for single keypress in 'expected' set, return it
# no visual feedback, no escape
# - can be canceled anytime, using wait_for to create a timeout
# - can be canceled anytime, using wait_for_ms to create a timeout
from glob import numpad
armed = numpad.key_pressed or False