We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
Click to win - a quicker way
Options
Comments
-
Just one more question please SpaceyKevin
Everything working great, while the programme is running, i have noticed my browser tries to download files, can i stop this happening please?
Thanks
Whoops! I forgot that Alt + clicking a link in Chrome will try to save the link! The macro activates when Alt + C is pressed and since the macro sends a "mouse click" command almost immediately after the keypress, the "click" will be combined with the Alt key.
You can add a delay before the loop begins so you have time to release the Alt key.
!c:: ; Alt + C activates the macro
sleep 1000 ; Waits 1 second (to help avoid Alt-clicking)
loop, 50 ; Loop begins
Or you can assign a different shortcut to the macro (one that doesn't use the Alt key).0 -
SpaceyKevin wrote: »Whoops! I forgot that Alt + clicking a link in Chrome will try to save the link! The macro activates when Alt + C is pressed and since the macro sends a "mouse click" command almost immediately after the keypress, the "click" will be combined with the Alt key.
You can add a delay before the loop begins so you have time to release the Alt key.
!c:: ; Alt + C activates the macro
sleep 1000 ; Waits 1 second (to help avoid Alt-clicking)
loop, 50 ; Loop begins
Or you can assign a different shortcut to the macro (one that doesn't use the Alt key).
Ah, i understand, thanks, could i use Ctrl + C?
Would that work?
I have tried that, still doing the download thing
Is this correct please?
; ; ; ; ;
^!r::Reload ; Reloads the Autohotkey script
!c:: ; Alt + C activates the macro
sleep 1000 ; Waits 1 second
loop, 50 ; Loop begins
{
click ; Sends a mouse click
send ^{tab} ; Moves onto the next tab
sleep 1500 ; Waits 1.0 seconds
ifwinactive, New Tab ; Checks if the "New Tab" tab is currently active
break ; Stops the loop if the "New Tab" tab is active
}
return
; ; ; ; ;0 -
Ah, i understand, thanks, could i use Ctrl + C?
Would that work?
I have tried that, still doing the download thing
Is this correct please?
; ; ; ; ;
^!r::Reload ; Reloads the Autohotkey script
!c:: ; Alt + C activates the macro
sleep 1000 ; Waits 1 second
loop, 50 ; Loop begins
{
click ; Sends a mouse click
send ^{tab} ; Moves onto the next tab
sleep 1500 ; Waits 1.0 seconds
ifwinactive, New Tab ; Checks if the "New Tab" tab is currently active
break ; Stops the loop if the "New Tab" tab is active
}
return
; ; ; ; ;
The !c:: part of the script defines the key combination that activates the macro. In terms of Autohotkey, the ! symbol represents the Alt key, and C represents...C. If you want to use Ctrl + C instead, replace !c with ^c (^ represents Ctrl). However, Ctrl + C is already widely used by many operating systems as the "Copy" shortcut so I'd use a different combination instead to avoid conflicts. Something like Ctrl + J ( ^j ) would be better since that key combination is rarely used.0 -
Thank you very much SpaceyKevin0
-
I Mostly use a tablet (Android) to enter competitions via Firefox and/or Chrome (sometimes the Dolphin Browser) do the apps mentioned work via Android browser?0
-
-
Can I ask where do you put your email on the script? TIA0
-
compingtinkertink2010 wrote: »Can I ask where do you put your email on the script? TIA
The email box above the entry button should already be filled in if you've previously entered a C2W competition from the same site.0 -
Thank you I understand now lol it clicks the button and moves on - I can be a bit dim sometimes! Thanks x0
This discussion has been closed.
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 350.8K Banking & Borrowing
- 253K Reduce Debt & Boost Income
- 453.5K Spending & Discounts
- 243.8K Work, Benefits & Business
- 598.6K Mortgages, Homes & Bills
- 176.8K Life & Family
- 257.1K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.6K Read-Only Boards