change(shortcuts): changed CTRL+F search shortcut to just F

This commit is contained in:
Torkel Ödegaard
2015-11-13 09:25:31 +01:00
parent 850ad1c0fb
commit cc125f5fd7
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ function(angular, $) {
}, { inputDisabled: true });
keyboardManager.bind('ctrl+f', function() {
keyboardManager.bind('f', function() {
scope.appEvent('show-dash-search');
}, { inputDisabled: true });

View File

@@ -21,7 +21,7 @@
<td>Exit fullscreen edit/view mode, close search or any editor view</td>
</tr>
<tr>
<td><span class="label label-info">CTRL+F</span></td>
<td><span class="label label-info">F</span></td>
<td>Open dashboard search view (also contains import/playlist controls)</td>
</tr>
<tr>