Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Mirroring Actions in Dual Monitor

Dual Monitor Authotkey

  • Please log in to reply

#1
mnddawg

mnddawg

    New Member

  • Member
  • Pip
  • 1 posts

I have a simple dual monitor setup, and I need to use to very similar programs simultaneously. For instance, if I click and drag on program1 which is on one monitor1, it will simultaneously click and drag on the other program2 which is on monitor2.

 

My OS is Windows 7, and the two programs I am using are ArcMap and Partner that both read similar maps.

 

 
I am trying to use AutoHotkey to accomplish this. Here is the autohotkey script that this noob (me) has compiled:

 

Up::  
 
CoordMode, Mouse, Relative
 
KeyWait, LButton
 
WinActivate, Partner
 
MouseClickDrag, left, 600, 600, 600, 800, 2
 
WinActivate, Test Electric - ArcMap
 
MouseClickDrag, left, 600, 600, 600, 800, 2
 
return
 

 

This script allows me to push the up arrow and both windows move up, but I would like to be able to click and drag both windows simultaneously. Any suggestions?


  • 0

Advertisements







Similar Topics


Also tagged with one or more of these keywords: Dual Monitor, Authotkey

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP