mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
fix: keyboard, change mode, await, on input source changed (#9434)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
f535406962
commit
75a14fea23
@ -839,7 +839,7 @@ class FfiModel with ChangeNotifier {
|
|||||||
for (final mode in [kKeyMapMode, kKeyLegacyMode]) {
|
for (final mode in [kKeyMapMode, kKeyLegacyMode]) {
|
||||||
if (bind.sessionIsKeyboardModeSupported(
|
if (bind.sessionIsKeyboardModeSupported(
|
||||||
sessionId: sessionId, mode: mode)) {
|
sessionId: sessionId, mode: mode)) {
|
||||||
bind.sessionSetKeyboardMode(sessionId: sessionId, value: mode);
|
await bind.sessionSetKeyboardMode(sessionId: sessionId, value: mode);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user