[PATCH 3/7] winemac: Build a map from Mac virtual key codes to Win32 vkeys and scan codes based on Mac keyboard layout.

Ken Thomases ken at codeweavers.com
Sun Feb 3 17:20:11 CST 2013


---
dlls/winemac.drv/Makefile.in    |    3 +-
dlls/winemac.drv/cocoa_app.h    |    4 +
dlls/winemac.drv/cocoa_app.m    |   34 ++
dlls/winemac.drv/keyboard.c     |  663 +++++++++++++++++++++++++++++++++++++++
dlls/winemac.drv/macdrv.h       |    7 +
dlls/winemac.drv/macdrv_cocoa.h |    4 +
dlls/winemac.drv/macdrv_main.c  |    5 +
7 files changed, 719 insertions(+), 1 deletions(-)
create mode 100644 dlls/winemac.drv/keyboard.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-winemac-Build-a-map-from-Mac-virtual-key-codes-to-Wi.patch
Type: text/x-patch
Size: 34949 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130203/a21ca13f/attachment-0001.bin>


More information about the wine-patches mailing list