mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 11:46:10 +01:00
implement switching grouping
This commit is contained in:
parent
dbe8060bec
commit
d139693632
11 changed files with 107 additions and 56 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue