Nodes Browser

ComfyDeploy: How comfyui-textarea-keybindings works in ComfyUI?

What is comfyui-textarea-keybindings?

Add keybindings to textarea.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for comfyui-textarea-keybindings and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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.