Added new keyboard shortcut for task view

This commit is contained in:
Frederic Guillot
2016-03-11 22:46:54 -05:00
parent b95375c324
commit 4f54a547fa
8 changed files with 55 additions and 2 deletions

View File

@@ -66,6 +66,13 @@
<li><?= t('Expand/collapse tasks') ?> = <strong>s</strong></li>
<li><?= t('Compact/wide view') ?> = <strong>c</strong></li>
</ul>
<h3><?= t('Task view') ?></h3>
<ul>
<li><?= t('Edit task') ?> = <strong>e</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>
</ul>
<h3><?= t('Application') ?></h3>
<ul>
<li><?= t('Open board switcher') ?> = <strong>b</strong></li>