feat: add alt+r shortcut to bring up reminder input on task detail view

This commit is contained in:
kolaente 2022-05-23 22:58:54 +02:00
parent 745d4660d8
commit 72c123f3f9
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 7 additions and 1 deletions

View file

@ -132,6 +132,10 @@ export const KEYBOARD_SHORTCUTS : ShortcutGroup[] = [
title: 'keyboardShortcuts.task.color',
keys: ['c'],
},
{
title: 'keyboardShortcuts.task.reminder',
keys: ['alt', 'r'],
},
],
},
]