From 51e90a982795167d770186579dd6ab5d1be72bef Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 12 Jun 2026 10:17:28 +0100 Subject: [PATCH] Correct the macOS Replace shortcut in Query Tool toolbar docs (#9817) (#10033) doc: Correct the macOS Replace shortcut in the Query Tool toolbar docs. #9817 The Edit toolbar table listed Replace as "Option + Cmd + F (MAC)" / "Ctrl + Shift + F (Others)", but the default Replace shortcut is Cmd/Ctrl + R, per register_editor_preferences.py. --- docs/en_US/query_tool_toolbar.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en_US/query_tool_toolbar.rst b/docs/en_US/query_tool_toolbar.rst index f30cc1128..9b03ca42a 100644 --- a/docs/en_US/query_tool_toolbar.rst +++ b/docs/en_US/query_tool_toolbar.rst @@ -85,9 +85,7 @@ Query Editing Options | +---------------------------------------------------------------------------------------------------+-----------------------+ | | Select *Find* to provide a search target, and search the SQL Editor contents. | Cmd/Ctrl + F | | +---------------------------------------------------------------------------------------------------+-----------------------+ - | | Select *Replace* to locate and replace (with prompting) individual occurrences of the target. | Option + Cmd + F (MAC)| - | | | Ctrl + Shift + F | - | | | (Others) | + | | Select *Replace* to locate and replace (with prompting) individual occurrences of the target. | Cmd/Ctrl + R | | +---------------------------------------------------------------------------------------------------+-----------------------+ | | Select *Go to Line/Column* to go to specified line number and column position | Cmd/Ctrl + L | | +---------------------------------------------------------------------------------------------------+-----------------------+