projects/ui/sidenav/config/features.ts
Set the app-wide default keyboard shortcut to toggle the sidenav (e.g. 'mod+b', which resolves to ctrl on Windows/Linux and meta on macOS). Per-instance [shortcut] still wins.
'mod+b'
ctrl
meta
[shortcut]
provideSidenavConfig(withSidenavShortcut('mod+b'));
withSidenavShortcut(combo: string)
string
CngxSidenavConfigFeature