fix: keyboard shortcuts on non-Latin keyboard layouts (#718)

This commit is contained in:
Danila Poyarkov 2026-01-14 12:28:58 +03:00 committed by GitHub
parent 7f2d2f106e
commit 15a9670db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 228 additions and 25 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Keyboard shortcuts (Ctrl+C, Ctrl+D, etc.) now work on non-Latin keyboard layouts (Russian, Ukrainian, Bulgarian, etc.) in terminals supporting Kitty keyboard protocol with alternate key reporting
## [0.45.7] - 2026-01-13
## [0.45.6] - 2026-01-13