git-gui: Improve keyboard traversal in dialogs.
commitf250091b77949766724ffb67beb7a6adadc6b5b4
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 21:37:05 +0000 (21 16:37 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:58 +0000 (21 22:47 -0500)
treeade7e90c834d4f1f5ffbb8448225a40b5f88daf0
parentc845692d7551cbcbfd8c6dda2aa2e3b135838e39
git-gui: Improve keyboard traversal in dialogs.

When we are in a dialog such as the new branch dialog or our options
dialog we should permit the user to traverse around through the available
widgets with their Tab/Shift-Tab key combinations.  So in any single
line text field where we don't want tab characters to actually be
inserted into the value rebind Tab and Shift-Tab to honor what the
tk_focusPrev and tk_focusNext scripts recommend.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh