public getElectronAccelerator(): string | null {
if (this._chords.length > 1) {
return null;
}
if (this._chords[0].isDuplicateModifierCase()) {
// [Electron Accelerators] Electron cannot handle modifier only keybindings