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

Ask for Help (v1) • Re: Help with String Manipulation is needed.

AHK handles the conversion to numbers already, but you should try >= for the month comparisonCODE: if (endMonth >= startMonth && endDay > startDay)since it is the same month you are...

View Article


Ask for Help (v1) • Re: Parsing JSON string with Jxon library

Hi @geek,Thank you very much! Both methods work perfectly! Regards, JoeStatistics: Posted by JoeWinograd — Today, 13:30

View Article


Ask for Help (v1) • Re: Make a script halt another one

You are mistaken because If is not #If. Test it and see.Statistics: Posted by mikeyww — Today, 13:38

View Article

Tutorials (v1) • Re: FindText tutorial

when using FindText.Click(), how can I add a slight delay to the click? Like I want to move the cursor to that x,y, sleep 800 ms, and then click?Statistics: Posted by rawskull7 — Today, 14:03

View Article

请求帮助 • Re: 如何通过文件名选中相应的文件,比如windows的direcUIHWND中的某一个item

我曾经询问过,可能需要库才能做到,我看到Acc库有Select()但不知道怎么使用,下面是悬停高亮和获取文本演示CODE: #Include <Acc>f3::{MouseGetPos(, , &hWnd)oAcc := Acc.ObjectFromPoint(hwnd)oAcc.Highlight()oAcc := ""return}f6::{MouseGetPos(, ,...

View Article


Ask for Help (v2) • Re: Numpad on TKL keyboard

I'm a little surprised the interpreter (or even debugger) didn't make at least a wisecrack about that. I suppose it isn't the worst idea to use global even then, to highlight it's globalnessThe...

View Article

Помощь • Проблема с работой на удаленном рабочем столе

Есть скрипт Autohotkey. Но от не работает, если удаленный рабочий стол (куда нужно посылать комбинации клавиш) развернут на весь экран. Как это исправить?CODE: #SingleInstance,...

View Article

Ask for Help (v2) • How to make a symbol selector

There are a lot of symbols that aren't included on the keyboard by default, so I wanna make a script that lets you open a window with clickable symbols (stored in a variable inside the script), so...

View Article


Ask for Help (v2) • Re: [Q] RegisterActiveObject - How to convert ComObject...

I don't know how to convert the ComObject to class instance directly.Why do you need to convert it to something?Statistics: Posted by teadrinker — 11 minutes ago

View Article


Gaming Help (v1) • Keypress script has issues with ghosting only in a...

Hello.First of all, thank you for everyone that participates in this project, I've been using AHK for almost a decade in World of Warcraft and it saved my fingers and wrist. So, I'm using a script...

View Article

Image may be NSFW.
Clik here to view.

Ask for Help (v2) • Re: Dynamic Hotstrings

Okay, a more fun version... Type "dash," then one of the characters -+#*~+ or x, then a digit, then Space.Another interesting thing... AHK gurus, please note the IF Else statement near the bottom. It...

View Article

Ask for Help (v2) • Re: How to disable alt in v2

The above codes can result in side effects.For example, sending Esc tells the brower to stop loadng.Sending vkE8 or vkFF prints an extra @ in PowerShell. (More on this:...

View Article

Ask for Help (v2) • Re: alt + tab with remapped alt

CODE: LAlt & Tab::Send "{Blind^}{Alt down}{Tab}"Forgot to mention that <!Tab:: somehow does not work.It must be LAlt & Tab::.Statistics: Posted by riyah96662 — Today, 14:17

View Article


Ask for Help (v1) • Re: script help: minimize to icon in system tray

any window. Once a window is hidden in the tray by pressing CTRL + Space it can only be recovered by clicking on the icon in the tray. I would also like to recover it with a hotkey.Hide a window by...

View Article

Ask for Help (v2) • Re: MSXML DOM find value in other xml

In my experience it is easier to use HTMLFILE object for xml parsing, it has less limitations. I would solve your task like this:CODE: findCapacityDocument := DocumentFromHtml(FileRead(A_Desktop ....

View Article


Gaming • Send() to Unity window

Hello, I have a simple script sending 2 keystrokes to a Unity window(UnityWndClass).CODE: Loop{Send "K"Sleep(5000)Send "T"Sleep(3000)}These keys are bound to some in-game actions. When I run that...

View Article

Image may be NSFW.
Clik here to view.

Scripts and Functions (v1) • Re: Open Selected Image File With Chosen Image...

The image will open in the editor you set in the script's ProgPath.F4MiniMenu might be something to give a spin - select files open in defined editors (default) or select from a (filtered) menu...

View Article


Ask for Help (v1) • Print Gui

Good day. Am looking for a way to print some pages for my roommate's cookbooks. This Gui would be perfect if I could print a copy of the gui from my printer. It opens fine with ahk. Is there a way to...

View Article

Image may be NSFW.
Clik here to view.

Ich brauche Hilfe • tab3 zeilenumbruch zählen

Hallo, kann man feststellen, wie viele Zeilenumbrüche das Tab3 control hat?Statistics: Posted by effel — 55 minutes ago

View Article

Ask for Help (v2) • Re: i need a script for only the alphabet

ok i understand, but the enter?Statistics: Posted by vanove — Today, 14:38

View Article
Browsing all 579 articles
Browse latest View live