This commit is contained in:
Jan Prochazka
2024-09-25 09:25:00 +02:00
parent 39aa250223
commit 6ddc9ee6c5

View File

@@ -64,7 +64,7 @@ export function formatKeyText(keyText: string): string {
return keyText
.replace(/CtrlOrCommand\+/g, '⌘ ')
.replace(/Shift\+/g, '⇧ ')
.replace(/Alt\+g/, '⌥ ')
.replace(/Alt\+/g, '⌥ ')
.replace(/Command\+/g, '⌘ ')
.replace(/Ctrl\+/g, '⌃ ')
.replace(/Backspace/g, '⌫ ');