Scripts and Functions (v1) • Re: [Class] Monitor (Brightness, Contrast, Gamma...
@jNizM First of all, thank you for this. It helps a lot.I have a silly question but i'm no t being able to find the answer anywhere. Is it possible to apply a different gamma ramp to a specific region...
View ArticleIch brauche Hilfe • Re: Link mit verschiedenen Browsern öffnen
@gero Danke für die Anerkennung, aber das habe ich mir hier im Forum abgeschaut. Es ist nicht mein eigenes Verdienst.@Helmut2 Um herauszufinden, ob dein launcher.exe oder loader.exe das direkte...
View ArticleAsk for Help (v2) • Trouble creating a switch
CODE: switch := 1MsgBox(switch) ;outputting current switch status at launchF23::output()F24::switch()switch(){ if switch = 0 { switch := 1 ;if switch is off, turn it on } }output(){ if switch = 1 {...
View ArticleScripts and Functions (v2) • Library for accessing the Windows Explorer
Hello! This is my first post here (even though I've been looking a lot into this forum and written some scripts ^^).I made a library through which you can control the Windows Explorer...
View ArticleAsk for Help (v2) • Any advanced Autoclicker?
HelloIs there any advanced AutoClicker, i.e. one that works, has many features and is customisable?1) I need to autoclick tabkbar buttons when I hover over them but it's difficult to distinguish them...
View ArticleAsk for Help (v2) • Re: Trouble creating a switch
Hello,I have two suggestions.Avoid using an existing function name such as "Switch".See the documentation about global variables and their scope. Assigning a global var within a function requires...
View ArticleAsk for Help (v2) • Re: GDI+ Gui Pic Issue
It could be like this:CODE: #Requires AutoHotkey v2wnd := Gui('Resize')wnd.MarginX := wnd.MarginY := 0wnd.AddPicture(, 'HBITMAP: ' . CreateBitmap(300, 300, 0xFFFFAA00))wnd.Show()CreateBitmap(w, h,...
View ArticleAsk for Help (v1) • Re: Wrap
Good Evening. This will be the last stab at this for me as I cannot figure it out. According to ahk this script should wrap after 300 pixels and then print what the wrapped gui shows when I press Ctrl...
View ArticleScripts and Functions (v2) • Re: AutoCorrect for v2
... i like to use AHK to effectively capitalize words, ...Thanks for the kind words. Your situation does pose an interesting conundrum... The reason they aren't getting replaced, is because of the so...
View ArticleAsk for Help (v1) • Re: How to play two sounds at once?
The way this command works is that you type, on a dedicated line, "Sleep " followed by the number of milliseconds to sleep. My earlier script provided an example of this command. I do not know how...
View ArticleScripts and Functions (v2) • Re: Buffered hotstrings
@kunkel321, if your code uses the static keyword then the variable gets initialized just once (on the first call), so it shouldn't be an issue. And even if you created it multiple times then it...
View ArticleScripts and Functions (v1) • Re: Prevent accidental clicks of thinkpad x230...
Yes, in a sense - AHK v1 has reached its (official) end of life a few days ago, lexikos won't develop it any further (anyone is free to fork it though, and we continue to provide subforums for it)....
View ArticleAsk for Help (v1) • ControlClicking on a window hidden by 'winHide'?
This is not a script issue per se and for that matter is not limited to either V1 or V2 of the language but its something I would like to ask and see if others have had any luck with itThis is...
View ArticleAsk for Help (v1) • Re: My number keys are assigned, but can they work...
Hello,What happens currently when you combine Ctrl with the number keys? Are your hotkeys activated?If you are new to AHK, I recommend using its current version, which is v2, instead of this older...
View ArticleAsk for Help (v1) • Re: ControlClicking on a window hidden by 'winHide'?
Don't know the answer - but at least your ControlClick syntax is currently incorrect and your code above can't work as expected:Mode 1 (Position): Specify the X and Y coordinates relative to the...
View ArticlePedir Ayuda • Registrador de teclas
hola Buenas estoy buscando un registrador de teclas presionadas de manera independiente con interfaz sencilla. EJ si presiono la tecla T registre la cantidad de veces que la pulso o con cualquier...
View ArticleScripts and Functions (v1) • Re: Invert window color with magnification +...
Huge thanks for the script @KnIfER, it saves me from so much eye strain from bright white windows I ported it to AutoHotkey v2, added some default windows programs and completely reworked the...
View ArticleAsk for Help (v1) • Re: Toggle any window clickthrough on/off
Was wondering, If I were to change the class of an .exe, would this affect anything?Wondering if I should change the class via a clickthrough toggle, as-well as setting a %count% for each .exe applied...
View ArticleBug Reports • Re: InputHook "suppress" doesn't suppress backspace
https://github.com/AutoHotkey/AutoHotkey/commit/c1c8d3a9b9c895630231f60d8c971234cab2c24cStatistics: Posted by lexikos — less than a minute ago
View ArticleAsk for Help (v1) • Re: List of USB serial numbers
It's impossible for us to guess what your script is doing. If you want help troubleshooting it, post the entire script, or at least a sufficient enough portion of it for us to test it and see the...
View Article