create modal for keyboard shortcuts
This commit is contained in:
parent
d89ae3a2bc
commit
28ad0345f3
3 changed files with 66 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue