:/images/arrow-down.png:/images/arrow-down.png
diff --git a/src/calibre/gui2/preferences/coloring.py b/src/calibre/gui2/preferences/coloring.py
index 68516b8c04..e0e3c26348 100644
--- a/src/calibre/gui2/preferences/coloring.py
+++ b/src/calibre/gui2/preferences/coloring.py
@@ -1060,12 +1060,18 @@ class EditRules(QWidget): # {{{
self.up_button = b = QToolButton(self)
b.setIcon(QIcon.ic('arrow-up.png'))
- b.setToolTip(_('Move the selected rule up'))
+ b.setToolTip('' + _('Click to move the row up 1. Shift+click '
+ 'to move the row up 5. Ctrl+click to move the row up 10. '
+ 'Ctrl+Shift+click to move the row to the top. '
+ 'Keyboard shortcut: Ctrl-Up arrow') + '
')
b.clicked.connect(partial(self.move_rows, moving_up=True))
g.addWidget(b, 0, 1, 1, 1, Qt.AlignmentFlag.AlignTop)
self.down_button = b = QToolButton(self)
b.setIcon(QIcon.ic('arrow-down.png'))
- b.setToolTip(_('Move the selected rule down'))
+ b.setToolTip('' + _('Click to move the row down 1. Shift+click to move the '
+ 'row down 5. Ctrl+click to move the row down 10. Ctrl+Shift+click '
+ 'to move the row to the bottom. '
+ 'Keyboard shortcut: Ctrl-Down arrow') + '
')
b.clicked.connect(partial(self.move_rows, moving_up=False))
self.rules_view.set_movement_functions(partial(self.move_rows, moving_up=True),
partial(self.move_rows, moving_up=False))
diff --git a/src/calibre/gui2/preferences/columns.ui b/src/calibre/gui2/preferences/columns.ui
index 4e74fbbfe2..64808dee01 100644
--- a/src/calibre/gui2/preferences/columns.ui
+++ b/src/calibre/gui2/preferences/columns.ui
@@ -40,7 +40,8 @@
<p>Click to move the row up 1. Shift+click to move the row up 5.
-Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.</p>
+Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
+Keyboard shortcut: Ctrl-Up arrow</p>
...
@@ -173,7 +174,8 @@ Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.&l
<p>Click to move the row down 1. Shift+click to move the row down 5.
-Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.</p>
+Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
+Keyboard shortcut: Ctrl-Down arrow</p>
...
diff --git a/src/calibre/gui2/preferences/look_feel_tabs/book_details.ui b/src/calibre/gui2/preferences/look_feel_tabs/book_details.ui
index f434293071..365ec1eb2d 100644
--- a/src/calibre/gui2/preferences/look_feel_tabs/book_details.ui
+++ b/src/calibre/gui2/preferences/look_feel_tabs/book_details.ui
@@ -60,7 +60,9 @@
-
- Move down. Keyboard shortcut: Ctrl-Down arrow
+ <p>Click to move the row down 1. Shift+click to move the row down 5.
+Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
+Keyboard shortcut: Ctrl-Down arrow</p>
@@ -71,7 +73,9 @@
-
- Move up. Keyboard shortcut: Ctrl-Up arrow
+ <p>Click to move the row up 1. Shift+click to move the row up 5.
+Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
+Keyboard shortcut: Ctrl-Up arrow</p>
diff --git a/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui b/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui
index bf8e2abf05..0ba870c828 100644
--- a/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui
+++ b/src/calibre/gui2/preferences/look_feel_tabs/edit_metadata.ui
@@ -41,7 +41,9 @@
-
- Move down. Keyboard shortcut: Ctrl-Down arrow
+ <p>Click to move the row up 1. Shift+click to move the row up 5.
+Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
+Keyboard shortcut: Ctrl-Up arrow</p>
@@ -52,7 +54,9 @@
-
- Move up. Keyboard shortcut: Ctrl-Up arrow
+ <p>Click to move the row up 1. Shift+click to move the row up 5.
+Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
+Keyboard shortcut: Ctrl-Down arrow</p>
diff --git a/src/calibre/gui2/preferences/look_feel_tabs/quickview.ui b/src/calibre/gui2/preferences/look_feel_tabs/quickview.ui
index f11338bc46..e9ba292b89 100644
--- a/src/calibre/gui2/preferences/look_feel_tabs/quickview.ui
+++ b/src/calibre/gui2/preferences/look_feel_tabs/quickview.ui
@@ -61,7 +61,9 @@ column being examined (the left-hand panel)</p>
-
- Move up. Keyboard shortcut: Ctrl-Up arrow
+ <p>Click to move the row up 1. Shift+click to move the row up 5.
+Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
+Keyboard shortcut: Ctrl-Up arrow</p>
@@ -72,7 +74,9 @@ column being examined (the left-hand panel)</p>
-
- Move down. Keyboard shortcut: Ctrl-Down arrow
+ <p>Click to move the row down 1. Shift+click to move the row down 5.
+Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
+Keyboard shortcut: Ctrl-Down arrow</p>
diff --git a/src/calibre/gui2/preferences/look_feel_tabs/tb_display.ui b/src/calibre/gui2/preferences/look_feel_tabs/tb_display.ui
index b627602b0f..57685da32a 100644
--- a/src/calibre/gui2/preferences/look_feel_tabs/tb_display.ui
+++ b/src/calibre/gui2/preferences/look_feel_tabs/tb_display.ui
@@ -32,7 +32,10 @@
-
- Move up. User categories and Saved searches cannot be moved. Keyboard shortcut: Ctrl-Up arrow
+ <p>Click to move the row up 1. Shift+click to move the row up 5.
+Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
+User categories and Saved searches cannot be moved.
+Keyboard shortcut: Ctrl-Up arrow</p>
@@ -56,7 +59,10 @@
-
- Move down. User categories and Saved searches cannot be moved. Keyboard shortcut: Ctrl-Down arrow
+ <p>Click to move the row down 1. Shift+click to move the row down 5.
+Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
+User categories and Saved searches cannot be moved.
+Keyboard shortcut: Ctrl-Down arrow</p>