Riccardo wrote:
This script disables the right button mouse context menu.
That shouldn't be.
How can I use the right mouse button double click without loosing the context menu?
cu
Richard
i reply to this older thread,
because i was having this same problem also,
and want to maybe help others who wish to enjoy this functionality --->
i also use StrokeIt configed to activate w/ the RButton,
and this script doesn't interfere with that, or with any Rclick-drag.
********************
i use Ditto clipboard manager, and set Alt-C as my hotkey to activate it out of the systray.
i wanted to further bind Alt-C so i could activate it with a Rclick but not have the context menu messed up,
so i experimented with this script and changed the line
If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 500) {
to the value of 100 ms instead of 500 ms, like so :
If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 100) {
thinking that it would require a faster double-click, and it does work!
so, if i only single click, the context menu comes up like normal,
but if i double-click (relatively) fast -
(obviously fine-tuned for my neuromuscular system 100 ms is fine),
then it sends Alt-C and fires up Ditto.
This greatly increases my productivity & enjoyment,
and i surely thank the people who contribute here on AHK
