Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/HCI/Computer Keyboard/Keyboard Language/
AHK
Search
AHK

AHK

Creator
Creator
Seong-lae Cho
Created
Created
2019 Nov 5 3:14
Editor
Editor
Seong-lae Cho
Edited
Edited
2023 Sep 1 15:31
Refs
Refs

Auto Hot Key

AHK Notion
AHK Variable
AHK Hotkeys
 
 
 
AHK Usages
AHK Init
AHK Send
AHK Function
AHK Bundle
 
 
 

Keys

List of Keys (Keyboard, Mouse and Joystick)
LButton The left mouse button when used with Send, but the primary mouse button when used with hotkeys. In other words, if the user has swapped the buttons via system settings, LButton:: is physically activated by clicking the right mouse button, but Send {LButton} performs the same as physically clicking the left button.
List of Keys (Keyboard, Mouse and Joystick)
https://www.autohotkey.com/docs/KeyList.htm#mouse-general

Variables

Variables and Expressions
See Variables for general explanation and details about how variables work. Storing values in variables: To store a string or number in a variable, there are two methods: legacy and expression. The legacy method uses the equal sign operator (=) to assign unquoted literal strings or variables enclosed in percent signs.
Variables and Expressions
https://www.autohotkey.com/docs/Variables.htm#ThisHotkey
 
 
 

Table of Contents
Auto Hot KeyKeysVariables

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/HCI/Computer Keyboard/Keyboard Language/
AHK
Copyright Seonglae Cho