1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

added hotkey setting for direction toggle

This commit is contained in:
Itai Braude
2019-10-18 00:36:51 +03:00
parent 2cb4cbe1b6
commit 45e75cdfe9
4 changed files with 20 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ module.exports = {
'toggleMode': () => {
ee.emit('topbar:togglemodebutton')
},
'toggleDirection': () => {
ee.emit('topbar:toggledirectionbutton')
},
'deleteNote': () => {
ee.emit('hotkey:deletenote')
},