macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working

Fixes #4519
This commit is contained in:
Kovid Goyal
2022-01-15 13:56:18 +05:30
parent c473df4393
commit ca4840717b
11 changed files with 59 additions and 17 deletions

View File

@@ -337,3 +337,4 @@ uint8_t* draw_single_ascii_char(const char ch, size_t *result_width, size_t *res
bool is_os_window_fullscreen(OSWindow *);
void update_ime_position(Window* w, Screen *screen);
bool update_ime_position_for_window(id_type window_id, bool force);
void set_ignore_os_keyboard_processing(bool enabled);