- Fixed description in test.py

This commit is contained in:
Ryan Reaves
2019-07-29 18:03:40 -05:00
parent 06f95c9d11
commit 76300624a2

View File

@@ -127,7 +127,7 @@ def is_super_chromebook(key):
elif key == Key.esc:
return False
else:
print('keymap failure, ' + str(key).replace("Key.", "").title() + ' may have been mapped to the physical Alt key.'.format(key))
print('keymap failure, ' + str(key).replace("Key.", "").title() + ' may have been mapped to the physical Search key.'.format(key))
return False
def is_super_terminal(key):