Addded new keyboard shortcut to edit the task description

This commit is contained in:
Frederic Guillot
2016-03-20 16:29:20 -04:00
parent 77c84410ec
commit 4c733eb715
4 changed files with 7 additions and 1 deletions

View File

@@ -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>