summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af9a462)
raw | patch | inline | side by side (parent: af9a462)
author | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Tue, 19 Jul 2011 14:33:34 +0000 (15:33 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Tue, 19 Jul 2011 14:33:34 +0000 (15:33 +0100) |
The 'n' binding should cause the next match to be selected but results
in the search field gaining focus and additional 'n's being appended.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
in the search field gaining focus and additional 'n's being appended.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/blame.tcl | patch | blob | history |
diff --git a/lib/blame.tcl b/lib/blame.tcl
index bc81e29b4399a1fcb7d651d247528162229b4eda..2099776f12ebb4f8e0fba754809d43ca7972dd56 100644 (file)
--- a/lib/blame.tcl
+++ b/lib/blame.tcl
bind $top <Control-Key-s> [list searchbar::show $finder]
bind $top <Escape> [list searchbar::hide $finder]
bind $top <F3> [list searchbar::find_next $finder]
- bind $top <Key-n> [list searchbar::find_next $finder]
bind $top <Shift-F3> [list searchbar::find_prev $finder]
- bind $top <Shift-Key-n> [list searchbar::find_prev $finder]
bind $top <Control-Key-g> [list linebar::show $gotoline]
catch { bind $top <Shift-Key-XF86_Switch_VT_3> [list searchbar::find_prev $finder] }