gpui-component/crates/ui/src/menu
Jason Lee 5e504d10bb
chore: Refactor tab key to switch focus. (#991)
Wait https://github.com/zed-industries/zed/pull/33008,
https://github.com/zed-industries/zed/pull/34804 to merge.


https://github.com/user-attachments/assets/3c21ebc9-44a0-4311-bb0f-5f63fe8d4bb3

- Improved `focus_ring` to render like an outline.
- Added to support press `Enter`, `Space` key to trigger Checkbox,
Button, Radio.

## Break Changes

- The `FocusableExt` has been changed to only for crate internal.
- The `FocusableCycle` has been removed, now GPUI has it own tab stop
implementation.
2025-09-29 16:48:24 +08:00
..
context_menu.rs chore: Remove unnecessary RefCell (#1301) 2025-09-29 14:39:04 +08:00
menu_item.rs menu: Fix to support keyboard to select menu items. (#1263) 2025-09-22 21:47:30 +08:00
mod.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
popup_menu.rs input: Disable context menu item for disabled input. (#1280) 2025-09-25 16:36:57 +08:00