diff options
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r-- | app/Template/config/about.php | 1 |
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> |