Script API - v1.21.90.25
    Preparing search index...

    Interface IGlobalInputManager

    interface IGlobalInputManager {
        registerKeyBinding(
            inputContextId: EditorInputContext,
            action: SupportedKeyboardActionTypes,
            binding: KeyBinding,
            info?: KeyBindingInfo,
        ): IRegisteredKeyBinding;
    }
    Index

    Methods