implement switching grouping

This commit is contained in:
Reinier Balt 2013-07-29 12:23:52 +02:00
parent dbe8060bec
commit d139693632
11 changed files with 107 additions and 56 deletions

View file

@ -57,8 +57,8 @@ $ ->
Mousetrap.bind 'g s', -> TracksApp.go_starred()
# VIEW
Mousetrap.bind 'v p', -> alert("group by project")
Mousetrap.bind 'v c', -> alert("group by context")
Mousetrap.bind 'v p', -> TracksApp.group_view_by_project()
Mousetrap.bind 'v c', -> TracksApp.group_view_by_context()
# Item Selection
Mousetrap.bind 'j', -> TracksApp.selectNext()