Interface IWindowsKeyboardLayoutInfo

interface IWindowsKeyboardLayoutInfo {
    id: string;
    name: string;
    text: string;
}

Properties

Properties

id: string
name: string
text: string