mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 16:55:59 +00:00
cmd+backspace for delete rows on mac
This commit is contained in:
@@ -53,7 +53,8 @@ export function formatKeyText(keyText: string): string {
|
||||
.replace('Shift+', '⇧ ')
|
||||
.replace('Alt+', '⌥ ')
|
||||
.replace('Command+', '⌘ ')
|
||||
.replace('Ctrl+', '⌃ ');
|
||||
.replace('Ctrl+', '⌃ ')
|
||||
.replace('Backspace', '⌫ ');
|
||||
}
|
||||
return keyText.replace('CtrlOrCommand+', 'Ctrl+');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user