Autoclicker using F5

broken image

PS: are you sure you want F4 to adjust the brightness? the F4 in the above script increases the volume):į4:: AdjustBrightness(-1) decrease gamma value by 1 (-1)į6:: DisplaySetBrightness(128) set gamma to standard value (128)į5:: AdjustBrightness(+1) increase gamma value by 1 (+1) SendInput Just add this to the script (remember to delete lines 25-37 as this will replace the F4, F5 and F6 keys). F4 key by default, Fn+F4 is now Volume Up F3 key by default, Fn+F3 is now Volume Down F2 key by default, Fn+F2 is now Mute/Unmute

broken image

F1 key by default, Fn+F1 is now Play/Pause If you want the buttons to function as they are, add a semicolon ( ) to the beginning of each line below. OPTIONAL: For those who use Home/End more than PgUp/PgDown, this flips their use with the Fn key. SetWorkingDir %A_ScriptDir% Ensures a consistent starting directory. SendMode Input Recommended for new scripts due to its superior speed and reliability. #NoEnv Recommended for performance and compatibility with future AutoHotkey releases.

broken image