I've tried this, and it's surprisingly slow. Strangely using xdotool is a lot faster:
command: 'xdotool key ctrl+a Up'
which is zippy, and more than good enough if you've got xdotool installed. Obviously there's a whole nother process to exec when running two fusuma-sendkeys, but it's a lot slower.
I was trying to just use SendKeys for efficiency and would prefer to drop the xdotool dependency if possible.
I see from another Issue that the recommendation here would likely be to use:
I've tried this, and it's surprisingly slow. Strangely using xdotool is a lot faster:
which is zippy, and more than good enough if you've got xdotool installed. Obviously there's a whole nother process to exec when running two fusuma-sendkeys, but it's a lot slower.
I was trying to just use SendKeys for efficiency and would prefer to drop the xdotool dependency if possible.