@minecraft/server-editor
    Preparing search index...

    Interface IGlobalInputManagerBeta

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

    Methods