diff options
| author | Teddy Wing | 2013-03-23 22:29:23 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-03-23 22:29:23 -0400 |
| commit | a8e83c26f5968f5f4da929be27e6a0644f8b406d (patch) | |
| tree | 1baac3f51ad9d385db17807872637a7d3d2872d9 | |
| parent | 37fcb556976e625367d9be97afe14bc1365fb1b1 (diff) | |
| download | ScrumDo-Trellic-a8e83c26f5968f5f4da929be27e6a0644f8b406d.tar.bz2 | |
Update TODO
| -rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ v Use 'i' key (or other that makes sense) to bring up story info/edit modal v 'a' to bring up modal and focus on Assignees field - Documentation v Esc should work to close the story info modal -x 'p' to point the story +- 'p' to point the story v 'b' key to open the top nav drop-down and allow you to switch between iteration boards - 'L' to open a new tab with the iteration in list view @@ -15,6 +15,8 @@ v 't' to open and close tasks drop-down. On open focus to Summary field - Disable keyboard shortcuts when an input field is focused (all except for esc) - esc should exit out of tasks drop-down +- change $(document).on('keydown') to something other than document, unless + the key binding really needs it # 2013.02.22: - Create mechanism to select stories on board using arrow keys |
