Search found 29 matches

by CAH9t
24 Sep 2017, 23:18
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

Problem solved, workaround found (now it's being fire-tested) . All it took one man to do the test I asked with results reported. Thank you ever so much, Noesis.
by CAH9t
12 Sep 2017, 08:52
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

You can try using Critical or SetBatchLines . Thanks, Capn. I thought so too but no dice. Noesis , thank you, brother, for your thoughtful reading and verbose report in style :bravo: . Ok so I tried your test, and I got papa for all of them. My first guess is that your p-key scancode isn't SC019 , ...
by CAH9t
11 Sep 2017, 01:05
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

Exaskryz wrote:77ms average
Friend, you're way quicker than that real-life, trust me. And I presume you're hitting one button very frequent-like so it should be way way quicker than 77ms average. Thank you, again. Till later.
by CAH9t
11 Sep 2017, 00:06
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

First of all, thank you all involved. Second. Please, one last time, read it thoughtfully or don't read at all. From what I see in your response, We're not talking right now. Me in your eyes sorta bad guy trying to badmouth ahk. I'm sorry if it sounded like that. I've been using ahk for quite a time...
by CAH9t
10 Sep 2017, 11:13
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 143
Views: 220973

Re: Mouse And Keyboard Macro Recorder v4.5

Hi, feiyue . Long time no see. Could you get back to 4.1 version with automatic conversion after setting image origin and hopefully with window relative checkbox, please. First of all, I don't absolutely see any usefulness in screen relative coordinates so it's very counter productive to convert the...
by CAH9t
09 Sep 2017, 09:14
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

So it has nothing to do with KeyWait . Man, Read my first post. no matter the key ; getkeystate alternative, "LCtrl down:: LCtrl up::" cunning alternative So it has to something to do with keywait also (and the others) whether you call it or not. It has everything to do with fundamentals that are b...
by CAH9t
08 Sep 2017, 21:39
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

The code shows the time between the hotkey triggering and executing the tooltip line the reaction of keywait on event "Lctrl released" should be zero and triggering and executing like you said should much quicker than 77ms average or so (as I said so many times - 20-50ms is the real (I repeat) real...
by CAH9t
07 Sep 2017, 20:55
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

I don't think KeyWait has any inherent delay, but there may be a keyboard driver level delay. I get timings as low as 47 milliseconds with your first code block. Hi, Exaskryz, "as low as" and "average" are the serious differences here, I've got as low as 32ms :dance: , but the average time is about...
by CAH9t
07 Sep 2017, 20:46
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Re: Keywait has Delay?

I'm not sure I understand what you mean. Your examples behaves as I expect. I'll try again :) . The code shows the realtime delay between the reaction of keywait on event "Lctrl released", which should be zero, but it's obvious that it's much more (time difference between real quick press\release i...
by CAH9t
07 Sep 2017, 13:46
Forum: Ask for Help (v1)
Topic: Keywait has Delay?
Replies: 23
Views: 6115

Keywait has Delay?

Just try Pretty simple experiment (hit it real fast and note the delay between presses): LCtrl:: keywait,LCtrl tooltip, % A_TimeSinceThisHotkey return Then compare it to LCtrl:: tooltip, % A_TimeSinceThisHotkey return I'm experiencing pretty heavy pings from keywait (average 100ms, real timings shou...
by CAH9t
20 Aug 2017, 11:00
Forum: Announcements
Topic: [closed][POLL] Commissions sub-forum
Replies: 107
Views: 64470

Re: [POLL] Commissions sub-forum

Very fishy stuff with bundle of very much unpredictable scenarios. Ahk is one thing, life (aka marketing and economy) and everything about donating (aka green matter) is another . I don't really think that you can balance your course so it won't dissuade experienced coders to help people for an idea...
by CAH9t
20 Aug 2017, 04:05
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 202
Views: 116760

Re: CodeQuickTester - Write and run code without touching the file system

Thank you very much, GeekDude. I see some great additions and fixes.
by CAH9t
16 Aug 2017, 08:16
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 983013

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

hasantr wrote: Actually, I do not quite understand what the problem is. Maybe this can help.
I know, I know. I don't understand it myself - shoulda worked. And of course it's of no help, I tried all sorts of combinations of those options and winXP/win7 .
by CAH9t
13 Aug 2017, 21:47
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129560

Re: Screen clipping

So it's clear as a day, I'm having a unique situation, I have one or two theories on why that's happened and thanx for the feedback anyway.
by CAH9t
13 Aug 2017, 12:04
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129560

Re: Screen clipping

Why not simply keep those several clips open, move them in the pattern you want and then make a new clip that contains all of them? Example with the Google start page logo http://i.imgur.com/TjqDqci.png Wow, sorta captain-evidently. It's so simple a solution and more so logical that I've tried it a...
by CAH9t
13 Aug 2017, 10:35
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129560

Re: Screen clipping

Hi, Joe. Interesting app you have there. I don't know how to tell it to make myself clear. Let's just say, Is there any option to make a clip including several other clips that are affected by the selection or should I say clip on clip ? I hope it's not too perverted of a want :) . I know a workarou...
by CAH9t
13 Aug 2017, 06:45
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 202
Views: 116760

Re: CodeQuickTester - Write and run code without touching the file system

It already is configurable in the Settings array at the top of the script. I'm looking to change the default setting in that array. I'm not sure that I've changed it right there, but I have already set the courier new 12 (somewhere :) ) -- with maximized window rather comfortable for my eyes. I've ...
by CAH9t
12 Aug 2017, 01:05
Forum: Scripts and Functions (v1)
Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Replies: 202
Views: 116760

Re: CodeQuickTester - Write and run code without touching the file system

Hi GeekDude. Thank you. Very nice work! Undo buffer pleases my heart. And template option is convenient. About font. My money is on Courier new 11 or 12 ( I marked 12 in the vote ). Current is way too rough on my eyes (too small on 24' 1080p). The way I see the spread of votes is everybody has his o...
by CAH9t
11 Aug 2017, 20:40
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 983013

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

Practically it can't record a single controlclick! Don't know why, but it's a fact. Code looks fine.
by CAH9t
11 Aug 2017, 09:08
Forum: Ask for Help (v1)
Topic: Typo on press\release
Replies: 3
Views: 1038

Re: AHK has smbs' problem

Masonjar13 sleep 0 or sleep10 it doesn't matter result is the same, besides, you see that SC028:: keywait, SC028, If (A_TimeSinceThisHotkey <200) sendInput, {SC028} return has no visible delay so obviously your advice is beside the point. You may just try the code and try to type smb's real fast wit...

Go to advanced search