showing button names instead of numbers

pull/14/head
sezanzeb 4 years ago
parent d37f70923f
commit 67a20bfae8

@ -36,11 +36,6 @@ from keymapper.logger import logger
CTX_KEYCODE = 2 CTX_KEYCODE = 2
# TODO display the constant name instead of numbers.
# displaying the event type won't be needed anymore then.
# and the whole offset thing probably drops away
def to_string(ev_type, code): def to_string(ev_type, code):
"""A nice to show description of the pressed key.""" """A nice to show description of the pressed key."""
# TODO test # TODO test

Loading…
Cancel
Save