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

Change the keymap of Ctrl-U to Ctrl-K

This commit is contained in:
asmsuechan
2017-07-14 18:18:38 +09:00
parent 8d71b28afa
commit 2bb2a52f27

View File

@@ -192,7 +192,7 @@ const view = {
},
{
label: 'Previous Note',
accelerator: 'Control+U',
accelerator: 'Control+K',
click () {
mainWindow.webContents.send('list:prior')
}