Note: forked of this per recommendation here.
I made a foolish typo for UTF-8
, and expected that when I fixed it, the keyboard on X would work right. Since making this errant change, I was no longer getting a Bash login, man
pages, orlocale
errors. But it didn't. Even if I do loadkeys pt-latin9
, it never is able to fix the issue in X.
localectl
gives:
[jmcf125@jmcf125-Toshiba-Arch ~]$ localectl
System Locale: LANG=pt_PT.UFT-8
VC Keymap: pt-latin9
X11 Layout: pt
However, the real X keyboard layout is not pt
, while it is so on the TTY. What's wrong here? Where can I set the layout right?
.xinitrc
. I promess that I'll mark it as an answer if it works. – JMCF125 Jan 26 '14 at 18:09