Improved keyboard handling of CommitDialog
commit1c4eada6b4cfe618baaf52de859e78034bbd0dba
authorDave Watson <dwatson@mimvista.com>
Thu, 28 Jun 2007 22:17:51 +0000 (28 18:17 -0400)
committerDave Watson <dwatson@mimvista.com>
Mon, 2 Jul 2007 23:28:50 +0000 (2 19:28 -0400)
treea78128094038a4d762e4430f6c8e650b8164b00e
parentb50b39eee57aca3c99abb460d98b3b5d5edf27d7
Improved keyboard handling of CommitDialog

Ctrl-Enter is the same as hitting Commit.
Text field doesn't allow tabs, but rather traverses to next
field in the dialog.

Signed-off-by: Dave Watson <dwatson@mimvista.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/dialogs/CommitDialog.java