winemac.drv.so with Alt-Option and Win-Cmd key mappings

Questions about Wine on macOS.
Locked
emendelson
Level 2
Level 2
Posts: 24
Joined: Sat Apr 12, 2014 12:53 pm

winemac.drv.so with Alt-Option and Win-Cmd key mappings

Post by emendelson »

In the hope that someone else might find them useful, here (attached) is a copy of winemac.drv.so (from the current release version) patched so that the Alt keys in Windows are mapped to the Option keys in OS X, and the Win keys in Windows are mapped to the Cmd keys in OS X.

And here (also attached) is the source code from the current git version, with changes that produce the same mappings.

I don't know if I have this completely right (I'm not at all sure about the Right Win key scan code), so please post any corrections.

PS: I'm not sure the attachments got attached, so here are download links:

https://www.dropbox.com/s/wa672ngxj6zp9yx/keyboard.c
https://www.dropbox.com/s/e799aofw280gi ... mac.drv.so
emendelson
Level 2
Level 2
Posts: 24
Joined: Sat Apr 12, 2014 12:53 pm

Re: winemac.drv.so with Alt-Option and Win-Cmd key mappings

Post by emendelson »

And here is a summary of all the changes needed to get the keymappings to work correctly:

http://www.columbia.edu/~em36/winekeymap.html
Locked