Quantcast
Channel: AutoHotkey Community
Browsing all 579 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Ask for Help (v2) • Re: Trying to Parse a CSV that has line breaks the way...

@jsong55 it is unclear to me what you expect from your script. I also believe the premise might be wrong. When Excel exports to a CSV, cells that include a line break will show a linefeed (`n) while...

View Article


Ask for Help (v2) • Re: How to set the background color for the Picture control

CODE: #Requires AutoHotkey v2.0MyGui := Gui(,"Gui测试")MyGui.Opt("+Resize")MyGui.BackColor := "ddc4b0"MyGui.AddEdit("r9 vedtEdit w325 ReadOnly")picColor0 := MyGui.AddPic("xm w19 h19 vpicColor0...

View Article

Ask for Help (v1) • Re: click only when color is under corsor

Pay attention to what I posted. You didn’t change the search area at all. You also have % symbols around the PixelSearch output variables which doesn’t make sense. And the really shouldn’t be the same...

View Article

Image may be NSFW.
Clik here to view.

Ask for Help (v1) • vStatus Update issue

CODE: #NoEnvSendMode InputSetTitleMatchMode, 1SetWorkingDir %A_ScriptDir% ;####################################;; Variable Initialization;;####################################global startTime :=...

View Article

Ask for Help (v2) • Re: Creating Mode Keys - Best Practice

Then perhaps?:CODE: #Requires AutoHotkey v2.0q:: { ; Type Key QSwitch Pattern := Type() {Case "0":ToolTip Pattern " = quick press"Case "1":ToolTip Pattern " = single press"Case "20","21","22":ToolTip...

View Article


Scripts and Functions (v2) • Control your android media via your PC media keys

CODE: ; #include <consoleapps> ; https://github.com/Bluscream/ahk-scripts/blob/master/lib/consoleapps.ahk; Define the ADB path. Adjust the path according to your ADB installation.adb_path :=...

View Article

Ask for Help (v1) • Re: nVidia gamma control + OBS

Thank you for the link nnnik.Hey JanH, did you ever figure out how to do this? I have the same request (changing Gamma in nvidia control panel with a single hotkey)Statistics: Posted by impatrickk —...

View Article

Ask for Help (v1) • Re: Why does script 1::Send, !{Tab} *sometimes* fails

I see. But I thought it's Windows that may not like the simulated presses (like Windows 8.1 doesn't allow simulating Alt+Tab) and if it gets past Windows then programs have no way to tell if the...

View Article


Image may be NSFW.
Clik here to view.

Ask for Help (v2) • Re: parse json into submenu and sub-sub menus in v2

@ntepa Thank you so muchhhh Statistics: Posted by sanneedshelp — Today, 15:10

View Article


Image may be NSFW.
Clik here to view.

Scripts and Functions (v2) • Re: SQLite Library for AHK v2

Thanks <3 going learn SQlite instead of using text file then try this I dropped mangoDB and mysql becouse the need a servers.Statistics: Posted by xMaxrayx — Today, 15:47

View Article

Помощь • Помогите нубу дописать тригер бот а то у меня фпс падает в валоранте

CODE: init:#NoEnv#SingleInstance, Force#Persistent#InstallKeybdHook#UseHook#KeyHistory, 0#HotKeyInterval 1#MaxHotkeysPerInterval 127 if (FileExist("config.ini")) {}Else{IniWrite, 0xA145A3, config.ini,...

View Article

Scripts and Functions (v2) • Re: Class_SQLiteDB v2.0.6 - 2023-11-28

hi Op thanks can you list a license?Statistics: Posted by xMaxrayx — Today, 16:02

View Article

Image may be NSFW.
Clik here to view.

Ask for Help (v2) • Re: Is there a way to copy-on-select without sending ^c ?

@lexikos - thanks for those hints; it's gotten me a bit closer to my goal Apparently, we can use https://www.autohotkey.com/docs/v2/lib/PostMessage.htm to trigger the copy without the ^C key hack......

View Article


Scripts and Functions (v1) • UIAutomation to query status text of Zoom Mic...

Greetings. I have tried to use UIA Viewer either in v1 or v2 to get at the status of the Zoom Mute/Unmute toggle button. References to others' attempts are...

View Article

Ask for Help (v1) • Replicate Action Center via AHK Icon

Hello...I find the Action Center Icon to be a bit too big...I was wondering if it's possible/how easy it would be to script something that can change the AHK tray Icon for whenever there's any action...

View Article


Suggestions on Documentation Improvements • Re: RawRead()

It should be added to RawRead however, as one would expect "raw" to mean unmodified.Statistics: Posted by iseahound — 38 minutes ago

View Article

Gaming • Re: Need Help with possible script/toggle?

Welcome to this AutoHotkey forum!CODE: #Requires AutoHotkey v2.0$y:: { Static f := 0 SetKeyDelay 25, 25 SendEvent f := f = 'y' ? 'u' : 'y'}Statistics: Posted by mikeyww — 16 minutes ago

View Article


Ajuda e Suporte Geral • Re: Pressionar teclas do combo até que eu solte a hotkey

infelizmente continua o msm, eu preciso que a função pare assim que eu soltar a tecla "c" e recomece do 0 ao apertar novamenteOlá, prove isso:CODE: #If GetKeyState("c", "P")c:: send {s Down} send {j...

View Article

Gaming • valorant

I pressed the alt key, it was working until the morning, I exited in the evening, when I log in in the evening, it doesn't fire when I hold down the alt key, it fires when I alt tab, how do I solve...

View Article

Ask for Help (v1) • Re: Using Edit Boxes to search excel column E and pull...

Why are you selecting an AHK script file when you should be selecting an Excel file?Statistics: Posted by boiler — Today, 16:01

View Article
Browsing all 579 articles
Browse latest View live