us mac variant #45.
This commit is contained in:
parent
1a09442f26
commit
e5ca4ac184
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ func (manager *RemoteManager) SetKeyboardLayout(layout string) {
|
|||
// When pressing `shift` + `,` instead of `<` comes `>`.
|
||||
variant := ""
|
||||
if layout == "us" {
|
||||
variant = "intl"
|
||||
variant = "mac" // TODO: Test all keys.
|
||||
}
|
||||
|
||||
exec.Command("setxkbmap", layout, variant).Run()
|
||||
|
|
|
|||
Loading…
Reference in a new issue