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
I was playing around with the tool and found a few interesting issues. One of which I am trying to fix right now.
compose keymaps use things like <Right> for the right arrow key. That does not convert at the moment.
I tried to use the utf code \UF703 to achieve the same and it converted that like a normal string into single characters. I am trying to fix this right now to detect UTF characters.
Special sequences like \f are converted to the python \x0c during handling and back to \f in the output. That might also lead to unexpected behavior.
Examples below.
I'll update this when I have a working solution at least for the UTF handling.
Hi!
I was playing around with the tool and found a few interesting issues. One of which I am trying to fix right now.
compose keymaps use things like
<Right>
for the right arrow key. That does not convert at the moment.I tried to use the utf code
\UF703
to achieve the same and it converted that like a normal string into single characters. I am trying to fix this right now to detect UTF characters.Special sequences like
\f
are converted to the python\x0c
during handling and back to\f
in the output. That might also lead to unexpected behavior.Examples below.
I'll update this when I have a working solution at least for the UTF handling.
Input
Output
The text was updated successfully, but these errors were encountered: