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

Add a default hotkey for deleteNote

This commit is contained in:
jacobherrington
2018-09-30 20:19:22 -05:00
parent 4717e4fe3f
commit 3f1fa44ee7

View File

@@ -24,7 +24,8 @@ export const DEFAULT_CONFIG = {
amaEnabled: true,
hotkey: {
toggleMain: OSX ? 'Command + Alt + L' : 'Super + Alt + E',
toggleMode: OSX ? 'Command + Option + M' : 'Ctrl + M'
toggleMode: OSX ? 'Command + Option + M' : 'Ctrl + M',
deleteNote: OSX ? 'Command + Backspace' : 'Command + Backspace'
},
ui: {
language: 'en',