1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Remove Ctrl-G because it's unneccessary and conflicts with CodeMirror

This commit is contained in:
asmsuechan
2017-07-22 16:41:08 +09:00
parent 03bdf0c653
commit 762425125f
2 changed files with 0 additions and 32 deletions

View File

@@ -197,13 +197,6 @@ const view = {
mainWindow.webContents.send('list:prior')
}
},
{
label: 'Jump to Top',
accelerator: 'Control+G',
click () {
mainWindow.webContents.send('list:jumpToTop')
}
},
{
type: 'separator'
},