zed/crates/gpui
Antonio Scandurra ddc8a126da Find keystrokes defined on a child but handled by a parent
This fixes a bug that was preventing keystrokes from being shown on tooltips
for the "Buffer Search" and "Inline Assist" buttons in the toolbar.

This commit makes the behavior of `keystrokes_for_action` more consistent with
the behavior of `available_actions`. It seems reasonable that, if a child view
defines a keystroke for an action and that action is handled on a parent, we
should show the child's keystroke.
2023-09-08 12:50:59 +02:00
..
examples Merge branch 'main' into disclosable-component 2023-08-23 16:30:27 -07:00
playground Mark new crates as publish = false 2023-08-22 20:47:05 -06:00
playground_macros Mark new crates as publish = false 2023-08-22 20:47:05 -06:00
src Find keystrokes defined on a child but handled by a parent 2023-09-08 12:50:59 +02:00
tests Merge branch 'main' into divs 2023-08-22 16:35:56 -06:00
build.rs Use a hand-coded parser for keymap context predicates 2023-01-16 15:53:49 -08:00
Cargo.toml Introduce Refinement trait and derive macro 2023-08-18 01:03:46 -06:00