Space Run Galaxy

Space Run Galaxy

评价数不足
Toggle zoom for improved game play and visibility.
由 Samer Sultan 制作
Autohotkey Script enables toggle zoom, freeing you from having to hold down the ctrl key to zoom out.
   
奖励
收藏
已收藏
取消收藏
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 条留言
blackduck46 2017 年 7 月 18 日 下午 12:57 
how do I play space run galaxy on triple monitors ?