diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-11 22:46:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-11 22:46:54 -0500 |
commit | 4f54a547fad80200ab2f2804be631ecde11ec3b5 (patch) | |
tree | 1dfc577612329c0ac6dab862cf718d9633759f0d /app/Template/config | |
parent | b95375c324c1ccfeebc7ec53a12e498d69ddd685 (diff) |
Added new keyboard shortcut for task view
Diffstat (limited to 'app/Template/config')
-rw-r--r-- | app/Template/config/about.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php index 968b109a..c7600d20 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -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> |