v1.8.7: fix Ctrl+key for non-Latin keyboard layouts

- Replace Cyrillic char bindings (tkinter rejects them) with keycode dispatch
- <Control-Key> handler routes by physical keycode (67=C, 86=V, etc.)
- Works with Russian, Ukrainian, and any other keyboard layout

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-24 04:19:23 -05:00
parent 0d3c433bac
commit 8285e33555
2 changed files with 23 additions and 8 deletions