macos: handle overridden system bindings with no focused window

This commit is contained in:
Mitchell Hashimoto
2025-01-04 14:07:33 -08:00
parent 1bcfff3b79
commit 40bdea7335
4 changed files with 51 additions and 0 deletions

View File

@@ -686,6 +686,7 @@ void ghostty_app_tick(ghostty_app_t);
void* ghostty_app_userdata(ghostty_app_t);
void ghostty_app_set_focus(ghostty_app_t, bool);
bool ghostty_app_key(ghostty_app_t, ghostty_input_key_s);
bool ghostty_app_key_is_binding(ghostty_app_t, ghostty_input_key_s);
void ghostty_app_keyboard_changed(ghostty_app_t);
void ghostty_app_open_config(ghostty_app_t);
void ghostty_app_update_config(ghostty_app_t, ghostty_config_t);