Rename the OpenFile
action to OpenSelectedFilename
to better reflect its function (#22494)
Release Notes: - Renamed the `OpenFile` action to `OpenSelectedFilename` for clarity
This commit is contained in:
parent
2ba91609c9
commit
810b37c129
9 changed files with 113 additions and 33 deletions
|
@ -134,8 +134,6 @@ impl Keymap {
|
|||
/// If a user has disabled a binding with `"x": null` it will not be returned. Disabled
|
||||
/// bindings are evaluated with the same precedence rules so you can disable a rule in
|
||||
/// a given context only.
|
||||
///
|
||||
/// In the case of multi-key bindings, the
|
||||
pub fn bindings_for_input(
|
||||
&self,
|
||||
input: &[Keystroke],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue