Add keyboard shortcuts to switch between board/calendar/list view

This commit is contained in:
Frederic Guillot
2015-07-04 15:04:41 -04:00
parent 4f3088a331
commit ad23b4961a
6 changed files with 59 additions and 26 deletions

View File

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