Search found 25 matches

by Divvy
03 Aug 2018, 13:26
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

Hello GEV :) Maybe you can help me again. I'm looking for a little upgrade in the script that you wrote. 1) Regarding the issue of the default button "Send" not working. Do you already know how to solve it? I want to prevent GUI window to disappear when I use double-click. Or as an alternative, is i...
by Divvy
23 Jul 2018, 16:29
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

Glad you like it, but unfortunately it doesn't quite work perfectly. You can't send the selected item by clicking on the default button Send or by pressing Enter. :problem: Maybe someone can fix it. Is not a problem for me, double-click is working fine and is faster this way. when I select #, is sh...
by Divvy
23 Jul 2018, 14:28
Forum: Ask for Help (v1)
Topic: Can someone help me fix this script code? Topic is solved
Replies: 5
Views: 1071

Re: Can someone help me fix this script code? Topic is solved

gregster, thank you for your response.

GEV, the creator of the script, already solved this for me in the initial thread.

Thank you anyway :)
by Divvy
23 Jul 2018, 13:23
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

wolf_II wrote:May there be a mistaken ListLines for error?
I made also an attempt in the new thread.
Thank you for your time and for trying to help me, mate!

But it seems that everything is fine now :)

Thanks!
by Divvy
23 Jul 2018, 13:22
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

GEV, you're the man !!!

Thank you so much, that option with drop-down menu is much better :)

I only changed this line:

Code: Select all

Keys := ["#","1","2","3","4","5","6","7","8","9","0"]
with this:

Code: Select all

Keys := ["#"]
Because when I select #, is showing the domains starting with numbers too. Is that ok?
by Divvy
23 Jul 2018, 13:19
Forum: Ask for Help (v1)
Topic: Can someone help me fix this script code? Topic is solved
Replies: 5
Views: 1071

Re: Can someone help me fix this script code? Topic is solved

Thank you for your response, wolf_II. 1. linkslist.txt example: # 21domain.com http://21domain.com (note test) 666domain.com http://666domain.com A adomain.com http://adomain.com artdomain.com http://artdomain.com - artsubdomain.com http://artdomain.com - pinksubdomain.com http://pinksubdomain.com a...
by Divvy
23 Jul 2018, 04:19
Forum: Ask for Help (v1)
Topic: Can someone help me fix this script code? Topic is solved
Replies: 5
Views: 1071

Can someone help me fix this script code? Topic is solved

Hello guys, I have this script code created by the member GEV : #NoEnv #SingleInstance Force SetWorkingDir %A_ScriptDir% WinTitle := "Edit Model ‹ Agency — WordPress - Google Chrome:" Keys := ["#","1","2","3","4","5","6","7","8","9","0"] for each, key in Keys Hotkey, !+%key%, Create_LV_Key, On Loop,...
by Divvy
23 Jul 2018, 03:45
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

1st option: Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed. ---- C:\Users\bestl\Desktop\test.ah...
by Divvy
23 Jul 2018, 03:07
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

If I put in the first line: ListLines off #NoEnv (...) I get this: Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds...
by Divvy
23 Jul 2018, 02:48
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

If I close the window manually, the same window appears. I can't even see the GUI window.

Screenshot: http://take.ms/uLtwm
by Divvy
23 Jul 2018, 02:26
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

Like this? #NoEnv #SingleInstance Force SetWorkingDir %A_ScriptDir% WinTitle := "Edit Model ‹ Agency — WordPress - Google Chrome:" Keys := ["#","1","2","3","4","5","6","7","8","9","0"] for each, key in Keys Hotkey, !+%key%, Create_LV_Key, On Loop, 26 Hotkey, % "!+" Chr(A_Index + 64), Create_LV_Key, ...
by Divvy
22 Jul 2018, 18:20
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

That's weird working for you and not for me, we both are using the same software versions.
What could be? No idea?

Maybe an alternative for the letters/numbers selection?

Can someone help us, please? :)
by Divvy
22 Jul 2018, 17:50
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

I also use Win10 Win64
And same AutoHotkey version

I have restarted my computer but got same errors again when I run the script.

Please don't give up yet, I know you can do it :)
by Divvy
22 Jul 2018, 17:14
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

Same error, but this time have more error lines: Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed...
by Divvy
22 Jul 2018, 16:31
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

Thank you so much :) But is giving me an error when I run it: Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds sinc...
by Divvy
22 Jul 2018, 12:09
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

I was thinking since I have a big list of domains, do you have any idea how to show domains per selected letter instead of loading full list? For example, my list format: # 21domain.com http://21domain.com A artdomain.com http://artdomain - subdomainart.com http://artsubdomain.com animaldomain.com h...
by Divvy
22 Jul 2018, 10:49
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

OMG is working perfectly !!!

Thank you so much, mate!! You're a lifesaver :D
by Divvy
22 Jul 2018, 04:34
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

Working perfectly now, thank you so much!! :D Just two "little" things: 1- In my list, I have subsites listed in this format: domain.com http://domain.com - subdomain1.com http://subdomain1.com - subdomain2.com http://subdomain2.com - subdomain3.com http://subdomain3.com Is it possible to ignore the...
by Divvy
22 Jul 2018, 03:52
Forum: Ask for Help (v1)
Topic: Is is possible to use auto copy/paste? Topic is solved
Replies: 39
Views: 5555

Re: Is is possible to use auto copy/paste? Topic is solved

That's weird, the 1st code is not working for me and I think I'm doing everything correctly. The 2nd option is a much better option, thank you so much my friend! But when I press send, is not sending the domain name. I need: field1: domain.com (selected) field2: http://domain.com (selected) And is s...

Go to advanced search