summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ivymon1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivymon b/src/ivymon
index f546bdb..0942da0 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -221,6 +221,7 @@ my $searchEntry =
-expand => 0,
-padx => 5, -pady => 5);
$searchEntry->bind('<Return>' => [\&searchNext, 1]);
+$searchEntry->bind('<Shift-Return>' => [\&searchPrev, 1]);
my $frame1222 =
$frame122search->Frame()->pack(-fill => 'x',