diff --git a/genmap.py b/genmap.py index a2638003..c0e5572f 100755 --- a/genmap.py +++ b/genmap.py @@ -47,7 +47,7 @@ class _OtgKey: @dataclasses.dataclass(frozen=True) class _Ps2Key: code: int - type: int + type: str @dataclasses.dataclass(frozen=True)