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.
http://bugs.winehq.org/show_bug.cgi?id=33053
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #1 from Austin English austinenglish@gmail.com 2013-02-24 15:08:13 CST --- Please send the patch to wine-patches@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=33053
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv
https://bugs.winehq.org/show_bug.cgi?id=33053
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- patch still applies against 1.7.51 cleanly
https://bugs.winehq.org/show_bug.cgi?id=33053
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #3 from temp82@luukku.com --- wine 9.1 changelog includes these changes:
Daniel Hill (3): winex11.drv: Dvorak should use QWERTY scancodes. winex11.drv: Improve DetectLayout heuristics. winex11.drv: Add Dvorak with phantom keys layout. can we consider this bug now fixed?