Description
When terminal shortcuts conflict with Crush shortcuts, the Crush shortcuts fail to work. For example, Crush supports using Ctrl+V to paste an image from the clipboard into the session. However, in my Windows Terminal, Ctrl+V is already bound to text paste. In this case, the Crush shortcut does not take effect because the key signal is intercepted at the terminal level.
If I reassign the terminal’s paste shortcut to something other than Ctrl+V, then Crush’s Ctrl+V functionality works as expected.
Suggestion
- Add documentation in the
help about shortcut mapping configuration.
- Provide a way to remap Crush shortcuts to avoid conflicts with terminal-level bindings.
Additional Findings
- The
Ctrl+F shortcut for the image picker does not support adding local images with .gif or .webp extensions.
- It would be helpful to support more image formats.
- Adding fuzzy search for images in the current directory would also improve usability.