blob: 6577115a158f3cd96861ac018e62062bc0ac40cd [file] [log] [blame]
# Keycode Map Generator Python Tests
#
# Copyright 2017 Pierre Ossman for Cendio AB
#
# This file is dual license under the terms of the GPLv2 or later
# and 3-clause BSD licenses.
import osx2win32
import osx
assert osx2win32.code_map_osx_to_win32[0x1d] == 0x30
assert osx.code_table_osx[0x1d] == 0x3b;