feat: add alt+r shortcut to bring up reminder input on task detail view
This commit is contained in:
@ -132,6 +132,10 @@ export const KEYBOARD_SHORTCUTS : ShortcutGroup[] = [
|
||||
title: 'keyboardShortcuts.task.color',
|
||||
keys: ['c'],
|
||||
},
|
||||
{
|
||||
title: 'keyboardShortcuts.task.reminder',
|
||||
keys: ['alt', 'r'],
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user