FEATURE: CTRL+F is useless, use our search instead
This commit is contained in:
parent
2dc50ced4c
commit
0625465e4a
|
@ -48,6 +48,8 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
||||||
'`': 'nextSection',
|
'`': 'nextSection',
|
||||||
'~': 'prevSection',
|
'~': 'prevSection',
|
||||||
'/': 'showSearch',
|
'/': 'showSearch',
|
||||||
|
'ctrl+f': 'showSearch',
|
||||||
|
'command+f': 'showSearch',
|
||||||
'?': 'showHelpModal', // open keyboard shortcut help
|
'?': 'showHelpModal', // open keyboard shortcut help
|
||||||
'q': 'quoteReply'
|
'q': 'quoteReply'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue