mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 10:12:47 +00:00
11 lines
154 B
Rust
11 lines
154 B
Rust
gpui::actions!(
|
|
menu,
|
|
[
|
|
Cancel,
|
|
Confirm,
|
|
SelectPrev,
|
|
SelectNext,
|
|
SelectFirst,
|
|
SelectLast
|
|
]
|
|
);
|