diff options
| author | Teddy Wing | 2013-03-28 19:07:10 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2013-03-28 19:09:02 -0400 | 
| commit | 22b2c8a09d168cd47cfb50a781e41ae88c12fc31 (patch) | |
| tree | 0e953e9feed7f9746441c5e8c7d574bf12ec3950 /TODO | |
| parent | 1e77fb46da9e4d226dc58a63ceabbb613864496a (diff) | |
| download | ScrumDo-Trellic-22b2c8a09d168cd47cfb50a781e41ae88c12fc31.tar.bz2 | |
Disable keyboard commands on input focus
When a text input or textarea is focused, disable keyboard shortcuts
so that you can actually type things without having the interface do
all sorts of things.
Update TODO.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 21 | 
1 files changed, 21 insertions, 0 deletions
| @@ -1,6 +1,27 @@  TODO  ==== +# 2013.02.28: +- '<' and '>' keys to move a story from one column to another +v 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 +> Create mechanism to select stories on board using arrow keys +- 'p' to point the story +- 'L' to open a new tab with the iteration in list view +- If you press numbers and then Enter in a short enough amount of time, the  +  story corresponding to the numbers you typed in gets selected +- Documentation +- Apple-Enter to update a story from within the story edit modal +- 'c' to comment on story in the story list (or at least something to  +  permalink to the story in the story list) +- keyboard command to add a new story +/ Create a KeyboardCommands/KeyboardShortcuts class to manage abstraction of  +  setting up shortcuts, separate shortcuts into related groups, and handle  +  activation and deactivation of groups of shortcuts +  # 2013.02.26:  - '<' and '>' keys to move a story from one column to another  - Disable keyboard shortcuts when an input field is focused  | 
