How do I get my script to activate other parts of my script
When my script is set up without a return between like this it activates:
Reassign a keyboard shortcut, but also disable the original shortcut: Autohotkey script not working consistently
In Windows 10, I use the Dvorak keyboard layout. That means common keyboard shortcuts are in different places than usual, e.g. ctrl+v and ctrl+w are right next to each other, and x/c/v are not altogether.
AutoHotkey COM Error: 0x800401E3 – Operation Unavailable When Accessing Excel
I’m encountering an issue with my AutoHotkey script that’s trying to interact with an active Excel application using COM. The script activates a window, waits for it to become active, and then attempts to access Excel. However, I’m getting the following error:
AutoHotKey cannot find Ahk2Exe.exe
Have a problem when I compiling an .ahk-file. I downloaded the program, re-installed it, but it comes the same error: Cannot compile, compiler won’t started. I am not able to compile anymore with the prompt:
“””
Error: Failed attempt to launch program or document:
Action: <C:Program FilesAutoHotkeyCompilerAhk2Exe.exe>
Params: <>
How to pass function argument to Send?
How do I pass a function argument to Send?
How to pass function argument to Send?
How do I pass a function argument to Send?
autohotkey convert v1 to v2 problem,Error: This value of type “Object” has no method named “insert”
I want to convert this ahk liabrary (v1) file to v2 version.
https://github.com/jixiuf/my_autohotkey_scripts/blob/master/ahk_scripts/emacs-key-sequence.ahk
Because,I’m a new learner,I do not understand too much the code above. So,I found a solution that can blindly convert a v1 ahk file to v2 version.the solution is here.
https://github.com/mmikeww/AHK-v2-script-converter
It’s called ‘AHK-v2-script-converter’.I use this tool to convert the code above.the result is below
AutoHotkey, How do I draw a line from the center of the screen to the mouse coordinates?
I use AutoHotkey. I need a script that draws a red line that connects the center of the screen and the mouse coordinates.
is it possible to pass an array to func(), instead of literraly passing in the parameters?
I need to call a function and I need pass its parameters in a dynamic way:
How to apply the ‘~’ prefix to a hotkey but still block its default shortcut function?
Lets say I have x
key, and I want use it as a “modifier” so that I can combine it with other hotkeys, like so: