FEATURE: CTRL+F is useless, use our search instead

This commit is contained in:
Sam
2014-06-02 11:21:00 +10:00
parent 2dc50ced4c
commit 0625465e4a

View File

@ -48,6 +48,8 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
'`': 'nextSection',
'~': 'prevSection',
'/': 'showSearch',
'ctrl+f': 'showSearch',
'command+f': 'showSearch',
'?': 'showHelpModal', // open keyboard shortcut help
'q': 'quoteReply'
},