api-client/packages/hoppscotch-desktop/src-tauri
Shreyas 26cb342969
fix(desktop): arrow inserting escape sequences (#5108)
The unstable flag was causing arrow keys to
display ANSI escape sequences as literal text
instead of performing cursor navigation.

For example the arrow keys in URL input fields
display escape sequences (`^[[C, ^[[D, ^[[A, ^[[B`)
as literal text.

Closes HFE-880
Closes #5102

The unstable feature flag was originally added to
support experimental features that were required
for functionality that is no longer needed
in the current implementation.

See:
- [Tauri Issue #9257] - Keyboard shortcuts broken with unstable flag
- [Tauri Issue #10194] - Arrow keys printing invalid characters
- [Wry Issue #1177] - Related macOS input handling issues
2025-06-06 14:17:30 +05:30
..
capabilities fix(desktop): extend file-write permissions (#5070) 2025-05-21 18:27:20 +05:30
icons feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
src feat(desktop): complete lifecycle logs (#5044) 2025-05-21 15:26:16 +05:30
.gitignore feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
build.rs feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
Cargo.lock fix(desktop): arrow inserting escape sequences (#5108) 2025-06-06 14:17:30 +05:30
Cargo.toml fix(desktop): arrow inserting escape sequences (#5108) 2025-06-06 14:17:30 +05:30
tauri.conf.json chore: bump version to 2025.5.1 2025-05-29 15:14:19 +05:30