How to bind a mouse to a key in AHK language? -


i new ahk. know how bind key key (a::b), possible bind key mouse click?

it depends on key want bind. can use

a::click    ; of keys `;::click   ; escaping special characters such ";" required 

Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

delphi - Take screenshot in webcam using VFrames in Console Application -

hibernate - Error accessing field [private java.lang.String entities.Register.numVocher] by reflection for persistent property [entities.Register#numVocher] -