<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 23, 2014 at 3:09 PM, Sébastien <span dir="ltr"><<a href="mailto:ml@terranean.eu" target="_blank">ml@terranean.eu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">....<br>
A few other things to try (in a terminal, first)...<br>
<br>
Explicitly specify that you want to hold super down and release it:<br>
$ xdotool mousemove --polar 0 0 keydown super key space keyup super<br>
<br>
With delays in case for some reason X or Openbox doesn't manage to<br>
follow:<br>
$ xdotool mousemove --polar 0 0 keydown --delay 150 super \<br>
key --delay 150 key space keyup super<br>
<br></blockquote><div> Sébastien, thank you for persevering with my problem. I think you've solved it with the --delay idea.</div><div><br></div><div>So,</div><div>$ xdotool keydown super keydown key space keyup super keyup space<br>
</div><div>doesn't work</div><div>This is what I see:</div><div><div>[04:28 PM] ~ $ </div><div>[04:28 PM] ~ $ xdotool keydown super keydown key space keyup super keyup space</div><div> [04:28 PM] ~ $  </div><div>[04:28 PM] ~ $ </div>
<div><br></div></div><div>Note that the third line starts one space to the right (and there's a space after $ as well). </div><div><br></div><div>But<br></div><div>$ xdotool keydown --delay 150 super keydown --delay 150 key space keyup super keyup space<br>
</div><div>works perfectly.</div><div><br></div><div>Now I'll try to put things together.</div><div><br></div><div>Thanks once again,</div><div><br></div><div>Augustine</div></div></div></div>