Here you can see a screenshot I've captured with KeyboardSpy (a tool of the Eventcorder Suite) to get some data about the FN key ...

Any help ?

SC163::Send {LWIN} return
SC16A::Send {LWIN}
return
SC169::Send {AppsKey}
return
I've made a change to the installer that might help. After re-downloading, give this a try:The FN key:
VK = FF
SC = 163
*LCtrl:: ; The asterisk makes the remapping more complete on XP/2k/NT. Send, {vkFFsc163 down} Loop { Sleep, 10 GetKeyState, state, LCtrl, P if state = U ; The key has been released, so break out of the loop. break } Send, {vkFFsc163 up} return