mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-13 08:12:57 +02:00
Merge branch 'guacamole-kbd' of github.com:m1k1o/neko into kbd-modifier-state-sync
This commit is contained in:
commit
38e1b8f3e5
6 changed files with 8 additions and 8 deletions
|
@ -125,7 +125,7 @@ func (h *MessageHandler) controlKeyboard(id string, session types.Session, paylo
|
|||
|
||||
// change layout
|
||||
if payload.Layout != nil {
|
||||
h.remote.SetKeyboard(*payload.Layout)
|
||||
h.remote.SetKeyboardLayout(*payload.Layout)
|
||||
}
|
||||
|
||||
// set num lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue