mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-11 19:57:24 -06:00
RegisterHotKey() wrongly expected to be given VK_XXX MSW virtual key code constant, which couldn't work in portable code, so fix it to accept WXK_XXX constants, while preserving compatibility by still accepting VK_XXX values not clashing with them.