Is it possible to make "J" a hotkey that will cause a mouseclick and also just send 1 "J" to the window?
I'd like to have my pause button double as a mouseclick but I am not sure how to make it do this without starting an infinite loop of mouseclicks...
I tried
j::mouseclick, left send j
but I am loopin...