Function

Meta-18Metakeybindings_set_custom_handler

  • Allows users to register a custom handler for a builtin key binding.

    Parameters

    • name: string

      The name of the keybinding to set

    • handler: KeyHandlerFunc | null

      The new handler function

    Returns boolean

    true if the binding known as name was found, false otherwise.