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:
While script is running, how to disable a ‘Hotkey If, ‘?
I have the following script, the x
hotkey can only be fired if active
has 1
, this is as desired:
Autohotkey Chrome. Switch case
Could you help fix my code please?
I got an error message as attached picture enter image description here
Chrome AHK case statement
I am using Chrome AHK. What is wrong with switch case in my code?
Chrome AHK Case
Anyone could help with Chrome AHK please?
I don’t know what is wrong with switch case in my code?
is it possible to merge two autohotkey script?
Is it possible to join these 2 script?
This to use my remote control RC Modelism and the helmet VR oculus quest 2
I would like to use that the H and B keys on the VR Oculus Quest helmet and on the transmitter control RC the space key, the rest can delete it
Character mapping suddenly wrong
I have been using AutoHotKey to get special characters quickly for a few years. Recently I have noticed that my character mappings no longer work and is outputting various other things? Does anyone know why this may be? An update in Windows?