FEATURE: add go to /top page keyboard shortcut

This commit is contained in:
Régis Hanol 2014-01-06 16:11:43 +01:00
parent 769fb6a9d3
commit da6af9024d

View File

@ -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: {