Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
keyboard change from qwerz to qwerty
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
bienchen
Apprentice
Apprentice


Joined: 14 Sep 2004
Posts: 261
Location: Hamburg, Germany

PostPosted: Mon May 23, 2005 9:02 pm    Post subject: keyboard change from qwerz to qwerty Reply with quote

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
View user's profile Send private message
UncleTom
Apprentice
Apprentice


Joined: 20 Aug 2003
Posts: 194
Location: Bern, Switzerland

PostPosted: Tue May 24, 2005 10:09 am    Post subject: Reply with quote

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
View user's profile Send private message
bienchen
Apprentice
Apprentice


Joined: 14 Sep 2004
Posts: 261
Location: Hamburg, Germany

PostPosted: Tue May 24, 2005 9:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
kommissar
Tux's lil' helper
Tux's lil' helper


Joined: 19 May 2005
Posts: 78

PostPosted: Tue May 24, 2005 10:15 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum