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

added ctrl+, shortcut to preference modal

This commit is contained in:
Maurits Lourens
2017-12-08 12:02:07 +01:00
parent 6a761c3fb5
commit 67f7cdb36c

View File

@@ -20,6 +20,7 @@ const boost = macOS
},
{
label: 'Preferences',
accelerator: 'Command+,',
click () {
mainWindow.webContents.send('side:preferences')
}
@@ -56,6 +57,7 @@ const boost = macOS
submenu: [
{
label: 'Preferences',
accelerator: 'Control+,',
click () {
mainWindow.webContents.send('side:preferences')
}
@@ -152,6 +154,7 @@ if (LINUX) {
type: 'separator'
}, {
label: 'Preferences',
accelerator: 'Control+,',
click () {
mainWindow.webContents.send('side:preferences')
}