I`ve just installed artix and I use my OS in english so it is easier to find error messages on the internet and also to practice the language. However my keyboard must be according to the brazilian standard (br-abnt2). The way I used to configure in arch linux solved the problem but here I don`t know why is not working:
Running on terminal:
loadkeys br-abnt2
is not solving the problem and I`ve also created a
/etc/vconsole.conf with
and my
/etc/locale.conf has:
I really don`t know from which of these two it will get my keymap conf but nothing is working. Any help please?
/etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,br" ## <<<------ edit this to the right one
Option "XkbModel" "pc105"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
edit as necessary but this works on everything after X starts.
You will have to restart X or reboot for it to go on effect
You use alt-shift to switch between the two and both languages en_us and pt_br have to be on /etc/locale.gen
en_US.UTF-8 UTF-8
pt_BR.UTF-8 UTF-8
#pt_BR ISO-8859-1
then run:
% sudo locale-gen
Are you using Artix OpenRC or Artix-runit? If you're on OpenRC, /etc/vconsole.conf is not supported. You need to follow this instruction (https://wiki.gentoo.org/wiki/Keyboard_layout_switching#OpenRC) instead.
setxkbmap -option ctrl:nocaps
in bashrc