https://github.com/Haoming02/comfyui-tab-handler
An Extension for ComfyUI that forces Tab input to focus textareas
https://github.com/Haoming02/comfyui-tab-handler
comfyui stable-diffusion
Last synced: 4 months ago
JSON representation
An Extension for ComfyUI that forces Tab input to focus textareas
- Host: GitHub
- URL: https://github.com/Haoming02/comfyui-tab-handler
- Owner: Haoming02
- License: mit
- Created: 2023-12-14T08:20:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:20:58.000Z (7 months ago)
- Last Synced: 2024-12-18T06:33:34.581Z (4 months ago)
- Topics: comfyui, stable-diffusion
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **Tab Handler**
README
# ComfyUI Tab Handler
This is an Extension for [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which intercepts the default browser behavior when pressing `Tab` key and focuses the `textarea` instead.## But Why
By default, **ComfyUI** doesn't handle `Tab` key *(afaik)*. So when you press `Tab`, it may just start highlighting your browser tabs or favorites. Thus, I block it and make it switch between the `textarea`s *(**ie.** The text inputs such as prompts)* instead.