mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Translate Shortcut
Translates a given keyboard shortcut in a string that represents it's usage.
function translateShortcut(keys: string[]): string
Usage
translateShortcut(['meta', 'shift', 's']);
// on Windows: Ctrl+Shift+S
// on Mac: ⌘⇧S