Re: Can I have the root menu always open in the center of the screen?
Augustine Souza <[email protected]>
| Newsgroups | gmane.comp.window-managers.openbox |
|---|---|
| Message-ID | <CAJRitc4ALP6L+9hOBgt5qo_jPHZaQDD8unTzwML64JVqF5fjGQ@mail.gmail.com> |
On Thu, Jan 23, 2014 at 3:09 PM, Sébastien <ml-da/[email protected]> wrote: > .... > A few other things to try (in a terminal, first)... > > Explicitly specify that you want to hold super down and release it: > $ xdotool mousemove --polar 0 0 keydown super key space keyup super > > With delays in case for some reason X or Openbox doesn't manage to > follow: > $ xdotool mousemove --polar 0 0 keydown --delay 150 super \ > key --delay 150 key space keyup super > > Sébastien, thank you for persevering with my problem. I think you've solved it with the --delay idea. So, $ xdotool keydown super keydown key space keyup super keyup space doesn't work This is what I see: [04:28 PM] ~ $ [04:28 PM] ~ $ xdotool keydown super keydown key space keyup super keyup space [04:28 PM] ~ $ [04:28 PM] ~ $ Note that the third line starts one space to the right (and there's a space after $ as well). But $ xdotool keydown --delay 150 super keydown --delay 150 key space keyup super keyup space works perfectly. Now I'll try to put things together. Thanks once again, Augustine _______________________________________________ openbox mailing list [email protected] http://icculus.org/mailman/listinfo/openbox