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.
This commit is contained in:
Dave Page
2026-06-12 14:47:28 +05:30
committed by GitHub
parent 7aa3f85caf
commit 51e90a9827
+1 -3
View File
@@ -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 |
| +---------------------------------------------------------------------------------------------------+-----------------------+