fix: Some shortcuts not working correctly on macOS

This commit is contained in:
WerWolv
2025-02-06 15:58:18 +01:00
parent f67b78bd91
commit 930d2b4280
3 changed files with 17 additions and 4 deletions

View File

@@ -135,6 +135,8 @@ namespace hex {
*/
static void processGlobals(bool ctrl, bool alt, bool shift, bool super, u32 keyCode);
static void runShortcut(const Shortcut &shortcut, const View *view = nullptr);
/**
* @brief Clear all shortcuts
*/