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

Merge pull request #706 from asmsuechan/change-shotrcut-ctrl-u-to-ctrl-k

Change the keymap of Ctrl-U to Ctrl-K
This commit is contained in:
SuenagaRyota
2017-07-15 12:51:40 +09:00
committed by GitHub

View File

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