You’re normally hopping around FPS games with the Mousewheel and were shocked to find out that Ghostrunner doesn’t let you do that? Well here is a workaround using AutoHotkey that gets you taking to the skies like you’re used to.
AutoHotkey is a free and open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allows users of most levels of computer skill to automate repetitive tasks in any Windows application. User interfaces can easily be extended or modified by AutoHotkey (for example, overriding the default Windows control key commands with their Emacs equivalents). The AutoHotkey installation includes its own extensive help file, and web-based documentation is also available.
(You’ve been wiki’d)
You need to download and install AutoHotkey to be able to run the script below.
WheelUp::Send,{Space}WheelDown::Send,{Space}
Make sure to stop the script when you’re not playing the game by ‘Exit’ing it using the Tray Icon.
More Guides:
- Ghostrunner: How to Skip the Starting Logos
- Ghostrunner: Build Ideas (Project_Hel DLC)
- Ghostrunner: All Swords (Project_Hel DLC)
- Ghostrunner: New Achievements Guide (Project_Hel DLC)