Files
directus/app/src/utils/translate-shortcut
rijkvanzanten a336998b8d Revert "Flatten utils"
This reverts commit 343599b524.
2020-08-11 11:24:14 -04:00
..
2020-08-11 11:24:14 -04:00
2020-08-11 11:24:14 -04:00
2020-08-11 11:24:14 -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