mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
improve keyboard shortcut help layout
This commit is contained in:
parent
41e582e1ca
commit
48051127fc
|
@ -15,9 +15,12 @@
|
|||
}
|
||||
|
||||
#keyboard-shortcuts-help {
|
||||
.span6 {
|
||||
width:32%;
|
||||
}
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
|
||||
li {
|
||||
margin: 5px 0
|
||||
|
|
|
@ -1999,12 +1999,12 @@ en:
|
|||
title: 'Keyboard Shortcuts'
|
||||
jump_to:
|
||||
title: 'Jump To'
|
||||
home: '<b>g</b> then <b>h</b> Home (Latest)'
|
||||
latest: '<b>g</b> then <b>l</b> Latest'
|
||||
new: '<b>g</b> then <b>n</b> New'
|
||||
unread: '<b>g</b> then <b>u</b> Unread'
|
||||
starred: '<b>g</b> then <b>f</b> Starred'
|
||||
categories: '<b>g</b> then <b>c</b> Categories'
|
||||
home: '<b>g</b>, <b>h</b> Home (Latest)'
|
||||
latest: '<b>g</b>, <b>l</b> Latest'
|
||||
new: '<b>g</b>, <b>n</b> New'
|
||||
unread: '<b>g</b>, <b>u</b> Unread'
|
||||
starred: '<b>g</b>, <b>f</b> Starred'
|
||||
categories: '<b>g</b>, <b>c</b> Categories'
|
||||
navigation:
|
||||
title: 'Navigation'
|
||||
jump: '<b>#</b> Go to post number'
|
||||
|
@ -2031,10 +2031,10 @@ en:
|
|||
bookmark: '<b>b</b> Bookmark post'
|
||||
edit: '<b>e</b> Edit post'
|
||||
delete: '<b>d</b> Delete post'
|
||||
mark_muted: '<b>m</b> then <b>m</b> Mark topic as muted'
|
||||
mark_regular: '<b>m</b> then <b>r</b> Mark topic as regular'
|
||||
mark_tracking: '<b>m</b> then <b>t</b> Mark topic as tracking'
|
||||
mark_watching: '<b>m</b> then <b>w</b> Mark topic as watching'
|
||||
mark_muted: '<b>m</b>, <b>m</b> Mute topic'
|
||||
mark_regular: '<b>m</b>, <b>r</b> Regular (default) topic'
|
||||
mark_tracking: '<b>m</b>, <b>t</b> Track topic'
|
||||
mark_watching: '<b>m</b>, <b>w</b> Watch topic'
|
||||
|
||||
badges:
|
||||
title: Badges
|
||||
|
|
Loading…
Reference in New Issue
Block a user