This commit is contained in:
Jan Prochazka 2022-04-11 20:03:56 +02:00
parent 18437d1be7
commit 7313fa16f6

View File

@ -56,7 +56,7 @@ function formatKeyText(keyText) {
if (os.platform() == 'darwin') {
return keyText.replace('CtrlOrCommand+', 'Command+');
}
return keyText;
return keyText.replace('CtrlOrCommand+', 'Ctrl+');
}
function commandItem(id) {