diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index bae3297182..b98059e805 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -18,6 +18,10 @@
* Ctrl-click on a cross-reference will now take you to its label.
+* Default shortcuts for saving bookmarks have been changed to Alt-NUM, where
+ NUM is the number of the bookmark. (They were previously Shift-F1, etc.) This
+ allows Shift-F3 to be used for word-find-backwards (i.e., find previous).
+
!!Documents compilation process and images conversion
diff --git a/src/frontends/qt/GuiSearch.cpp b/src/frontends/qt/GuiSearch.cpp
index 28c8ae6124..89de21e7b4 100644
--- a/src/frontends/qt/GuiSearch.cpp
+++ b/src/frontends/qt/GuiSearch.cpp
@@ -126,8 +126,6 @@ void GuiSearchWidget::minimizeClicked(bool const toggle)
replacePB->setHidden(minimized_);
replacePrevPB->setHidden(minimized_);
replaceallPB->setHidden(minimized_);
- wordsCB->setHidden(minimized_);
- caseCB->setHidden(minimized_);
CBGroupBox->setHidden(minimized_);
if (minimized_) {
minimizePB->setText(qt_("Ex&pand"));
diff --git a/src/frontends/qt/ui/SearchUi.ui b/src/frontends/qt/ui/SearchUi.ui
index 5fea415ad5..8637da8f21 100644
--- a/src/frontends/qt/ui/SearchUi.ui
+++ b/src/frontends/qt/ui/SearchUi.ui
@@ -7,7 +7,7 @@
0
0
706
- 121
+ 127
@@ -194,55 +194,46 @@
- -
-
-
- Qt::Vertical
-
-
- QSizePolicy::MinimumExpanding
-
-
-
- 89
- 0
-
-
-
-
-
-
-
-
- &Case sensitive[[search]]
-
-
-
- -
-
-
- Match &whole words only
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
+
+
-
+
+
+ &Case sensitive[[search]]
+
+
+
+ -
+
+
+ Match &whole words only
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+ -
+
+