From 6716fd73aa64b16446f810f74ad09839c9fec98d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 9 Jun 2026 11:22:33 +0100 Subject: [PATCH 1/2] 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 + R (MAC) / Ctrl + R (Others), per register_editor_preferences.py. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/en_US/query_tool_toolbar.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/query_tool_toolbar.rst b/docs/en_US/query_tool_toolbar.rst index f30cc1128ba..51ac61c4373 100644 --- a/docs/en_US/query_tool_toolbar.rst +++ b/docs/en_US/query_tool_toolbar.rst @@ -85,8 +85,8 @@ 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 | + | | Select *Replace* to locate and replace (with prompting) individual occurrences of the target. | Cmd + R (MAC) | + | | | Ctrl + R | | | | (Others) | | +---------------------------------------------------------------------------------------------------+-----------------------+ | | Select *Go to Line/Column* to go to specified line number and column position | Cmd/Ctrl + L | From 7cb695014f757141ed658c7ff2881310c855aee4 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Fri, 12 Jun 2026 14:44:58 +0530 Subject: [PATCH 2/2] Consolidate Replace command shortcuts in documentation --- 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 51ac61c4373..9b03ca42ac9 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. | Cmd + R (MAC) | - | | | Ctrl + R | - | | | (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 | | +---------------------------------------------------------------------------------------------------+-----------------------+