@minecraft/server-editor

    Interface IGlobalInputManagerBeta

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

    Methods

    MMNEPVFCICPMFPCPTTAAATR