Moving a map without alt tabing

Ask gaming related questions (AHK v1.1 and older)
OSNX
Posts: 1
Joined: 10 Aug 2022, 11:38

Moving a map without alt tabing

Post by OSNX » 10 Aug 2022, 11:45

So while playing Escape From Tarkov i have map open on secondary screen (https://mapgenie.io/tarkov/maps/customs - as example) and would like to make a code that would move it without alt tabing. maybe even zoom in and out. idea i have is to use arrow keys to do so, arrow up map moves up, hold up and down it zooms in, hold left and right it zooms out. would be able to make it myself just that it needs to be active window. if its not possible to interact with a browser without making it active window other idea is just move a image of map instead of map in browser.

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Moving a map without alt tabing

Post by swagfag » 11 Aug 2022, 18:52

cool ideas but what exactly are u stuck on that prompted the creation of this thread? or is this just a lowkey "write this for me"? if so, i doubt anyone would

the site ure showing uses a Mapbox GL JS component, so u can study its API and make some js calls(eg with Chrome.ahk) to control various aspects of the map such as panning, zoomlevel etc
or u can implement ur other suggestion with the static image and AHK guis

Rohwedder
Posts: 7627
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Moving a map without alt tabing

Post by Rohwedder » 13 Aug 2022, 03:38

Hallo,
if you just want to move and zoom an image of the map in a gui
viewtopic.php?p=476157#p476157

Post Reply

Return to “Gaming Help (v1)”