create modal for keyboard shortcuts

This commit is contained in:
Duarte Dias
2021-02-09 20:01:08 +00:00
committed by Nazar Kanaev
parent d89ae3a2bc
commit 28ad0345f3
3 changed files with 66 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ const shortcutFunctions = {
},
}
// If you edit, make sure you update README.md and the help modal
const keybindings = {
"r": shortcutFunctions.toggleItemRead,
"R": shortcutFunctions.markAllRead,