mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 02:55:39 +08:00
FEATURE: CTRL+F is useless, use our search instead
This commit is contained in:
@ -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'
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user