Using instantassist's <Super+A>kk keybinding appears inconsistent. Most of the time, it fails to insert into the terminal.
The terminal supports unicode characters, and can recieve them via copy/paste, but not with instantassist.
This appears to be caused by xdotool's interaction with st.
For example, if you run the following code in the terminal:
Note that the output is only aaaa, without the symbols.
Using instantassist's
<Super+A>kkkeybinding appears inconsistent. Most of the time, it fails to insert into the terminal.The terminal supports unicode characters, and can recieve them via copy/paste, but not with instantassist.
This appears to be caused by xdotool's interaction with st.
For example, if you run the following code in the terminal:
xdotool type aaππaaNote that the output is only
aaaa, without the symbols.