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:
Mikayla Maki 2023-07-24 10:46:43 -07:00 committed by GitHub
commit 7603659479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"