Adding @irev-dev's solution to register all shortcuts

This commit is contained in:
Frank Johnson
2021-09-07 21:19:29 -04:00
parent 9887eb4804
commit 678754d251
2 changed files with 19 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ const fileMenuConfig = {
},
{
label: 'Cook Donut',
shortcut: 'ctrl+os+d',
shortcut: 'ctrl+d, command+d',
shortcutLabel: cmdOrCtrl() + ' D',
component: (props) => {
const { config } = props