set azerty keybord

Post your comments, questions, bug reports or suggest new features for alphaOS
leninelenine
Apprentice
Posts: 13
Joined: 25 Mar 2015, 20:13

set azerty keybord

Postby leninelenine » 28 Mar 2015, 00:31

Hello
Did you know how to set azerty keybord on alphaos please?
Thanks

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: set azerty keybord

Postby Scooby » 29 Mar 2015, 12:48

from terminal to set french do

Code: Select all

setxkbmap fr


check what you got, should say azerty

Code: Select all

setxkbmap -print -verbose 10



to make it permanent put that in $HOME/.start
or do something like in file in /etc/X11/xorg.conf.d/10-keyboard-layout.conf

Code: Select all

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbOptions" "compose:menu,terminate:ctrl_alt_bksp"
        Option "XkbLayout"  "fr"
EndSection


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 20 guests

cron