http://bugs.winehq.org/show_bug.cgi?id=33053
Bug #: 33053 Summary: Support for dvorak programmer layout. Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: gitterrost4+winehq@gmail.com Classification: Unclassified
Created attachment 43693 --> http://bugs.winehq.org/attachment.cgi?id=43693 Patch to add support for dvorak programmer's layout.
There currently is no support for the dvorak programmer's layout in wine. The layout can be found here:
http://kaufmann.no/roland/dvorak/index.html
The symptom of this problem is:
In Guild Wars, if I try to bind the key with the ampersand on it (where the 1 would usually be on a standard US-Keyboard) to an action, it just does nothing, as if i hadn't pressed any key.
The same goes for Diablo III. If I try to bind this key, it says "!!!MISSING!!!".
Writing in these apps currently works as expected (i.e. in Chats or Messages).
I have altered the File dlls/winex11.drv/keyboard.c, and it kind of works. (see the attached Patch)
When I press the ampersand-key in the patched version, it registers, but shows up as "1" in the options dialog. This is no problem for gameplay, it just looks weird.