LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Loading keymap (https://www.linuxquestions.org/questions/slackware-14/loading-keymap-72116/)

xodeus 07-12-2003 08:19 AM

Loading keymap
 
Hi all! I had to start a new thread.
I want to get my danish keyboard to work with my danish characters and the AltGr key. But I always fail. Why? I have tried to edit

/etc/rc.d/rc.keymap with this content:


Code:

#!/bin/sh
# Load the keyboard map. More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys dk.map
fi

and

Code:

#!/bin/sh
# Load the keyboard map. More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys dk-latin1.map
fi

but none of these worked and I am still using english keyboard layout! So please help me out! What do I have to change?

xodeus 07-12-2003 10:30 AM

I found it. Right click on your Gnome bar. add to this panel > Utility > Keyboard layout Switcher > Add an language and wupti! It works now!


All times are GMT -5. The time now is 01:06 PM.