diff options
-rwxr-xr-x | genmap.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ class _OtgKey: @dataclasses.dataclass(frozen=True) class _Ps2Key: code: int - type: int + type: str @dataclasses.dataclass(frozen=True) |
index : pikvm-kvmd.git | ||
The main PiKVM daemon | root |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | genmap.py | 2 |
@@ -47,7 +47,7 @@ class _OtgKey: @dataclasses.dataclass(frozen=True) class _Ps2Key: code: int - type: int + type: str @dataclasses.dataclass(frozen=True) |