You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The character ≅(«approximately equal to») should be emitted when I press the + key with all three modifiers. But instead ≈(«almost equal to») is emitted.
See also #28 for a similar issue. See also #24 for a proposed general solution.
The text was updated successfully, but these errors were encountered:
For the special case of ≅ it appears to be an error in keysymdef.h and is now even deprecated. I have updated the keysymdef output to fix it.
I have also changed my a bit with respect to the Unicode notation: it can be useful for readability and bugs like this, although the bugs shouldn't happen of course. I have added the possibility for notation like U+2248 that forces the Unicode output in e.g. XKB.
My source looks like this:
The character
≅
(«approximately equal to») should be emitted when I press the+
key with all three modifiers. But instead≈
(«almost equal to») is emitted.See also #28 for a similar issue. See also #24 for a proposed general solution.
The text was updated successfully, but these errors were encountered: