mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
- Document current implementation using event.key - Analyze problems with non-English keyboard layouts - Research event.key vs event.code technical differences - Propose solution using event.code for layout independence - Detail migration strategy for backward compatibility - Include testing strategy and implementation phases Relates to #5252