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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
comfyui-textarea-keybindings
and select it - 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.