FIX: Remove the old keyboard bindings for next/prev section, update client.en.yml to reflect the new bindings

This commit is contained in:
cpradio 2014-08-31 21:42:03 -04:00
parent 3f5d530553
commit 6234284243
2 changed files with 1 additions and 3 deletions
app/assets/javascripts/discourse/lib
config/locales

View file

@ -52,8 +52,6 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
'shift+k': 'prevSection',
'k': 'selectUp',
'u': 'goBack',
'`': 'nextSection',
'~': 'prevSection',
'/': 'showSearch',
'=': 'showSiteMap', // open site map menu
'p': 'showCurrentUser', // open current user menu

View file

@ -2049,7 +2049,7 @@ en:
back: '<b>u</b> Back'
up_down: '<b>k</b>/<b>j</b> Move selection up/down'
open: '<b>o</b> or <b>Enter</b> Open selected topic'
next_prev: '<b>`</b>/<b>~</b> Next/previous section'
next_prev: '<b>shift j</b>/<b>shift k</b> Next/previous section'
application:
title: 'Application'
create: '<b>c</b> Create a new topic'