Add MacOS standard key binding for file renames

This commit is contained in:
Mikayla Maki 2023-07-24 10:20:10 -07:00
parent 52154f76ac
commit 41105136a4
No known key found for this signature in database

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"