zed/crates/gpui_macos
Kirill Bulatov 7ab0ce6e68
Improve default button focus in macOS dialogs (#56513)
Follow-up of https://github.com/zed-industries/zed/pull/2433
Closes https://github.com/zed-industries/zed/issues/5990

Ensures ESC, Enter and Space buttons are mapped to different buttons on
modals.

Before:

<img width="1728" height="1084" alt="image"
src="https://github.com/user-attachments/assets/7ff63ebf-9396-42a4-9159-e524f974fe2c"
/>


After:

<img width="1728" height="1084" alt="image"
src="https://github.com/user-attachments/assets/634434e7-d907-496b-80c5-b02a69844d63"
/>


Release Notes:

- Improved default button focus in macOS dialogs
2026-05-12 08:59:58 +00:00
..
src Improve default button focus in macOS dialogs (#56513) 2026-05-12 08:59:58 +00:00
build.rs Use dispatch2 crate (#50171) 2026-02-28 02:54:15 +00:00
Cargo.toml gpui_macos: Enable gpui/test-support feature for tests (#54988) 2026-04-27 21:21:03 +00:00
LICENSE-APACHE