mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Change SHIFT+J and SHIFT+K to move up/down sections instead of posts.
This commit is contained in:
parent
89eb03aff0
commit
3f5d530553
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue