Closed DustyDiamond closed 2 months ago
⏳ @jotaen4tinypilot please review this Pull Request
⏳ @jdeanwallace please review this Pull Request
@jdeanwallace I have a German keyboard at hand for testing, so I’m happy to take care of the review. (Feel free to chime in anyways, but otherwise feel free to disregard or unassign your review request.)
This PR adds a detection mechanism for the German
de-DE
locale in the paste feature. In this case, it uses the correct mapping, and ensures that all characters come through correctly.Original PR description
Hi, I added the translation table for German Special Characters. The Manual definition of
ALT_GR
is necessary since on german layouts theAltGr
Key doesnt behave like theMODIFIER_RIGHT_ALT
. In Tinypilot, pressingAltGr
is interpreted likeCtrl Left + Alt Right
which translates to hex0x41
, but it should beCtrl Left + Alt Left
(Hex0x05
) to work for German Special Characters.Closes #1830
For an Quick overview for anyone later reading this, this would support the following special Characters:
Greetings from Germany :)