Useful AHK Scripts
Useful AHK Scripts
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey
releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reli
ability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
GroupAdd, SW, ahk_exe blender.exe
#IfWinActive, ahk_group SW ; Only run the script if ZBrush is the active windo
w
SetCapsLockState, AlwaysOff
*CapsLock::Send {Shift down}
*CapsLock Up::Send {Shift up}
*Shift::Send {Ctrl down}
*Shift Up::Send {Ctrl up}
*`::0
*F1::9
*F2::8
*F3::6
*a::x
*d::z
*F4::-
*x::a
*e::s
*s::y
*z::n
*q::p