Search found 497 matches

by derz00
29 Feb 2016, 08:10
Forum: Ask for Help (v1)
Topic: Need Help Creating Loop | Auto Types Command | Every 1minute Topic is solved
Replies: 3
Views: 1586

Re: Need Help Creating Loop | Auto Types Command | Every 1minute Topic is solved

wizardzedd, will that loop? What does return do here? Go back to SetTimer?
by derz00
27 Feb 2016, 14:19
Forum: Ask for Help (v1)
Topic: Capturing keystrokes
Replies: 2
Views: 1246

Re: Capturing keystrokes

Is there already a button on your computer to disable it, @Judynue? That you want AHK to send? Or what do you mean by "capture the key"? :think:
by derz00
26 Feb 2016, 15:25
Forum: Ask for Help (v1)
Topic: Script only works once
Replies: 25
Views: 5789

Re: Script only works once

To create a clumsy delay with WinWait, you would do it like this: WinWait, , , 5 I can't prove whether or not this would work. This is how you delay 5 seconds: Sleep, 5000 Much more reliable, accurate, and specific. (Someone reviewing your code would actually know what you mean.) :) So it goes, we a...
by derz00
25 Feb 2016, 17:32
Forum: Ask for Help (v1)
Topic: Script only works once
Replies: 25
Views: 5789

Re: Script only works once

So how long is your timeout?
by derz00
25 Feb 2016, 16:58
Forum: Ask for Help (v1)
Topic: Script only works once
Replies: 25
Views: 5789

Re: Script only works once

Whoa, buddy, what does WinWait 5 mean? Looks scary to me...
by derz00
22 Feb 2016, 17:03
Forum: Wish List
Topic: Windows 10 virtual desktops
Replies: 5
Views: 3317

Windows 10 virtual desktops

I hope the good AHK team is working on a way to work efficiently with Windows 10's virtual desktops. Detect how many are open. Close them with a single command. Open. Maybe switch through them, all without using the hotkeys. Also, finding windows in other desktops if you want. Hopefully to specify w...
by derz00
12 Feb 2016, 17:46
Forum: Ask for Help (v1)
Topic: Code failing
Replies: 0
Views: 498

Code failing

Can someone tell me what is wrong with the following script? If returns error code 3221225725 in Scite. ^Home:: KeyWait, Down, d start: count += 1 Keywait, down, d T3 If Errorlevel gosub, end else gosub, start End: MsgBox, There are %count% lines return I'm trying to get it to count the number of ti...
by derz00
11 Feb 2016, 16:36
Forum: Ask for Help (v1)
Topic: Run command
Replies: 3
Views: 939

Re: Run command

Cool. But the script the above line is in will look in the folder the script itself is in and if the file is not there it will make one. There's no way to specify the path of the .ahk file? Excuse my stupidity.
by derz00
11 Feb 2016, 12:03
Forum: Ask for Help (v1)
Topic: Run command
Replies: 3
Views: 939

Run command

The help file has a big lecture on "Run", but I'm lost. Can someone tell me how to do a simple thing like opening an ahk file in SciTE4AutoHotkey? :think:
I couldn't find anything on this forum either, or is that because I don't know how to use the search feature? :?
by derz00
11 Feb 2016, 11:23
Forum: Ask for Help (v1)
Topic: Trigger script at certain time
Replies: 6
Views: 4925

Re: Trigger script at certain time

Well, I thought I knew quite a bit about AHK coding. However, your simple script proves me wrong. I haven't got into those complicated functions a lot. So, it's going to check the time, find how long till 10:00 PM, and wait till then? I'll have to analyze, tweak, experiment with your script to learn...
by derz00
11 Feb 2016, 11:13
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 625426

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Is there a way in Scite4AutoHotkey to see all the variables in your script and their values? I thought I saw that one time, and I can't find it now. Unless I'm wrong? Edit: Sorry, I found it now. It's when you double click on the tray icon (what is that window called?) and pressing Ctrl + v. Talk ab...
by derz00
11 Feb 2016, 11:12
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 995816

Re: Macro Creator v4.1.3 - Automation Tool (Recorder & Writer)

Hi Pulover,
I like the idea of your Macro Creator. I'm looking forward to your next version, and being able to easily download it without all those blocks and warnings.
For features, I'm hoping for big buttons to record and run, etc., other buttons can be smaller. Thanks for your work!
by derz00
06 Feb 2016, 16:46
Forum: Ask for Help (v1)
Topic: Trigger script at certain time
Replies: 6
Views: 4925

Re: Trigger script at certain time

Sorry. I'm lost. It's 4:30 PM, and I ran that script just as it is. The computer shut down. :o :shock: ;) No big deal. No unsaved work lost. But what is it supposed to do? As for the task scheduler, I just must not know how to run it, because I made an AHK script to shutdown, which worked when I ran...
by derz00
05 Feb 2016, 16:39
Forum: Ask for Help (v1)
Topic: Trigger script at certain time
Replies: 6
Views: 4925

Trigger script at certain time

Hi AHK experts, I've been wondering if there is a way to start your script at a certain time. E.g. my script says this: Run, %comspec% /c shutdown /p /f I want to shut down my computer every night. I tried triggering it with Task Scheduler, but haven't got that working yet. :? :problem: Can't AHK do...
by derz00
02 Feb 2016, 18:10
Forum: SciTE4AutoHotkey
Topic: Scite4AutoHotkey website
Replies: 1
Views: 5217

Scite4AutoHotkey website

Hi, today I wanted to download the update for Scite4AHK, but the the browser only returns the following: dial tcp 109.201.146.2:80: getsockopt: connection refused Does anyone else have this problem? Or do I just wait until something works? Doesn't really matter if I have to wait, just wanted to let ...
by derz00
02 Feb 2016, 18:03
Forum: Ask for Help (v1)
Topic: Detecting Windows 10 on screen keyboard
Replies: 3
Views: 1600

Re: Detecting Windows 10 on screen keyboard

Ya, I'd like to know things like that too. I mean, if a hotkey makes things happen, how do you make something else trigger it? Like a certain time? A certain program starting? Etc Etc. :problem: :?: :think:

Go to advanced search