jordansissel / xdotool

fake keyboard/mouse input, window management, and more
Other
3.26k stars 320 forks source link

% key inside of quotes #468

Open lebergerdesphotons opened 2 months ago

lebergerdesphotons commented 2 months ago

I have % characters in texts I want to assign to hotkeys, can't do it. it'll paste up to the % character and then it stops.

DirkHaar commented 5 days ago

You might have to use an escape sequence, should be / . Look up how % is used in bash (or whatever shell you use).