mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 14:04:35 -04:00
FIX: Remove the old keyboard bindings for next/prev section, update client.en.yml to reflect the new bindings
This commit is contained in:
parent
3f5d530553
commit
6234284243
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue