Intro
YouTube Videos
Como instalar, configurar e utilizar o AutoHotkey v2
- https://www.autohotkey.com/
- https://notepad-plus-plus.org/
- https://github.com/jNizM/ahk_notepad-plus-plus
- https://www.autohotkey.com/docs/v2/index.htm
Como instalar, configurar e utilizar o AutoHotkey
Windows Registry Editor: HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command
Code example
^j::
MsgBox, Wow!
MsgBox, There are
Run, notepad.exe
WinActivate, Untitled - Notepad
WinWaitActive, Untitled - Notepad
Send, 7 lines{!}{Enter}
SendInput, inside the CTRL{+}J hotkey.
return