mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
Support keybinding customization (#1081)
* Basic keybinding panel nit Make row selectable Reduce padding Better key seq render Show actions on demand Turn off autocomplete nit Persist keybindings Autofocus Fix set unsetted keybinding bug Refactor Add reset button Add back default keybinding logic Report key conflict error Adjust style fix bug Highlight modified keybindings * Set current editing command's id as dialog header
This commit is contained in:
@@ -59,6 +59,6 @@ app.registerExtension({
|
||||
}
|
||||
}
|
||||
|
||||
window.addEventListener('keydown', keybindListener, true)
|
||||
window.addEventListener('keydown', keybindListener)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user