summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 12:27:19 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 13:36:50 +0100
commit80d779aef6c9046592b3e3ff5cd0abf5f581cca0 (patch)
treefd133d60439233b947d50d8f171c5635edb0793c /templates
parent6c2ff7efef4b316358f6b22d742a2ada2339d45c (diff)
add keyboard shortcut for focussing the search input field
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.shortcuts.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php
index d4a4796f7..7a9fd4562 100644
--- a/templates/part.content.shortcuts.php
+++ b/templates/part.content.shortcuts.php
@@ -65,6 +65,10 @@
<td>a</td>
<td><?php p($l->t('Scroll to active navigation entry')); ?></td>
</tr>
+ <tr>
+ <td>q</td>
+ <td><?php p($l->t('Focus search field')); ?></td>
+ </tr>
</table>
</div>
</div> \ No newline at end of file