debian-mirror-gitlab/app/assets/javascripts/shortcuts_tree.coffee
2016-01-14 18:37:52 +05:30

4 lines
163 B
CoffeeScript

class @ShortcutsTree extends ShortcutsNavigation
constructor: ->
super()
Mousetrap.bind('t', -> ShortcutsTree.findAndFollowLink('.shortcuts-find-file'))