Archived
2
0

Merge branch 'guacamole-kbd' of github.com:m1k1o/neko into kbd-modifier-state-sync

This commit is contained in:
m1k1o
2020-06-21 03:09:53 +02:00
6 changed files with 8 additions and 8 deletions

View File

@ -22,6 +22,6 @@ type RemoteManager interface {
ReadClipboard() string
WriteClipboard(data string)
ResetKeys()
SetKeyboard(layout string)
SetKeyboardLayout(layout string)
SetKeyboardModifiers(NumLock int, CapsLock int, ScrollLock int)
}