Module: wine Branch: master Commit: b78eee3172da2c54c352590480da02e7f48a8575 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b78eee3172da2c54c352590480...
Author: Ken Thomases ken@codeweavers.com Date: Sun Feb 3 17:20:11 2013 -0600
winemac: Build a map from Mac virtual key codes to Win32 vkeys and scan codes based on Mac keyboard layout.
---
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(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b78eee3172da2c54c35259...