mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
#264 fix
This commit is contained in:
parent
18437d1be7
commit
7313fa16f6
@ -56,7 +56,7 @@ function formatKeyText(keyText) {
|
|||||||
if (os.platform() == 'darwin') {
|
if (os.platform() == 'darwin') {
|
||||||
return keyText.replace('CtrlOrCommand+', 'Command+');
|
return keyText.replace('CtrlOrCommand+', 'Command+');
|
||||||
}
|
}
|
||||||
return keyText;
|
return keyText.replace('CtrlOrCommand+', 'Ctrl+');
|
||||||
}
|
}
|
||||||
|
|
||||||
function commandItem(id) {
|
function commandItem(id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user