Merge pull request #2725 from cpradio/german-keyboard-support

FIX: Support J/K bindings on German Keyboards
This commit is contained in:
Sam
2014-09-02 08:02:10 +10:00
2 changed files with 3 additions and 3 deletions

View File

@@ -48,11 +48,11 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
'home': 'goToFirstPost',
'#': 'toggleProgress',
'end': 'goToLastPost',
'shift+j': 'nextSection',
'j': 'selectDown',
'shift+k': 'prevSection',
'k': 'selectUp',
'u': 'goBack',
'`': 'nextSection',
'~': 'prevSection',
'/': 'showSearch',
'=': 'showSiteMap', // open site map menu
'p': 'showCurrentUser', // open current user menu