Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Point and Click Extension ?

Hi,  i am trying to make something work for my friend who has a physical disability. Practically id like to change the "drag and drop" system for tokens to a point and click. I thought about selecting a token, pressing a botton on the screen or keyboard and the token will start following the mouse until the next click? Anything like this possible?
1743968867
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Unfortunately, not with a Mod script in Roll20. You'd need to write a browser extension. It's possible to do with a lot of investigating of the source code that is running on the browser, but there isn't any documentation of it and no one to support it.
I don't know if this is an option for your, but some mouses allow you to create custom input macros bound to the mouse controls - for example, to toggle between left mouse button held down, and left mouse button up. I believe you should be able to do this with autohotkey, too, if dedicated mouse software isn't an option. Such a macro (from outside roll20) should answer the need of your friend.
1743992832
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Nice suggestion Tuo!