Detect 3472 terminal keymap (#1)

This commit is contained in:
jmaynard 2021-06-19 11:11:53 -05:00 committed by GitHub
parent f31157cf8b
commit 52fc7e5bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ def _get_keymap(terminal_id, extended_id):
if extended_id == 'c1348300':
keymap = KEYMAP_3483
if extended_id == 'c1347200':
keymap = KEYMAP_3483
return keymap
@contextmanager