macos: detect keyboard layout change and reload the keymap

This commit is contained in:
Mitchell Hashimoto
2023-08-09 19:42:13 -07:00
parent 3d23f26326
commit 57a527b0c9
3 changed files with 41 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ ghostty_app_t ghostty_app_new(const ghostty_runtime_config_s *, ghostty_config_t
void ghostty_app_free(ghostty_app_t);
bool ghostty_app_tick(ghostty_app_t);
void *ghostty_app_userdata(ghostty_app_t);
void ghostty_app_keyboard_changed(ghostty_app_t);
ghostty_surface_t ghostty_surface_new(ghostty_app_t, ghostty_surface_config_s*);
void ghostty_surface_free(ghostty_surface_t);