mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
FEATURE: add go to /top page keyboard shortcut
This commit is contained in:
parent
769fb6a9d3
commit
da6af9024d
@ -12,7 +12,8 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
||||
'g n': '/new',
|
||||
'g u': '/unread',
|
||||
'g f': '/favorited',
|
||||
'g c': '/categories'
|
||||
'g c': '/categories',
|
||||
'g t': '/top',
|
||||
},
|
||||
|
||||
CLICK_BINDINGS: {
|
||||
|
Loading…
Reference in New Issue
Block a user