mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-14 00:48:33 +00:00
This commit fixes the key matching logic to accept both the key.Text and key.String representations of keys. This allows for more flexible key matching, especially when dealing with different keyboard layouts or input methods. Fixes: https://github.com/charmbracelet/bubbletea/issues/1390