Space Run Galaxy

Space Run Galaxy

Not enough ratings
Toggle zoom for improved game play and visibility.
By Samer Sultan
Autohotkey Script enables toggle zoom, freeing you from having to hold down the ctrl key to zoom out.
   
Award
Favorite
Favorited
Unfavorite
Step 1: Download AutoHotKey
You can get the latest version of Autohotkey at either the offical site: https://autohotkey.com/

Or directly through ninite: https://ninite.com/
Step 2: Create the script
Now that you have Autohot key installed, lets move on to making the script.

  1. Create a new file, name it zoomscript.ahk
  2. Edit the file with a text editor (sublime text / notepad++)
  3. Paste the following code in and then save:

`::Suspend $ctrl:: { toggle:=!toggle if (toggle) { sendinput, {ctrl down} } else { sendinput, {ctrl up} } } return
Step 3: Using the script
Using the script is very simple.

  • To toggle the script on and off use the ` key
  • To zoom out simply press the ctrl key once
  • To zoom back in press it again.
Questions?
If you have any question please leave a comment below or you can contact me directly via my website: http://www.sultansolutions.com or github: https://github.com/samersultan
1 Comments
blackduck46 18 Jul, 2017 @ 12:57pm 
how do I play space run galaxy on triple monitors ?