Skip to content

Having trouble understanding the intricacies of AutoHotKey v2? We're here to help! Ask questions and help others!

Notifications You must be signed in to change notification settings

jestxfot/autohotkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Alternative

https://alternativeto.net/software/espanso/

PhraseExpress

Replacing words with a line (including quotation marks!)

:*:WORD1:: {
    if WinActive("ahk_exe NAMEAPPS.exe") {
        Send 'STRING "WORD" STRING MORE'
    }
    else {
        Send "WORD1"
    }
}

Running programs (shift + alt)

!+a:: {
Run "PATH APPS"
}

3 or more hotkeys (ctrl + b + r + o)

Ctrl & o:: {
    if GetKeyState("r")  {
        if GetKeyState("b")  {
        MsgBox "Hotkey activated"
        }
    }
}

About

Having trouble understanding the intricacies of AutoHotKey v2? We're here to help! Ask questions and help others!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published