Hello
I try to make scanning more quickly. Instead of turning mouse whell by hand I try to do it by foot ( I put mouse on the floor). It will be more comfortable to trigger making photo not by turning mouse whell but just by mouse click. I write simple code in AHK but it doest't work:
Click
send, {F8}
return
How to correct this code ?
Best regards
Daniel Reetz, the founder of the DIY Book Scanner community, has recently started making videos of prototyping and shop tips. If you are tinkering with a book scanner (or any other project) in your home shop, these tips will come in handy. https://www.youtube.com/channel/UCn0gq8 ... g_8K1nfInQ
AHK script : mouse click -> F8
Re: AHK script : mouse click -> F8
The perfect will be if it will be Right Click
-
- Posts: 351
- Joined: 01 Jun 2014, 17:04
- Number of books owned: 1000
- Country: United States of America
Re: AHK script : mouse click -> F8
I'm not sure how to do exactly what you want. But you might give a USB foot pedal a try. They are fairly cheap and they act as a programmable one-key 'keyboard' that can send any key or even a mouse click to your computer. It might be a good way to trigger things for you.
-D
-D
Re: AHK script : mouse click -> F8
Code: Select all
Rbutton::
send {F8}
return
Who is online
Users browsing this forum: No registered users and 1 guest