LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Keyboard characters (https://www.linuxquestions.org/questions/linux-software-2/keyboard-characters-427264/)

netchtech 03-22-2006 07:38 AM

Keyboard characters
 
Hi,

I just installed Debian, but unfortunately I selected a US keymap. Since I have a Swedish keyboard I would like to change this. How do I setup a Swedish keymap?

Please help me itīs urgent.

otoomet 03-23-2006 04:56 AM

on command line: setxkbmap se
You may add this command in your startup scripts.

If you are using gnome or kde, you may use keymap switcher applets. Click on the panel and choose 'add an applet' etc.

Best,
Ott

otoomet 03-23-2006 04:59 AM

Well... and there is a keymap line in X11 configuration file (in my case /etc/X11/XF86config-4):


Section "InputDevice"
...
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"

EndSection

You may chage this (in my case "dk") to "se". Then you have swedish keyboard as default for everyone.


All times are GMT -5. The time now is 06:30 AM.