autohotkey
Autohotkey loop not working
My loop in my autohotkey script is only running through once. Can anyone tell me why? Thanks Loop, 8 {[详细]
2023-04-11 19:59 分类:问答Script to restart a process exceeding RAM
I want to write a script which can run as a Windows service. It would restart a process active in the process tabl开发者_如何学JAVAe when the user is using the process and it exceeds for example 500mb[详细]
2023-04-10 20:05 分类:问答Change format of existing date
I am trying to format a date to look like this 2011-09-19 If I do the following : leaveDate = \"09/19/11\"[详细]
2023-04-09 00:37 分类:问答autohotkey: sometimes button is not clicked
I wrote such autohotkey script to auto-logon my program: SendMode Input; Recommended for new scripts due to its superior speed and r开发者_StackOverflow社区eliability.[详细]
2023-04-06 18:01 分类:问答Autohotkey macro: trying to remap left-alt to left-win; left-win to left-win with a toggle
I am trying to remap Left Alt to Left Win and Left Win to Left Alt in AutoHotKey. But I also want to have Shift + F11 to toggle these two remaps.[详细]
2023-04-06 05:23 分类:问答AutoHotKey - test if string contains another string
In an .ahk script how can I test if a stri开发者_如何学Pythonng contains another string?From the autohotkey help file:[详细]
2023-04-05 12:13 分类:问答type to controls on locked workstation?
I\'m using AutoHotKey Send command http://www.autohot开发者_如何学编程key.com/docs/commands/Send.htm to type to controls. It works fine, but it doesn\'t work if the workstation is locked.[详细]
2023-04-03 13:16 分类:问答autohotkey: how to avoid "focus lost" problem
I have such autohotkey script: #NoEnv; Recommended for performance and compatibility with future AutoHotkey releases.[详细]
2023-04-03 07:20 分类:问答Calling SetProcessDEPPolicy on another process?
A game (Sims 3 to be specific) is poorly coded, and one of the ways to get it to stop randomly crashing is to add it to your DEP exception list. I don\'t really want to do that if I don\'t have to, so[详细]
2023-03-30 09:48 分类:问答How to use menu windows key in autohotkey?
I am searching and searching. Please tell me is it possible to use menu windows key (location: next to right alt).[详细]
2023-03-23 23:56 分类:问答