What is the Function key called in AutoHotkey?
问题 I have a key labelled Fn in blue letters at the bottom of my Windows 7 keyboard. I want to trigger my AutoHotkey script whenever someone presses that key. What is the Function key called in AutoHotkey? 回答1: The problem with the Fn key is, that a lot of keyboards don't implement it as normal key, but as a modifier that changes the key messages of other keys pressed at the same time. So here is an example scenario of how Windows could see your input: Press F1 down - Windows receives the F1 down