git-gui: Add keyboard shortcuts for search and goto commands in blame view.
commitaf9a4625fa7aeeb5bc52eed3af7e19579af31f42
authorDavid Fries <david@fries.net>
Sat, 16 Jul 2011 16:59:45 +0000 (16 11:59 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jul 2011 14:31:29 +0000 (19 15:31 +0100)
treebba2d3cf58ffac81e860fb46f9d876f8ab281c9d
parent9a483e5c093bc5fa364e02b7a4aeb26dde99a5e9
git-gui: Add keyboard shortcuts for search and goto commands in blame view.

Use forward-slash or Control-S to bring up the search dialog.
In the blame view, Enter or 'n' jump to the next selected region while
Shift-Enter or Shift-n will jump to the previous selected region.
Within the search control, hitting Enter will now jump to the next matching
region.

Signed-off-by: David Fries <David@Fries.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/blame.tcl
lib/search.tcl