Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 Eingabeaufforderung: Umlaute u.ä. falsch im Standalone-Modus #52

Closed
Rojetto opened this issue Jul 15, 2021 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@Rojetto
Copy link
Owner

Rojetto commented Jul 15, 2021

In der Windows 10 Eingabeaufforderung (die alte) funktionieren Umlaute und manche andere Sonderzeichen nicht im Standalone-Modus. Scheinbar wird das native Layout falsch erkannt (ähnlich zu #11) und dann falsche native Tastenkombinationen gesendet. Sonderzeichen wie / werden außerdem als Unicode-Paket gesendet, vermutlich auch weil diese als Tastenkombination nicht im nativen Layout gefunden werden.

Weiterer komischer Effekt: Der Shortcut Win+Zahl zum Fensterwechsel geht im Terminal auch nicht, da ReNeo aus irgendeinem Grund ein VK_PACKET statt VK_ZAHL sendet.

Theorie: VkKeyScan liefert aus ähnlichen Gründen wie #11 ein falsches Ergebnis. Stattdessen könnte man VkKeyScanEx mit einem expliziten input locale handle aufrufen, das man in checkKeyboardLayout zwischenspeichert, solange es nicht null ist.

@Rojetto Rojetto added the bug Something isn't working label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant