mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
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:
@@ -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 |
|
||||
| +---------------------------------------------------------------------------------------------------+-----------------------+
|
||||
|
||||
Reference in New Issue
Block a user