const reverseChords = this.keyCodeChordToScanCodeChord(new KeyCodeChord(chord.ctrlKey, chord.shiftKey, chord.altKey, chord.metaKey, constantKeyCode));
for (let i = 0, len = reverseChords.length; i < len; i++) {
if (reverseChord.scanCode === chord.scanCode) {
return KeyCodeUtils.toUserSettingsUS(constantKeyCode).toLowerCase();
}
}
}