Added new keyboard shortcut for task view

This commit is contained in:
Frederic Guillot
2016-03-11 22:46:54 -05:00
parent b95375c324
commit 4f54a547fa
8 changed files with 55 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ function App() {
this.column = new Column(this);
this.file = new FileUpload(this);
this.keyboardShortcuts();
this.task.keyboardShortcuts();
this.chosen();
this.poll();