mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fixed unshifted default keys
This commit is contained in:
@@ -49,7 +49,7 @@ def build_symmap(path: str) -> Dict[int, SymmapWebKey]:
|
||||
for (x11_code, at1_key) in X11_TO_AT1.items():
|
||||
symmap[x11_code] = SymmapWebKey(
|
||||
name=AT1_TO_WEB[at1_key.code],
|
||||
shift=False,
|
||||
shift=at1_key.shift,
|
||||
)
|
||||
|
||||
for (x11_code, at1_key) in _read_keyboard_layout(path).items():
|
||||
|
||||
Reference in New Issue
Block a user