Interface IMacKeyMapping

interface IMacKeyMapping {
    value: string;
    valueIsDeadKey: boolean;
    withAltGr: string;
    withAltGrIsDeadKey: boolean;
    withShift: string;
    withShiftAltGr: string;
    withShiftAltGrIsDeadKey: boolean;
    withShiftIsDeadKey: boolean;
}

Properties

value: string
valueIsDeadKey: boolean
withAltGr: string
withAltGrIsDeadKey: boolean
withShift: string
withShiftAltGr: string
withShiftAltGrIsDeadKey: boolean
withShiftIsDeadKey: boolean