mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Add a default hotkey for deleteNote
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user