Skip to main content
Topic: keyboard layout issue (Read 1323 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

keyboard layout issue

put my keyboard layout to FR when I booted into the live usb, I'm trying to install my graphical environment now but my keyboard layout is set to Qwerty, how do I put it back to AZERTY?

Re: keyboard layout issue

Reply #1
What gives :
Code: [Select]
cat /etc/conf.d/keymaps

What init are you using ?




Re: keyboard layout issue

Reply #5
its runit
What init are you using : openrc, runit or s6 ?
Hi Tintin, it's runit if the user stuck with the .iso reference they posted a while back.



Re: keyboard layout issue

Reply #8
For runit Keyboard configuration in console, see :
/wiki.artixlinux.org/Main/Configuration
how do I access the vconsole.conf file to modify it

Re: keyboard layout issue

Reply #9
how do I access the vconsole.conf file to modify it
I guess just edit this file to replace KEYMAP=uk with KEYMAP=fr :
Code: [Select]
sudo nano /etc/vconsole.conf

Ctrl+O to write (save).
Press Enter to confirm the name of the file to modify.
Ctrl+X to exit.

Re: keyboard layout issue

Reply #10
I guess just edit this file to replace uk with fr :
Code: [Select]
sudo nano /etc/vconsole.conf

Ctrl+O to write (save).
Press Enter to confirm the name of the file to modify.
Ctrl+X to exit.
thanks