diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-20 16:29:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-20 16:29:20 -0400 |
commit | 4c733eb715a0939b8a12f68ad97660ffc1933d16 (patch) | |
tree | 1d423e3c320faa45b52886ed95bcf62f8f905297 /app/Template/config/keyboard_shortcuts.php | |
parent | 77c84410ec7cbca50aecc04c3745b46122fbe59c (diff) |
Addded new keyboard shortcut to edit the task description
Diffstat (limited to 'app/Template/config/keyboard_shortcuts.php')
-rw-r--r-- | app/Template/config/keyboard_shortcuts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/config/keyboard_shortcuts.php b/app/Template/config/keyboard_shortcuts.php index 9725ecf9..da532661 100644 --- a/app/Template/config/keyboard_shortcuts.php +++ b/app/Template/config/keyboard_shortcuts.php @@ -19,6 +19,7 @@ <h3><?= t('Task view') ?></h3> <ul> <li><?= t('Edit task') ?> = <strong>e</strong></li> + <li><?= t('Edit description') ?> = <strong>d</strong></li> <li><?= t('New subtask') ?> = <strong>s</strong></li> <li><?= t('New comment') ?> = <strong>c</strong></li> <li><?= t('New internal link') ?> = <strong>l</strong></li> |