Show in menu bar:
29 |Hotkey:
88 | 0 92 | ? shortcutArray 93 | .map(key => key) 94 | .join(' + ') 95 | .replace('Meta', '⌘') 96 | .replace('Command', '⌘') 97 | .replace('Control', '⌃') 98 | .replace('Alt', '⌥') 99 | .replace('Shift', '⇧') 100 | : 'Recording...'} 101 | on:click={recordShortcut} 102 | /> 103 |Start at login:
28 |