mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Fix (un)fold all shortcuts on macOS (#33630)
GitOrigin-RevId: db0911cdfdeb19c90bd601e6173973d884859b09
This commit is contained in:
@@ -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,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user