If you are looking for software to use, go to Huajun Software Park! software release

How to quickly modify autohotkey?

Author: Hua Hua Date: 2017-08-02

AutoHotkey
AutoHotkey-2.0.10 official version

System assistance Storage size: 2.83 MB Time: 2022-10-21

Software introduction: AutoHotkey is a simple and powerful hotkey scripting language. Users can combine keyboard, mouse, and even game joystick movements and clicks...

Download now

When using the software autohotkey, you may use its key changing function. It can change hotkeys for games such as World of Warcraft. However, when using it, many netizens may encounter problems with the first step of installation. The following article will introduce you to the specific quick installation and key changing tutorial of autohotkey. Netizens who don’t know how to operate can take a look.

How to install autohotkey

Installation: Just follow the prompts. I'm used to installing it in d:program filesAutoHotkey

Screen 1 is Welcome; click Next.

Screen 2 is the copyright statement; click I Agree.

The third screen is version selection. You can select the appropriate version according to the operating system and needs. For example, I selected Unicode (32-bit) under WinXP.

How to install autohotkey

The fourth screen is the installation content: as shown below. It is recommended to select all.

How to install autohotkey

Next is the installation directory, start menu settings, and installation process.

Finally, there is a prompt for successful installation: Do you want to see the help file? AutoHotkey's help file is very detailed. Those who have the patience should read it carefully. Those who want to become masters must study it.

How to modify autohotkey

If you want to change the key, create a new text file directly (change the file suffix to .ahk after editing), for example

If you want to change the a key to the b key, just write

b::a

(lowercase, pay attention to the order)

To change up, down, left, and right to wsad, just write

w::up

s::down

a::left

d::right

Change enter to space key

Save the following code as *.ahk and run it

1

ENTER::SPACE

The first time you double-click ahk because it is not associated with AutoHotKey, a dialog box for selecting "Open with" will pop up. Click "Browse" to find AutoHotKey lazy package AutoHotKey Chinese version AutoHotkey.exe - "OK" to let the software associate the .ahk file, and then It can be run directly by double-clicking it. Double-click the ahk file to enter the "key changing state". If you want to exit the "key changing state", right-click the tray icon - exit.

Summary: The above is all the tutorials for quickly installing autohotkey. After the installation is completed, you can use autohotkey to change the hotkeys.

 

The editor recommends:

How does autohotkey simulate mouse buttons?

AutoHotKey speeds up operations and lets your mouse rest by writing your own scripts

AutoHotkey shortcut script tool uses your keyboard faster to improve operating efficiency

Related articles