Tiny Core Base > CorePlus
Greek keyboard layout
andfree:
Thank you, it worked.
In fact, I want all menus in english, so I don't think there's a reason to reset the locale to greek again.
You are right. Unfortunatelly, the obstacles were too many for me to face them with only the help of the book, but I'll try to do it better.
patrikg:
Great that your problem get solved.
superuser.com is also a good site to get answers from.
chattrhand:
Hi, I'm using German keymap, not Greek, I'm going a different way to set up my keyboard, it may look a bit suboptimal.
But it works reliably and sometimes I explain it successfully to newbies via chat.
It needs a Frugal Installation (on USB-Stick or HDD) and can be done after Restart of a fresh installed Frugal Installation. (but could also be done later)
- If kmaps.tcz isn't just installed, do it now. (using the tc Apps browser)
- open a Terminal and type in the following very long line (extend the terminal to fit into), and press Enter
tc@box:~$ echo 'loadkmap < /usr/share/kmap/qwertz/de-latin1-nodeadkeys.kmap' >> /opt/bootlocal.sh
Check whether it is ok using the following command:
tc@box:~$ cat /opt/bootlocal.sh
#!/bin/sh
# put other system startup commands here
loadkmap < /usr/share/kmap/qwertz/de-latin1-nodeadkeys.kmap
tc@box:~$
The /opt/bootlocal.sh should look like this.
Now open the /home/tc/.xsession file using the editor:
tc@box:~$ editor .xsession
In the editor move to the 3rd line and press enter to insert an empty line
Insert the following content to this line:
sleep 3 && xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" &
Save this file and close it, close the terminal and reboot. Up from now this installation uses German keys.
This could easily adapted for a Greek (and other languages) keyboard:
Open a terminal and type in:
tc@box:~$ echo 'loadkmap < /usr/share/kmap/qwerty/gr-pc.kmap' >> /opt/bootlocal.sh
and, within .xsession insert a new 3rd line containing:
sleep 3 && xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" &
Save it and reboot. Now the keyboard should write Greek characters.
kostandis loukos:
Hello, everybody. I have tried everything and the only thing I managed to do is alt+shift= (it does not show here) mostly latin characters with accents and a Delta, only at the text prompt. Excuse my poor english, but please a DEFINITIVE method to have greek letters typing in Tiny Core. Thank you.
Rich:
Hi kostandis loukos
Welcome to the forum.
Load kmaps.tcz.
I see 2 files for greek, gr.kmap and gr-pc.kmap. If one doesn't work correctly, try again with the other.
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: ---sudo loadkmap < /usr/share/kmap/qwerty/gr.kmap
startx
--- End code ---
If the keyboard is to your liking, click on the Editor icon and add the following line to your /opt/bootsync.sh file:
--- Code: ---loadkmap < /usr/share/kmap/qwerty/gr.kmap
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version