I try to paste string that contains special characters like '+', but they are treated in a special way. The escape flag does not change anything. So, I would like `ydotool type 'a+bc'` to type `a+bc`. How can I achive that?
I try to paste string that contains special characters like '+', but they are treated in a special way. The escape flag does not change anything.
So, I would like
ydotool type 'a+bc'to typea+bc. How can I achive that?