summaryrefslogtreecommitdiff
path: root/app/Template/config/about.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 14:41:44 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 14:41:44 -0400
commit4f3088a33145ecc37a07845fb84b865d80b2c347 (patch)
treebd3df41c23b5598b41c6243e3a96e72157cb7a74 /app/Template/config/about.php
parentcf8aeea6af4077652479f36e1dc81d4de7c44291 (diff)
Add keyboard shortcut to focus on the search box
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r--app/Template/config/about.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index a7098c1b..b3fba429 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -51,6 +51,7 @@
<h3><?= t('Application') ?></h3>
<ul>
<li><?= t('Open board switcher') ?> = <strong>b</strong></li>
+ <li><?= t('Go to the search/filter box') ?> = <strong>f</strong></li>
<li><?= t('Close dialog box') ?> = <strong>ESC</strong></li>
<li><?= t('Submit a form') ?> = <strong>CTRL+ENTER</strong> <?= t('or') ?> <strong>⌘+ENTER</strong></li>
</ul>