I've got a Russian keyboard layout. This one doesn't have the acute sign which is used for stress mark in academic field.
I can do that by hand. After a character, for example, и:
ctrl+shift+u 301 space --> и́
I'm trying to use xdotool to make a shortcut to insert this stress:
I've already tried to use the same solution in How to make xdotool type Unicode characters, but for some reason, the acute sign is special (it's not a character by itself, it's adding itself to the previous one) and it's not working.
So, I want xdotool to type for me all the sequence ctrl+shift+u 301 space that I'm typing by hand.
What I've done is now:
sleep 0.2 &&
xdotool key --delay 15 'ctrl+shift+u' &&
sleep 0.2 &&
xdotool type 301 &&
xdotool key space
But when doing that, xdotool stops at "U", waiting for me to fill in the number