接口 IGlobalInputManager实验性

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

方法