Why xdotool is not clicking when restoring position?











up vote
2
down vote

favorite












Why xdotool is not clicking when restoring position?



 xdotool mousemove --sync 4000 1000      click 1         mousemove restore


If I don't restore the position, it works, example:



 xdotool mousemove --sync 4000 1000      click 1


EDIT1: What I've tried



eval "$(xdotool getmouselocation --shell)"
xdotool mousemove --sync 4000 1000
xdotool click 1
xdotool mousemove --screen $SCREEN $X $Y


To my surprise, it also does not click.










share|improve this question




























    up vote
    2
    down vote

    favorite












    Why xdotool is not clicking when restoring position?



     xdotool mousemove --sync 4000 1000      click 1         mousemove restore


    If I don't restore the position, it works, example:



     xdotool mousemove --sync 4000 1000      click 1


    EDIT1: What I've tried



    eval "$(xdotool getmouselocation --shell)"
    xdotool mousemove --sync 4000 1000
    xdotool click 1
    xdotool mousemove --screen $SCREEN $X $Y


    To my surprise, it also does not click.










    share|improve this question


























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      Why xdotool is not clicking when restoring position?



       xdotool mousemove --sync 4000 1000      click 1         mousemove restore


      If I don't restore the position, it works, example:



       xdotool mousemove --sync 4000 1000      click 1


      EDIT1: What I've tried



      eval "$(xdotool getmouselocation --shell)"
      xdotool mousemove --sync 4000 1000
      xdotool click 1
      xdotool mousemove --screen $SCREEN $X $Y


      To my surprise, it also does not click.










      share|improve this question















      Why xdotool is not clicking when restoring position?



       xdotool mousemove --sync 4000 1000      click 1         mousemove restore


      If I don't restore the position, it works, example:



       xdotool mousemove --sync 4000 1000      click 1


      EDIT1: What I've tried



      eval "$(xdotool getmouselocation --shell)"
      xdotool mousemove --sync 4000 1000
      xdotool click 1
      xdotool mousemove --screen $SCREEN $X $Y


      To my surprise, it also does not click.







      command-line xdotool






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 25 at 15:09









      Rui F Ribeiro

      38.3k1475126




      38.3k1475126










      asked Jun 3 '16 at 4:59









      Vlastimil

      7,4251158132




      7,4251158132






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          Your application may need you to wait for it to get focus before it accepts button events. If possible, use windowactivate to get the window focused first, or if not, do a short sleep .2 say, after the mousemove and before the click.






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f287363%2fwhy-xdotool-is-not-clicking-when-restoring-position%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote



            accepted










            Your application may need you to wait for it to get focus before it accepts button events. If possible, use windowactivate to get the window focused first, or if not, do a short sleep .2 say, after the mousemove and before the click.






            share|improve this answer

























              up vote
              3
              down vote



              accepted










              Your application may need you to wait for it to get focus before it accepts button events. If possible, use windowactivate to get the window focused first, or if not, do a short sleep .2 say, after the mousemove and before the click.






              share|improve this answer























                up vote
                3
                down vote



                accepted







                up vote
                3
                down vote



                accepted






                Your application may need you to wait for it to get focus before it accepts button events. If possible, use windowactivate to get the window focused first, or if not, do a short sleep .2 say, after the mousemove and before the click.






                share|improve this answer












                Your application may need you to wait for it to get focus before it accepts button events. If possible, use windowactivate to get the window focused first, or if not, do a short sleep .2 say, after the mousemove and before the click.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 3 '16 at 6:43









                meuh

                31.1k11754




                31.1k11754






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f287363%2fwhy-xdotool-is-not-clicking-when-restoring-position%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    サソリ

                    広島県道265号伴広島線

                    Accessing regular linux commands in Huawei's Dopra Linux