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
commit 38e1b8f3e5
6 changed files with 8 additions and 8 deletions

View file

@ -219,8 +219,8 @@ func (manager *RemoteManager) GetScreenSize() *types.ScreenSize {
return xorg.GetScreenSize()
}
func (manager *RemoteManager) SetKeyboard(layout string) {
xorg.SetKeyboard(layout)
func (manager *RemoteManager) SetKeyboardLayout(layout string) {
xorg.SetKeyboardLayout(layout)
}
func (manager *RemoteManager) SetKeyboardModifiers(NumLock int, CapsLock int, ScrollLock int) {