mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
improved keymap parser
This commit is contained in:
@@ -140,6 +140,8 @@ KEYMAP: Dict[str, Key] = {
|
||||
class At1Key:
|
||||
code: int
|
||||
shift: bool
|
||||
altgr: bool = False
|
||||
ctrl: bool = False
|
||||
|
||||
|
||||
X11_TO_AT1 = {
|
||||
|
||||
Reference in New Issue
Block a user