Fix (un)fold all shortcuts on macOS (#33630)

GitOrigin-RevId: db0911cdfdeb19c90bd601e6173973d884859b09
This commit is contained in:
Alf Eaton
2026-05-13 10:04:07 +01:00
committed by Copybot
parent 6776f82952
commit d203a62834

View File

@@ -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,
},
]