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:
parent
f8a6d1cfa4
commit
9ad3ef17f7
16 changed files with 87 additions and 78 deletions
|
@ -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'); }
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue