You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
antergos-minimal-17.4-x86_64.iso -- chose dvorak keyboard layout, which worked throughout the installation process, but upon booting the fresh installation the layout is qwerty and keyboard settings must be set manually. Thanks for your hard work.
The text was updated successfully, but these errors were encountered:
I may have solved this ... it appears the installer tries to set the keyboard preferences in /etc/X11/xorg.conf.d/00-keyboard.conf where I noticed it read (I had not changed this): Option "XkbLayout" "us" Option "XkbModel" "dvorak"
But I don't believe this is the correct syntax. According to the Arch wiki it would be proper to set: Option "XkbVariant" ",dvorak"
...
However I followed my gut and set: Option "XkbLayout" "dvorak"
And the settings are now persisting through reboot. I hope this may help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
antergos-minimal-17.4-x86_64.iso -- chose dvorak keyboard layout, which worked throughout the installation process, but upon booting the fresh installation the layout is qwerty and keyboard settings must be set manually. Thanks for your hard work.
The text was updated successfully, but these errors were encountered: