mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Fixed description in test.py
This commit is contained in:
2
test.py
2
test.py
@@ -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):
|
||||
|
Reference in New Issue
Block a user