diff --git a/services/web/frontend/js/features/source-editor/extensions/folding-keymap.ts b/services/web/frontend/js/features/source-editor/extensions/folding-keymap.ts index af914cb3b8..46ce6a64c5 100644 --- a/services/web/frontend/js/features/source-editor/extensions/folding-keymap.ts +++ b/services/web/frontend/js/features/source-editor/extensions/folding-keymap.ts @@ -10,10 +10,12 @@ export const foldingKeymap = [ }, { key: 'Alt-Shift-1', + mac: 'Alt-Shift-⁄', // Opt-Shift-1 on macOS run: foldAll, }, { key: 'Alt-Shift-0', + mac: 'Alt-Shift-‚', // Opt-Shift-0 on macOS run: unfoldAll, }, ]