Allow keyboard control to work in the staging widgets.
commit088ad75dc279614849f92e5ae0a2b579b26719eb
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Oct 2016 21:04:39 +0000 (1 22:04 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Oct 2016 21:04:39 +0000 (1 22:04 +0100)
tree015e2dc7e3e36ab327afa5502e64ba08a90d3b84
parent82b2cab317863eb6322386157f73b0e021b72ba2
Allow keyboard control to work in the staging widgets.

Keyboard focus was restricted to the commit message widget and users were
forced to use the mouse to select files in the workdir widget and only then
could use a key combination to stage the file.
It is now possible to use key navigation (Ctrl-Tab, arrow keys and Ctrl-T
or Ctrl-U) to stage and unstage files.
Suggested by @koppor in git-for-window/git issue #859

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh