notes autohotkey manual

google ahk manual
Version 1.1.24.05
https://autohotkey.com/docs/AutoHotkey.htm

Quick Reference

Basic Usage and Syntax

Hotkeys

`::
msgbox 1Click
return
`::msgbox 1
` & 1::msgbox 1

Other Features:

` & 1::AltTab  ; Hold down right-control then press right-shift repeatedly to move forward.
` & 2::ShiftAltTab  ; Without even having to release right-control, press Enter to reverse direction.

Hotstrings & auto-replace

::\1::11
::\1::
msgbox 1
return

Remapping keys and buttons

1::2

Key List (Keyboard, Mouse, Joystick)

https://autohotkey.com/docs/KeyList.htm

Scripts

msgbox 1

Variables and Expressions

v1 := 123
v2 := "abc"
v3 := 1+1
msgbox, %v1%%v2%%v3%

Mouse and Keyboard

Hotkeys and Hotstrings

#If

#If WinActive("ahk_exe explorer.exe")
`::msgbox 1
#If
#If WinActive("ahk_exe notepad.exe")
`::msgbox 2
#If

note:To turn off context sensitivity, specify #If or any #IfWin directive but omit all the parameters.

MouseClick

windows7sp1点击开始

`::MouseClick, left, 33, 920

MouseGetPos

MouseGetPos, xpos, ypos
Msgbox, The cursor is at X%xpos% Y%ypos%. 

MouseMove

MouseMove, 200, 100

Send, SendRaw, SendInput, SendPlay, SendEvent

`::send {bs 5}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值