const secondChord = (keybinding & 0xFFFF0000) >>> 16;
if (secondChord !== 0) {
createSimpleKeybinding(firstChord, OS),
createSimpleKeybinding(secondChord, OS)
]);
}
return new Keybinding([createSimpleKeybinding(firstChord, OS)]);
} else {