Using Modifier and function keys together

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Benperson
Posts: 1
Joined: 21 Jun 2018, 14:21

Using Modifier and function keys together

21 Jun 2018, 14:27

I recently got am old terminal keyboard with F1-F24 keys, F12-F24 are all combinations of shift and the corresponding key minus 12, ex. F13 is Shif and F1, However when I try to assign the shift combinations in autohotkey it never sends the extended function keys/

F12::
Send {F24}
return

^ this works and sends F24 but the code below does not

Shift & F12::
Send {F24}
return

I am rather new to autohotkey so I am sorry if I am missing something obvious but I have gone trough the documentation and been unable to answer my problem

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 218 guests