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.
- Host: GitHub
- URL: https://github.com/shinich39/comfyui-textarea-keybindings
- Owner: shinich39
- License: mit
- Created: 2024-08-17T03:05:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T05:44:22.000Z (8 months ago)
- Last Synced: 2024-12-19T03:04:10.571Z (4 months ago)
- Topics: comfyui, comfyui-nodes
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **comfyui-textarea-keybindings**
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.