diff --git a/include/wx/defs.h b/include/wx/defs.h index ceba1f7d40..59393e5e6a 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2676,7 +2676,7 @@ enum wxKeyCode WXK_COMMAND = WXK_CONTROL, /* Hardware-specific buttons */ - WXK_SPECIAL1 = 193, + WXK_SPECIAL1 = WXK_WINDOWS_MENU + 2, /* Skip WXK_RAW_CONTROL if necessary */ WXK_SPECIAL2, WXK_SPECIAL3, WXK_SPECIAL4,