widgets.commitmsg: Shift+tab to focus summary
commit1700336892e8e7f20c137d4bd3f59b115a824b2a
authorDavid Aguilar <davvid@gmail.com>
Tue, 6 Dec 2011 06:22:38 +0000 (5 22:22 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 6 Dec 2011 06:29:28 +0000 (5 22:29 -0800)
tree5a868261ae627fd6b374f16f17ed57e1972107a1
parenta14619f6a0f024a688b61dbcbc29faf55435cd7a
widgets.commitmsg: Shift+tab to focus summary

It would be nice if `tab` went to the description editor like `return`
but that would make it impossible to shift to the 'Commit' button.

`Shift+tab` from the description field to the summary field is
convenient even though it is not symmetric to the `tab` behavior.
The convenience outweighs the inconsistency so make doing a
`Shift+tab` from the description field focus the summary field.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/commitmsg.py