ComfyUI Extension: comfyui-textarea-keybindings

Authored by shinich39

Created

Updated

1 stars

Add keybindings to textarea.

Custom Nodes (0)

    README

    comfyui-textarea-keybindings

    Add keybindings to textarea.

    Features

    Auto close brackets.
    Quick travel by tab.
    Annotation syntax. /* ... */
    Undo history for keybindings.

    Nodes

    Nothing.

    Usage

    Brackets

    It will be get different response as selection range.
    |Key|Result| |---|---| |(|(...)| |{|{...|}| |<|<...>| |[|[...]|

    Shortcuts

    Tab: Select next word(include blank after trimming)
    Ctrl + /: Toggle annotation.