We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de0c08 commit 2072484Copy full SHA for 2072484
2 files changed
.changeset/sandbox-firefox.md
@@ -0,0 +1,5 @@
1
+---
2
+"@typescript/sandbox": patch
3
4
+
5
+Fix Ctrl+arrow keys in Firefox.
packages/sandbox/src/index.ts
@@ -77,7 +77,7 @@ const sharedEditorOptions: import("monaco-editor").editor.IEditorOptions = {
77
},
78
acceptSuggestionOnCommitCharacter: !isAndroid,
79
acceptSuggestionOnEnter: !isAndroid ? "on" : "off",
80
- accessibilitySupport: !isAndroid ? "on" : "off",
+ accessibilitySupport: !isAndroid ? "auto" : "off",
81
inlayHints: {
82
enabled: true,
83
0 commit comments