|
► PC Software (Forum related to the discussion of PC software. i.e.: O/S's, programming, web coding, games et al.) |
|
Thread Tools | Display Modes |
23rd June 2018, 02:09 PM | #1 |
Special Guest
Join Date: Dec 2008
Location: @home
Posts: 627
|
My custom AutoHotkey scripts.
I have been an AutoHotkey user for many, many years. It's now time for a dedicated thread relating to the use of AutoHotkey. I will catalog the scripts I use for some games, along with some, perhaps colorful, commentary.
METAL GEAR SOLID V GROUND ZEROES: The following code maps the middle mouse button/scrollwheel to act as the ingame move forward key. The game settings did not allow this. Code:
MButton::w Code:
XButton2::r Code:
~LAlt:: KeyWait, LAlt, T0.1 If ErrorLevel { Send {Blind}{f DownR} KeyWait, LAlt Send {Blind}{f Up} } Return |
Bookmarks |
Tags |
AutoHotkey, AutoHotkey scripts |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|