Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Type Alias VirtualKeyboardLayout

    VirtualKeyboardLayout:
        | "numeric-fixed"
        | "numeric-fixed-positive"
        | "numeric-free"
        | "numeric-free-positive"
        | "alpha-numeric"
        | "numeric-symbols"

    numeric-fixed: only numbers, no decimal point, no negative numbers numeric-fixed-positive: only numbers, no decimal point, only positive numbers numeric-free: numbers, decimal point, negative numbers numeric-free-positive: numbers, decimal point, only positive numbers alpha-numeric: numbers, letters, special characters