An open API service indexing awesome lists of open source software.

https://github.com/shinich39/comfyui-textarea-keybindings

Add keybindings to textarea.
https://github.com/shinich39/comfyui-textarea-keybindings

comfyui comfyui-nodes

Last synced: 4 months ago
JSON representation

Add keybindings to textarea.

Awesome Lists containing this project

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.