How to integrate AHK code?

Discussion, questions and support.
Post Reply
User avatar
roze
Posts: 29
Joined: Jul 16th, ’24, 20:27

Post by roze » Nov 5th, ’24, 20:13

I'd like to ask if something like this:

Code: Select all

~LButton Up::
Send ^c
return
can be included in FastKeys instead of calling an external AHK script?
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 6th, ’24, 15:11

Double click the shortcut field and manually enter the key
~LButton Up
Post Reply