Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: cr9c on June 26, 2019, 01:52:52 PM

Title: French Keyboard ???
Post by: cr9c on June 26, 2019, 01:52:52 PM
Hi Tinycore users,

How do I setting up french keyboard on frugal ?

Thanks in advance .... i already found some links but didn't succeed doing it !?

Help and thanks in advance.
Cr9c
Title: Re: French Keyboard ???
Post by: Rich on June 26, 2019, 06:49:12 PM
Hi cr9c
Load  kmaps.tcz.
You must be in the console to change the keyboard. If you are in the GUI, click on the  Exit  icon and select  Exit to Prompt.
Then execute the following command:
Code: [Select]
sudo loadkmap < /usr/share/kmap/qwerty/fr-latin9.kmap
startx
If the keyboard is to your liking, click on the  Editor  icon and add the following line to your  /opt/bootsync.sh  file:
Code: [Select]
loadkmap < /usr/share/kmap/qwerty/fr-latin9.kmap
    [EDIT]: Changed  bootlocal.sh  to  bootsync.sh.  Rich
Title: Re: French Keyboard ???
Post by: cr9c on June 27, 2019, 12:11:18 PM
Hi Rich,

Many thanks with your support.
I adapted whith
Code: (bash) [Select]
sudo loadkmap < /usr/share/kmap/azerty/fr-latin1.kmap
C'est parfait maintenant  ;)
Merci beaucoup.
Cr9c
Title: Re: French Keyboard ???
Post by: ohhpeyz on December 23, 2019, 10:19:13 AM
Hello guys  :)

I installed TinyCore 10.1 and configured my /home and /opt directory to be persistent. After that, I have set my keyboard in French using your process above and everything work fine!

But right now i've got a little problem. I followed this process http://wiki.tinycorelinux.net/wiki:vmware_installation and I don't keep my Azerty keyboard on my system.

Do you got some solutions to my issue?

Thanks in advance,

Pierre