mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 01:28:08 +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',
|
||||
'~': 'prevSection',
|
||||
'/': 'showSearch',
|
||||
'ctrl+f': 'showSearch',
|
||||
'command+f': 'showSearch',
|
||||
'?': 'showHelpModal', // open keyboard shortcut help
|
||||
'q': 'quoteReply'
|
||||
},
|
||||
|
Reference in New Issue
Block a user