API does not allow custom keybindings in menu
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
The current API does not allow to create custom keybindings in the menu. The current API only allows to create [a custom menubar subtree](https://docs.rs/cursive/0.13.0/cursive/struct.Cursive.html#method.menubar). Keybindings are hardcoded in [the menubar view](https://github.com/gyscos/cursive/blob/master/src/views/menubar.rs#L291).
Contributor guide
Assessment
This issue has not been assessed yet.