Add MacOS standard key binding for file renames (#2784)
Release Notes: - Added a default keybinding for using enter to rename files in the project panel
This commit is contained in:
@@ -528,6 +528,7 @@
|
||||
"cmd-alt-c": "project_panel::CopyPath",
|
||||
"alt-cmd-shift-c": "project_panel::CopyRelativePath",
|
||||
"f2": "project_panel::Rename",
|
||||
"enter": "project_panel::Rename",
|
||||
"backspace": "project_panel::Delete",
|
||||
"alt-cmd-r": "project_panel::RevealInFinder",
|
||||
"alt-shift-f": "project_panel::NewSearchInDirectory"
|
||||
|
||||
Reference in New Issue
Block a user