macOS: When checking for global shortcuts handle shifted form of cmd+`

This commit is contained in:
Kovid Goyal
2022-01-15 10:14:06 +05:30
parent c3c7ad78c1
commit 396906860d
3 changed files with 15 additions and 2 deletions

View File

@@ -249,3 +249,4 @@ void _glfwShutdownCVDisplayLink(unsigned long long, void*);
void _glfwCocoaPostEmptyEvent(void);
void _glfw_create_cv_display_link(_GLFWDisplayLinkNS *entry);
_GLFWDisplayLinkNS* _glfw_create_display_link(CGDirectDisplayID);
uint32_t vk_to_unicode_key_with_current_layout(uint16_t keycode);