http://bugs.winehq.org/show_bug.cgi?id=4685
------- Additional Comments From tkho@ucla.edu 2006-14-03 18:26 ------- Created an attachment (id=2054) --> (http://bugs.winehq.org/attachment.cgi?id=2054&action=view) Patch to recognize VK_LMENU and VK_RMENU in alt-key combos
This patch looks for VK_LMENU and VK_RMENU in addition to VK_MENU when dealing with ALT-key combo messages. This is the easiest way to add this functionality, but arguably not the cleanest.
Any comments?