mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 01:55:59 +00:00
fix
This commit is contained in:
@@ -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, '⌫ ');
|
||||
|
||||
Reference in New Issue
Block a user