ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Help req automating some typing type stuff - autohotkey? skrommel?

<< < (5/5)

Carol Haynes:
Huh?   Works perfectly here... are you maybe using some other scripts that conflict?
--- End quote ---


Must be a Maxthon compat issue as it works in FireFox

Carol Haynes:
I have tried modifying it so there isn't an obvious clash, but it still doesn't work in Maxthon ???


--- ---:^+!o*:.img::
InputBox, SearchWords, Forum - enter image, Enter the image URL:
SetKeyDelay 0
SendRaw [img]%SearchWords%[/img]
return

:^+!o*:.url::
InputBox, FullURL, Forum - enter full URL to link to, Enter the full URL (inc. http://,

ftp:// etc):
InputBox, URLlabel, Forum - enter text display label, Enter text label to display on page: 
SetKeyDelay 0
SendRaw [b][url=%FullURL%]%URLlabel%[/url][/b]
return

The hotkeys work, in that the boxes pop up ok but when it tries to past it doesn't produce any text ???


Carol Haynes:
Here is a workaround for anyone else having problems with this script ...

Basically it uses the cliboard to paste the code into the text. If it doesn't work, then simply press control V to paste the clipboard contents:


--- ---:^+!q*:.img::
InputBox, SearchWords, Forum - enter image, Enter the image URL:
SetKeyDelay 0
ClipBoard = [img]%SearchWords%[/img]
Send ^V
return

:^+!q*:.url::
InputBox, FullURL, Forum - enter full URL to link to, Enter the full URL (inc. http://, ftp:// etc):
InputBox, URLlabel, Forum - enter text display label, Enter text label to display on page: 
SetKeyDelay 0
ClipBoard = [b][url=%FullURL%]%URLlabel%[/url][/b]
Send ^V
return

Navigation

[0] Message Index

[*] Previous page

Go to full version