Skip to content

Added AHK mode. Send generic key strokes to cap#5

Open
carl689 wants to merge 1 commit into
JeremySCook:mainfrom
carl689:main
Open

Added AHK mode. Send generic key strokes to cap#5
carl689 wants to merge 1 commit into
JeremySCook:mainfrom
carl689:main

Conversation

@carl689
Copy link
Copy Markdown

@carl689 carl689 commented Oct 6, 2024

Send generic key strokes that can be captures by AHK and hopefully not interfere with other programs.

Example autohotkey script

; AutoHotkey v2 script for JC Pro Macro 2 buttons and encoder

^!+F1:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F1 (Increment)!"
}

^!+F2:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F2 (Decrement)!"
}

^!+F3:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F3!"
}

^!+F4:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F4!"
}

^!+F5:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F5!"
}

^!+F6:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F6!"
}

^!+F7:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F7!"
}

^!+F8:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F8!"
}

^!+F9:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F9!"
}

^!+F10:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F10!"
}

^!+F11:: {
    MsgBox "You pressed Ctrl + Alt + Shift + F11!"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant