summaryrefslogtreecommitdiff
path: root/app/Template/config/about.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 15:04:41 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 15:04:41 -0400
commitad23b4961a0ac31a7f9c5259b48db868c3e26cf0 (patch)
tree06608436b467b1bd5677f67aed52736c179d9c4e /app/Template/config/about.php
parent4f3088a33145ecc37a07845fb84b865d80b2c347 (diff)
Add keyboard shortcuts to switch between board/calendar/list view
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r--app/Template/config/about.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index b3fba429..03a66c3f 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -42,6 +42,12 @@
<h2><?= t('Keyboard shortcuts') ?></h2>
</div>
<div class="listing">
+ <h3><?= t('Board/Calendar/List view') ?></h3>
+ <ul>
+ <li><?= t('Switch to the board view') ?> = <strong>v b</strong></li>
+ <li><?= t('Switch to the calendar view') ?> = <strong>v c</strong></li>
+ <li><?= t('Switch to the list view') ?> = <strong>v l</strong></li>
+ </ul>
<h3><?= t('Board view') ?></h3>
<ul>
<li><?= t('New task') ?> = <strong>n</strong></li>