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
Post a Comment