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!
Competitions Discussion Thread Part 11
Options
Comments
-
-
As suggested in Martin's Comping for Cash guide (here), you can use Autohotkey to set-up hotstrings to quickly type data into forms.
I've written a custom script which really helps me. I still only have to think of the data, but the first letter of each bit of information fills out the form for me, allowing me to quickly tab over to the next item.
The key thing with this is that it's togglable, so it is not always on, and does not disrupt your normal usage.
All you do is change (or add) your own details in the top section (you probably want to add things like phone numbers when you press 0 etc) and then Ctrl-Alt-F to turn form filling on or off (you'll get a handy tray notification to tell you which state it's in)
The code is as follows:DetectHiddenWindows, On
#IfWinExist,FormFiller134679852
;EDIT BELOW HERE ONLY
:c*:A::Andreas
:c*:G::Griffin:2::Number 2, Your Road
:c*:S::Somewhere
:c*:w::Wherever
:c*:e::etc
;EDIT ABOVE HERE ONLY
#IfWinExist
^!F::
WinGetActiveTitle, PreviousWindow
IfWinExist, FormFiller134679852
{
TrayTip,Form Filler,Form Filling Disabled,5,1
SetTimer, RemoveTrayTip, -3000
Gui, Destroy
}
else
{
TrayTip,Form Filler,Form Filling Enabled,5,2
SetTimer, RemoveTrayTip, -3000
Gui, -MinimizeBox +AlwaysOnTop
Gui show, x-1000 y-1000 h1 w1 hide, FormFiller134679852
;WinHide, FormFiller134679852
WinActivate, %PreviousWindow%
}
return
RemoveTrayTip:
TrayTip
return
Hope that helps some of you out anyway, and if you have any questions, shout!0 -
Shes now taken all the comps off too unless I'm going mad (which is very possible)0
-
nope you're right she's removed every post she made and just left up those (that aren't criticising her) on the page.
she was online on mse in the last half hour so has probably read what has been said here.comps total: Jan 2010 £6000:j
A-Z (124)[STRIKE]A B C D[/STRIKE] E [STRIKE]F G H I [/STRIKE]J [STRIKE]K L [/STRIKE]M N O [STRIKE]P[/STRIKE] Q R [STRIKE]S T[/STRIKE] U [STRIKE]V W X[/STRIKE] Y Z0 -
I just use Roboform to fill the forms... One click, and it fills all the form fields for you.0
-
Yeah, but you have to pay for the full version of Roboform, plus you have to have an extra bar in firefox, and it's an extra thing to be running...
AutoHotkey uses pretty much no memory and I use it for other things too, such as making capslock behave - shift capslock turns it on or off, otherwise it does nothing... same with insert...Capslock::Shift
+Capslock::
state := GetKeyState("Capslock", "T")
if (state = True)
SetCapsLockState, off
else
SetCapsLockState, on
return
Insert::Shift
+Insert:: send {Insert}
return0 -
Seems awfuly long winded to me
I'll stick with Roboform0 -
hertzyabazas wrote: »Seems awfuly long winded to me
I'll stick with Roboform
Fair enough. I'm just putting it out there as an option. Only needs copying and pasting into a txt document and running autohotkey tho!0 -
hiya, has anyone got a spare 5 mins to help with this puzzle, am doing the That's Life Summer Special but am stuck on a few including this one,
thanks if anyone can xxxxplease be a responsible pet owner & spay/neuter your pets, too many strays & not enough homes for them sadly.0 -
I haven't got a working printer Korks at mo. It is hard to do it on screen, but SKI is followed by the square with LLS. Second row, 5 squares across. Perhaps that will help a bit. Reefer and Skills are formedWe could all learn a little something from the weather. It pays no attention to criticism.0
This discussion has been closed.
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 351K Banking & Borrowing
- 253.1K Reduce Debt & Boost Income
- 453.6K Spending & Discounts
- 244K Work, Benefits & Business
- 598.9K Mortgages, Homes & Bills
- 176.9K Life & Family
- 257.3K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.6K Read-Only Boards