AHK+Arduino 32u4

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
0Tom0899
Posts: 2
Joined: 30 Nov 2021, 13:38

AHK+Arduino 32u4

30 Nov 2021, 13:43

Hello everyone, I am a beginner in this topic and have just started to study AHK in general. My problem is that I can't find information on how to add the AHK library to arduino, I don't know how to link them to simulate hardware keystrokes or typing. I've seen several articles on this subject, but I haven't figured out how it's all set up. Help me if possible, I have a simple code that prints the letter 'w' in notepad, I have attached it below. What do I need to do next? I have a regular board, on an atmega32u4 controller, how do I control it through AHK, through a button from under the computer? Help me finish the script.

Code: Select all

SetTitleMatchMode, 2

Pause
loop
{
{
        ControlSend,,{space},Безымянный – Блокнот
        sleep 10
        ControlSend,,{space},Безымянный – Блокнот
}
}
return

~$*F11::Pause
~$*F10::ExitApp
0Tom0899
Posts: 2
Joined: 30 Nov 2021, 13:38

Re: AHK+Arduino 32u4

02 Dec 2021, 10:21

Please help!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CrowexBR, doodles333, vysmaty and 244 guests