Change SHIFT+J and SHIFT+K to move up/down sections instead of posts.

This commit is contained in:
cpradio 2014-08-30 07:31:38 -04:00
parent 89eb03aff0
commit 3f5d530553

View file

@ -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',