Tagged Questions

AutoHotkey is an open-source automation software utility which allows users to create macros, hotkeys, automate keyboard and mouse input, create GUIs, and automate other repetitive tasks.

learn more… | top users | synonyms

24
votes
8answers
9k views

Choosing a Windows Automation script language. Autoit vs Autohotkey

I need to choose a windows automation program. Which one do you recommend? AutoIt, AutoHotkey, others? I have read http://paperlined.org/apps/autohotkey/autoit_and_autohotkey.html , interesting ...
8
votes
2answers
145 views

What kind of “Industry leading recording technology” does Google use to re-execute manual tests?

I was reading Google's Testing Blog entry about how Google partitions its tests into small, medium, and large tests, and that not all of these tests are automated. Later in the entry the author goes ...
7
votes
1answer
433 views

Playback 24bit audio not possible

I'm trying to play a 24bit audio file with my AutoHotkey app. It just uses SoundPlay. Windows 7 has no problem, however Windows XP users cannot play the 24bit files. The documentation says: All ...
7
votes
4answers
4k views

Easy to use AutoHotkey/AutoIT alternatives for Linux [closed]

I'm looking for recommendations for an easy-to-use GUI automation/macro platform for Linux. If you're familiar with AutoHotkey or AutoIT on Windows, then you know exactly the kind of features I need, ...
7
votes
4answers
1k views

Mapping Caps Lock to Control from within Emacs on Windows

When reading either of these questions or the EmacsWiki article about mapping Caps Lock to Control in emacs in Windows, the best answers seem to involve the registry. My question is what a user can do ...
7
votes
2answers
2k views

Python for Autohotkey style key-combination sniffing, automation?

I want to automate several tasks (eg. simulate eclipse style ctrl-shift-r open dialog for other editors). The general pattern is: the user will press some key combination, my program will detect it ...
7
votes
2answers
1k views

How can I mimic Visual Studio's “Ctrl-K, C” two-step macro behaviour using Autoit / Autohotkey?

I'm trying to set up Autohotkey macros for some common tasks, and I want the hotkeys to mimic Visual Studio's "two-step shortcut" behaviour - i.e. pressing Ctrl-K will enable "macro mode"; within ...
6
votes
4answers
2k views

Menu Accelerator Keys Not Showing Up (Delphi 2009)

I've tried my best and cannot figure out what happened here. It worked fine in Delphi 4. After upgrading to Delphi 2009, I don't know if this is the way it is supposed to work, or if it's a problem: ...
5
votes
1answer
1k views

AutoHotKey key SEQUENCE, not just single-key hotkey

I'm not stupid... really. How do you map a key SEQUENCE (ie: Ctrl + Q , F) in AutoHotKey. I've got Ctrl + Q down: ^q:: I've even got F: f:: The examples in the help files even show how to do ...
5
votes
8answers
2k views

Autohotkey editor

What is the best editor for Autohotkey with regards to syntax hightlighting, command completion (intellisense), testing etc. I am doing a bit of Autohotkey programming, and being spoiled rotten by ...
4
votes
1answer
114 views

Konami Code on autohotkey

up up down down left right left right b a enter :: Msgbox, konami code. is there a way to do this?
4
votes
3answers
2k views

Low-level Keyboard Hooks/SendInput with Winkey+L possible? (workstation lockout is intercepted in Vista and higher)

I work on a project called UAWKS (Unofficial Apple Wireless Keyboard Support) that helps Windows users use Apple's bluetooth keyboard. One of the main goals of UAWKS is to swap the Cmd key (which ...
4
votes
3answers
395 views

Why is visual studio catching key events before autohotkey?

I recently switched to the dvorak keyboard layout as a bit of an experiment. One of the most difficult parts of the transition has been dealing with hot-keys. Most hot-keys are designed with qwerty in ...
4
votes
5answers
4k views

How to globally map AltGr key to Alt key?

I want my AltGr key to behave exactly like left Alt. Usually, I do this kind of stuff with Autohotkey, but I'm open to different solutions. I tried this: LControl & RAlt::Alt And Autohotkey ...
3
votes
3answers
44 views

Sending keystrokes and mouse clicks using Scala

I've previously used AutoHotkey to send keystrokes and mouse clicks to automate interaction with GUIs and browsers. How do I send keystrokes and mouse clicks this time using Scala?
3
votes
1answer
362 views

How can I get the current browser URL with an AutoHotKey script?

I'm looking for a way in AutoHotkey to put the currently visited url in a variable. The goal of this AHK is to trace back what I've been doing during the day to be able to log my hours better. I have ...
3
votes
2answers
340 views

Communicating between Autohotkey and python

Is there a way to send some parameter from autohotkey to python. Using Autohot key I read some number from the notepad and store in a variable and now I want to send this number to the python code ...
3
votes
2answers
83 views

How to focus Textbox with Alt + letter

I need to quick focus the text box using Alt+Letter combination. In my form for each textbox is a label. For this label I can specify name as '&My Label' and M letter will be underlined when I ...
3
votes
1answer
89 views

What to do when the application I wrote (its setup file) is flagged as virus/trojan?

I wrote a download manager (in the AutoHotKey language) for a client and it gets flagged by a minority of virus scanners (11% of the scanners used on VirusTotal) as being a trojan, malware, dropper, ...
3
votes
4answers
2k views

Send Text in Clipboard to Application like Notepad (C# or Powershell)

I want to be able to send the text on the clipboard, in Windows, to an application. For example, I'm working on a text file in notepad, and I want to copy a portion out into a new file..I want to ...
3
votes
1answer
106 views

Do you have a development IDE hotkey set in AutoHotkey?

I've recently rejoined the AutoHotkey band wagon, and I've been setting up a master script for myself. Generally, I have a few global hotkeys, for doing things like popping open the calculator, and ...
3
votes
1answer
3k views

Detect a double key press in AutoHotkey

I'd like to trigger an event in AutoHotkey when the user double "presses" the escape key. But let the escape keystroke go through to the app in focus if it's not a double press (say within the space ...
3
votes
6answers
838 views

Relief from backslash irritation in R for Windows

Early in my R life I discovered the pain of R and windows being on different pages when it came to the separator between directories and subdirectories. Eventhough I know about the problem, I am still ...
3
votes
3answers
2k views

Get available screen area in autohotkey

I'm trying to write a few simple AutoHotkey scripts for moving windows around, and I'm having trouble getting the correct screen size values. I'm trying to get the size of the usable area on the ...
2
votes
1answer
140 views

Alternate ways to kill processes (Autohotkey or .BAT or alternate solution)

I am going to try to explain my problem by walking you through it. Thanks in advance for bearing with me. TL;DR: Start at 4. 1. C# I am in the process of creating an Arcade machine game launcher ...
2
votes
1answer
145 views

An abbreviations list for AutoHotKey

The wonderful AutoHotKey allows you to auto-expand abbreviations as you type them. So you could have an .ahk script with many abbreviations like this: ::btw::by the way ::iirc::if I remember ...
2
votes
1answer
90 views

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 table when the user is using the process and it exceeds for example 500mb of RAM. How can ...
2
votes
1answer
78 views

Which opensource package most closely replicates the creation of Perl CPAN web site?

I want to create an opensource module sharing website for autohotkey that is functionally similar to CPAN for perl modules. I realize the autohotkey forum has a section to cover this, but it's using ...
2
votes
2answers
177 views

Paste CSV values into several Form fields in any web page

The Problem: There are many good Scientific Calculator pages on the Web. Some Calculator pages have a large text area, where you can just paste your input CSV values, directly. But...some ...
2
votes
2answers
154 views

Bind Win7 Hotkeys to Chrome/FF javascript (Greasemonkey, native fns?)

I want to control a streaming music website with global hotkeys, so I can use the site's player controls (play/pause/next/etc) while another application has focus. I can use Greasemonkey to do this on ...
2
votes
1answer
595 views

AutoHotKey: calling one script from another

I just discovered AutoHotKeys and it seems like a dream come true. I have two .ahk scripts, A and B, and I want to call B from within A. The AHK forums are strangely silent on the subject but I am ...
2
votes
2answers
399 views

Does AppleScript have image recognition like AutoIt or AutoHotkey

In AutoHotkey and AutoIt the script is able to recognize images on webpages. Can AppleScript do that? How?
2
votes
1answer
148 views

How can I discover a maximised window's restored position co-ordinates?

As the title suggests, I'm trying to discover where a maximised parent window will be re-drawn when the user Restores it from a maximised state. Now, I can currently do this by using the winRestore ...
2
votes
1answer
330 views

AutoHotKey mapping

I am trying to map the following key combinations on my keyboard using AutoHotkey - Alt i -> Up Arrow Alt j -> Left Arrow Alt k -> Right Arrow Alt m -> Down Arrow I added the following code to my ...
2
votes
1answer
172 views

Autohotkey script for muting speakers for a certain number of seconds

I'm trying to use Autohotkey to create a script that will Mute the computer's speakers for a number of seconds. This is useful for watching television online -- when it comes to a commerical, it will ...
2
votes
4answers
362 views

AutoHotkey Script to send pound (£) on double press of Shift+3

I'm trying to make a script that sends a pound instead of a dollar when you hold down Shift and press 4 twice quickly. Has anyone seen any code that does this sort of thing? EDIT: Okay I've seen ...
2
votes
2answers
5k views

autohotkey hold mouse left button

i want to press F1 and then make autohotkey hold the mouse left button and when i press again he releases it how can i do that?
1
vote
1answer
42 views

Using parallel cookie sessions for a browser / Logging multiple users in at the same time

I often do the same tasks on multiple clients's accounts at a website I do not own, and I was wondering how can I use the database of username/password I have in tandem with parallel sessions of an ...
1
vote
1answer
18 views

how to use autohotkey to send a key to virtualbox

I installed virtialbox in my windows 7 and installed the Ubuntu as guest os. I want to press a key(Alt+F1) to activate the ubuntu and send continue send the same key to ubuntu and then ubuntu will ...
1
vote
1answer
66 views

AutoHotkey extend clipboard

as we all experienced one time or more, it sometimes is really annoying to have to replace your clipboard-content with other content (while you only need the other information once or so). I thought ...
1
vote
2answers
49 views

How can I open multiple attachments of the same name in an email, then move the sender of the attachment to a spreadsheet?

I have an internship and was recently assigned the tedious task of cleaning the email lists. My employer has sent me a series of email with email bounces as attachments, many at a time, all with the ...
1
vote
1answer
64 views

send contents of clipboard autohotkey

I'm looking for a way to send the contents of the clípboard as key output. E.g. if the clipboard says "123456789" i want the keys 1-2-3-4-5-6-7-8-9 sent to the keyboard input. I've tried: ...
1
vote
1answer
53 views

Subtracting Variables with Autohotkey

I am building a macro in Autohotkey which requires me to subtract a number from a variable, as shown below: screenWidth = 1280 MsgBox, screenWidth - 150 For some reason, whenever the dialog box ...
1
vote
1answer
63 views

type to controls on locked workstation?

I'm using AutoHotKey Send command http://www.autohotkey.com/docs/commands/Send.htm to type to controls. It works fine, but it doesn't work if the workstation is locked. But I need to type to controls ...
1
vote
1answer
220 views

WM_Copy, wm_gettext and wm_keydown fail?

The problem: I need to obtain the selected text from a window in a Windows application (not my program). I am doing my work in Delphi XE and the software I am attempting to access is a kluge built ...
1
vote
1answer
60 views

walk / traverse folder in AutoHotkey?

I've searched the ahk docs and the ahk forum, but I can't find a folder tree traversal example. Does anyone have a good example of this for AutoHotkey?
1
vote
2answers
66 views

PHP: file() each character is preceded by “\0”

I have an INI file that has been created by an AutoHotKey program written by another member of a team I am working on. I am trying to read the file into PHP as an array. I am using the built in file() ...
1
vote
1answer
116 views

AutoHotKey: Send a button when another is held down, and after released

in AutoHotKey I want to write a script that will press a button once when the right mouse button is held and press another once its released. I tried writing something (I used numpad0 instead of ...
1
vote
1answer
247 views

AutoHotKey: Simulate Windows Key

I have an old IBM Model M from 1994. It's awesome, but it doesn't have a Windows key. I'm trying to add one using AHK, but I can't seem to get it right. I'd like to map the combination of Ctrl + Alt ...
1
vote
2answers
1k views

Create Lotus Notes hotkey/shortcut key for “reply to all with history”

Because I like to make common actions quick to access, I'd like to define a hotkey, e.g. Alt+L to do "reply to all with history", to act on the selected email. I'm using Lotus Notes 8.5 under Windows. ...

1 2 3 4