autohotkey - Finding the scan code of FN Key -


i want use fn+s emulate ctrl+s, far code:

 #installkeybdhook  #persistent    sc126 & s::      send ^{s}   return 

my problem don't know fn key's scan code.
how can find it?

the fn key not have scan code.

the keyboard driver not expose fn key operating system, operating system (and therefore autohotkey) not know exists.

when press fn key in combination supported key, keyboard driver reports single key press operating system different scan code. basically, tells operating system different key pressed.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -