Search found 7 matches

by delseyyy
14 Jan 2023, 10:03
Forum: Ask for Help (v1)
Topic: Stop GetKeyState from triggering on simulated keypresses
Replies: 2
Views: 210

Re: Stop GetKeyState from triggering on simulated keypresses

GetKeyState may or may not be querying the physical state of whatever key ure asking it to look at. this is explained in the parameters section. first work on checking if it is actually querying the physical state, instead of the logical I know that it is not necessarily querying the physical state...
by delseyyy
14 Jan 2023, 09:34
Forum: Ask for Help (v1)
Topic: Stop GetKeyState from triggering on simulated keypresses
Replies: 2
Views: 210

Stop GetKeyState from triggering on simulated keypresses

Hi, I'm trying to write a script that goes down faster than normal when holding Alt in Addition to Arrowkey Down. This sounded simple at first, but I can't get it to work, because (I think) GetKeyState will randomly (based on timing) detect the Down-Key as Up because it was just released by the scri...
by delseyyy
28 May 2018, 09:21
Forum: Ich brauche Hilfe
Topic: Überarbeitung der AUtokorrektur von 2 GRoßbuchstaben in einem WOrt
Replies: 3
Views: 1981

Re: Überarbeitung der AUtokorrektur von 2 GRoßbuchstaben in einem WOrt

Moin, die Diskussion in dem von Dir verlinkten Beitrag zeigt, dass die Anforderungen unterschiedlicher User recht unterschiedlich sind. Welche Version des Skripts ist denn Dein Ausgangspunkt? Das ist eine echte Herausforderung für ein Skript, das sich auf die Aufeinanderfolge einzelner Hotkeys stüt...
by delseyyy
27 May 2018, 14:22
Forum: Ich brauche Hilfe
Topic: Überarbeitung der AUtokorrektur von 2 GRoßbuchstaben in einem WOrt
Replies: 3
Views: 1981

Überarbeitung der AUtokorrektur von 2 GRoßbuchstaben in einem WOrt

Hi, dies ist mein Versuch, wieder ein wenig Aufmersamkeit auf eine ganz spezifischen Funktion der Autocorrect.ahk zu lenken, nämlich der, die das versehentliche GRoßschreiben von zwei, anstatt einem BUchstabe korrigiert. Etwa 80% meiner Fehler ist dieser, daher suche ich bereits seit längerer Zeit n...
by delseyyy
27 May 2018, 08:00
Forum: Ask for Help (v1)
Topic: If Alt&Tab held for certain amount of time, release tab
Replies: 1
Views: 453

If Alt&Tab held for certain amount of time, release tab

Basically, I have a problem with my keybord when it's automatically changing profiles. (Different profiles for chrome, desktop, word etc because of different hotkeys) These problems occur, when the profile changes while you are holding a key. Often, it will think that you are still pressing a key, e...
by delseyyy
24 May 2018, 10:50
Forum: Scripts and Functions (v1)
Topic: Extremely simple script to make Windows SnippingTool a bit more satisfying to use
Replies: 1
Views: 2022

Extremely simple script to make Windows SnippingTool a bit more satisfying to use

PrintScreen:: Run, "SnippingTool.exe" ,, min WinWait, Snipping Tool ControlSend, , !{n}, ahk_class Microsoft-Windows-SnipperToolbar This works on Win10. If your Win can't find the .exe look up THIS thread. Edit: I updated it so that by hitting escape, it closes the snipping-screen. Edit2: Updated a...
by delseyyy
01 Jan 2018, 17:17
Forum: Gaming Help (v1)
Topic: Create a hotkey for a series of inputs Topic is solved
Replies: 1
Views: 630

Create a hotkey for a series of inputs Topic is solved

I want to be able to run a script when typing a certain sequence of characters. For example: Hold Alt (!), then type A, type B, Type C. (Not all together, one after the other) My idea was to create a hotkey for !A:: then check if B and C are typed in a certain timespan. If a key other then b is bein...

Go to advanced search