Strange keyboard behaviour in WoW

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Yakyak
Newbie
Newbie
Posts: 2
Joined: Tue Mar 25, 2008 11:17 am

Strange keyboard behaviour in WoW

Post by Yakyak »

Hello Guys,

Like many, I would like to switch completely to Linux, and be able to play WoW.
The problem I'm encountering is that one of the keys I use the most e.g. [§] is behaving stangely : I can use it perfectly in chat section, but it doesn't do anything outside it, so that I am unable to get it cast anything.

I use a very standard swiss keyboard, "standardly connected" (i.e. no USB).

My xorg.conf is :

Code: Select all

...

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"ch"
	Option		"XkbVariant"	"fr"
EndSection

...

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Logitech G3"
EndSection
Is there anything I can do to get it work properly ?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Strange keyboard behaviour in WoW

Post by vitamin »

Yakyak wrote:Is there anything I can do to get it work properly ?
Use en_US keyboard layout.
Yakyak
Newbie
Newbie
Posts: 2
Joined: Tue Mar 25, 2008 11:17 am

Re: Strange keyboard behaviour in WoW

Post by Yakyak »

vitamin wrote:
Yakyak wrote:Is there anything I can do to get it work properly ?
Use en_US keyboard layout.
So I must use a keyboard config that does not fit what is written on my actual keyboard ? It would be very sad indeed.
Dan Kegel

Strange keyboard behaviour in WoW

Post by Dan Kegel »

On Tue, Mar 25, 2008 at 10:22 AM, Yakyak <[email protected]> wrote:
Is there anything I can do to get it work properly ?
Use en_US keyboard layout.
So I must use a keyboard config that does not fit what is written on my actual keyboard ? It would be very sad indeed.
You could file a bug at http://bugs.winehq.org
Does the problem also show up in e.g. notepad?

and use the en_US keyboard layout while you wait for it to be fixed.
Locked