mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
fixed unshifted default keys
This commit is contained in:
parent
e9d86c058d
commit
4737f9d558
@ -49,7 +49,7 @@ def build_symmap(path: str) -> Dict[int, SymmapWebKey]:
|
|||||||
for (x11_code, at1_key) in X11_TO_AT1.items():
|
for (x11_code, at1_key) in X11_TO_AT1.items():
|
||||||
symmap[x11_code] = SymmapWebKey(
|
symmap[x11_code] = SymmapWebKey(
|
||||||
name=AT1_TO_WEB[at1_key.code],
|
name=AT1_TO_WEB[at1_key.code],
|
||||||
shift=False,
|
shift=at1_key.shift,
|
||||||
)
|
)
|
||||||
|
|
||||||
for (x11_code, at1_key) in _read_keyboard_layout(path).items():
|
for (x11_code, at1_key) in _read_keyboard_layout(path).items():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user