Add keyboard shortcuts to switch between board/calendar/list view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user