mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user