Results 1 to 2 of 2

Thread: [SOLVED] Emulating Mouse Movement and Click in Linux

  1. #1
    Join Date
    May 2007
    Beans
    946

    [SOLVED] Emulating Mouse Movement and Click in Linux

    I'm having having a hard time figuring out how to move the mouse and click it using the command line. I've found programs that control the mouse with the keyboard, but I'm looking for something I can use in a bash script. I've also found C/C++ code that might do what I need, but it seems a bit extreme. I know how to do this in Windows, but it doesn't work in Wine. Anyone know how do do this?

  2. #2
    Join Date
    May 2007
    Beans
    946

    Re: Emulating Mouse Movement and Click in Linux

    I found it, it's called xdotool. Does exactly what I want it to. Thanks for everyone's help

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •