Skip to content

Review wiki change: document Find matching keybindings #5433

Description

GitHub does not expose wiki repositories through the pull-request API, so this issue is the review surface for a ready-to-merge wiki branch.

Proposed change

Document the Monaco Editor defaults for toggling Find matching options in the Accessibility Guide:

  • Match Case: Alt+C on Windows and Linux; Command+Option+C on macOS.
  • Match Whole Word: Alt+W on Windows and Linux; Command+Option+W on macOS.
  • Use Regular Expression: Alt+R on Windows and Linux; Command+Option+R on macOS.

Review branch

  • Wiki branch: meganrogge/document-find-keybindings
  • Commit: ac2b8b9

To review locally:

git clone https://github.com/microsoft/monaco-editor.wiki.git
cd monaco-editor.wiki
git switch meganrogge/document-find-keybindings
git diff master...HEAD

The keybindings were verified against src/vs/editor/contrib/find/browser/findModel.ts in VS Code, which supplies Monaco Editor Core.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions