Adding @irev-dev's solution to register all shortcuts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user