2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

us mac variant .

This commit is contained in:
m1k1o
2021-04-07 22:50:40 +02:00
parent 1a09442f26
commit e5ca4ac184

@ -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()