mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-14 00:31:01 +03:00
Sync CapsLock and NumLock status in legacy mode.
This commit is contained in:
@@ -363,7 +363,6 @@ class Header: Reactor.Component {
|
||||
}
|
||||
|
||||
event click $(menu#keyboard-options>li) (_, me) {
|
||||
stdout.println(me.id);
|
||||
if (me.id == "legacy") {
|
||||
handler.save_keyboard_mode("legacy");
|
||||
} else if (me.id == "map") {
|
||||
|
||||
Reference in New Issue
Block a user