1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

#mt9rvn: Global commands for search and print

This commit is contained in:
Andrew Simachev 2021-06-20 11:00:47 +03:00
parent f8a6d1cfa4
commit 9ad3ef17f7
16 changed files with 87 additions and 78 deletions

View file

@ -473,7 +473,12 @@ function menuInit () {
},
{
label: 'Search', accelerator: 'CmdOrCtrl+F',
click: () => { send('commandEditor', 'search'); }
click: () => { send('commandGlobal', 'search'); }
},
{ type: 'separator' },
{
label: 'Print', accelerator: 'CmdOrCtrl+P',
click: () => { send('commandGlobal', 'print'); }
},
]
},