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

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

Awesome Lists containing this project

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.