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.
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:
Review branch
meganrogge/document-find-keybindingsac2b8b9To 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...HEADThe keybindings were verified against
src/vs/editor/contrib/find/browser/findModel.tsin VS Code, which supplies Monaco Editor Core.