Commit 2a6b80b5 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

win32u: Map VK_MENU / KBDALT in kbdus_tables pCharModifiers.

parent 3785dd1f
......@@ -135,8 +135,8 @@ static const VK_TO_BIT vk_to_bit[] =
static const MODIFIERS modifiers =
{
.pVkToBit = (VK_TO_BIT *)vk_to_bit,
.wMaxModBits = 3,
.ModNumber = {0, 1, 2, 3},
.wMaxModBits = 7,
.ModNumber = {0, 1, 2, 3, 0, 1, 0, 0},
};
static const VK_TO_WCHARS2 vk_to_wchars2[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment