# comfyui-tab-handler **Repository Path**: sd-comfy/comfyui-tab-handler ## Basic Information - **Project Name**: comfyui-tab-handler - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-09 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 `textarea` *(**ie.** The text inputs such as prompts)* instead.