提交 4c49b350 编写于 作者: S Sam Verschueren

Show move file to trash keybinding in context menu - resolves #5603

上级 63e77984
......@@ -2362,7 +2362,7 @@ export function keybindingForAction(id: string): Keybinding {
return new Keybinding(KeyMod.CtrlCmd | KeyCode.KEY_S);
case DeleteFileAction.ID:
case MoveFileToTrashAction.ID:
return new Keybinding(KeyCode.Delete);
return new Keybinding(isMacintosh ? KeyMod.CtrlCmd | KeyCode.Backspace : KeyCode.Delete);
case CopyFileAction.ID:
return new Keybinding(KeyMod.CtrlCmd | KeyCode.KEY_C);
case PasteFileAction.ID:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册