mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
Change SHIFT+J and SHIFT+K to move up/down sections instead of posts.
This commit is contained in:
parent
89eb03aff0
commit
3f5d530553
@ -47,9 +47,9 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
||||
'home': 'goToFirstPost',
|
||||
'#': 'toggleProgress',
|
||||
'end': 'goToLastPost',
|
||||
'shift+j': 'selectDown',
|
||||
'shift+j': 'nextSection',
|
||||
'j': 'selectDown',
|
||||
'shift+k': 'selectUp',
|
||||
'shift+k': 'prevSection',
|
||||
'k': 'selectUp',
|
||||
'u': 'goBack',
|
||||
'`': 'nextSection',
|
||||
|
Loading…
x
Reference in New Issue
Block a user