Correct the macOS Replace shortcut in Query Tool toolbar docs (#9817)#10033
Conversation
…admin-org#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) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe Query Editing Options toolbar documentation was updated: the Replace shortcut now appears as a unified "Cmd/Ctrl + R" entry instead of separate platform-specific combinations. ChangesQuery Editing Options Toolbar Documentation
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the pgAdmin 4 documentation for the Query Tool Edit toolbar to reflect the actual default keyboard shortcut for Replace.
Changes:
- Corrected the documented Replace shortcut to Cmd + R on macOS and Ctrl + R on other platforms.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Fixes #9817.
The Query Tool Edit toolbar documentation listed the Replace shortcut as
Option + Cmd + F (MAC)/Ctrl + Shift + F (Others). The actual default (registered inweb/pgadmin/browser/register_editor_preferences.py:control: True, ctrl_is_meta: True, char: 'r') is Cmd + R (MAC) / Ctrl + R (Others). Updated the doc table accordingly.Docs-only change; no release note.
🤖 Generated with Claude Code
Summary by CodeRabbit