View previous topic :: View next topic |
Author |
Message |
bienchen Apprentice
Joined: 14 Sep 2004 Posts: 261 Location: Hamburg, Germany
|
Posted: Mon May 23, 2005 9:02 pm Post subject: keyboard change from qwerz to qwerty |
|
|
Hello,
I replaced my former qwertz keyboard by an qwerty one (Cherry G81-3000).
How can I set my system up for it? So, what settings do the qwerty-users among the
Gentoo-community have?
Several symbols (", ~, ^, ...) first appear after typing it twice or SPACE. This is annoying.
greetings,
bienchen |
|
Back to top |
|
|
UncleTom Apprentice
Joined: 20 Aug 2003 Posts: 194 Location: Bern, Switzerland
|
Posted: Tue May 24, 2005 10:09 am Post subject: |
|
|
I'm not sure I understand your question correctly, so this may be not the information you asked for...
You can change the keyboard layout of the console in /etc/rc.conf by setting a different value for KEYMAP.
In KDE you can change the layout in the Control Center ("Regional & Accessibility" -> "Keyboard Layout").
As for your question about the symbols: that's how you can enter special characters (äöüñéà...) on a keyboard that doesn't have a key for them. It's called "dead keys". If you don't want this you should use a KEYMAP that has "nodeadkeys" in it. _________________ bug, n: A son of a glitch. |
|
Back to top |
|
|
bienchen Apprentice
Joined: 14 Sep 2004 Posts: 261 Location: Hamburg, Germany
|
Posted: Tue May 24, 2005 9:42 pm Post subject: |
|
|
OK, and which keymap should I choose for a qwerty keyboard with the nodeadkeys option? I think the trivial name is US-keyboard.
greetings,
bienchen |
|
Back to top |
|
|
kommissar Tux's lil' helper
Joined: 19 May 2005 Posts: 78
|
Posted: Tue May 24, 2005 10:15 pm Post subject: |
|
|
bienchen wrote: | OK, and which keymap should I choose for a qwerty keyboard with the nodeadkeys option? I think the trivial name is US-keyboard.
greetings,
bienchen |
They keymap should just be us in rc.conf. When/if you setup X you'll have something like this (pc105 is keyboard with windows keyes, try 104 and 103 if you have a different board): Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection |
|
|
Back to top |
|
|
|