How do I switch the keyboard layout?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
skriticos
Newbie
Newbie
Posts: 2
Joined: Tue Mar 10, 2009 8:12 am

How do I switch the keyboard layout?

Post by skriticos »

Hello there. I'm trying to switch the keyboard layout for a wine application to a nonsystem standard.

Background: system standard is dvorak, but that horribly conflicts with the AWSD movement control of games.

Stuff I tried and failed:
* switching the layout in the GNOME panel keyboard layout switcher
* rewriting the xorg.conf for english as standard language
* loading us layout with loadkey on the console
* using env LANG="en_US.UTF-8" as parameter for the launcher
* poking around in winecfg
* googling

System: Ubunutu 8.10 (gnome), Wine 1.1.16

Note: SCIM is normally running for Japanese layout, but I also tried to kill this one and run programs to no avail.

Any ideas how I can persuade wine to use the English layout and ignore the system defaults.

Grateful for any help
- Seth
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How do I switch the keyboard layout?

Post by vitamin »

skriticos wrote:Any ideas how I can persuade wine to use the English layout and ignore the system defaults.
You can't. Wine does not support keyboard layout switching. It's uses what your system layout is.
skriticos
Newbie
Newbie
Posts: 2
Joined: Tue Mar 10, 2009 8:12 am

Post by skriticos »

I see.
Was doing kind of a workaround. When I delete the dvorak layout from the gnome settings and run the application, then it uses the new default. Have to put my working layout back thereafter. A bit cumbersome, but oh well..
Locked