We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f4f59 commit 046bc24Copy full SHA for 046bc24
pyproject.toml
@@ -1,14 +1,13 @@
1
[project]
2
name = "comfyui-tab-handler"
3
-description = "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup."
+description = "Intercepts the Tab key to switch between textarea"
4
version = "1.0.0"
5
-license = "LICENSE"
+license = "MIT"
6
7
[project.urls]
8
Repository = "https://github.com/Haoming02/comfyui-tab-handler"
9
-# Used by Comfy Registry https://comfyregistry.org
10
11
[tool.comfy]
12
-PublisherId = ""
13
-DisplayName = "comfyui-tab-handler"
+PublisherId = "haoming02"
+DisplayName = "Tab Handler"
14
Icon = ""
0 commit comments