I tried to bind the key-combination CTRL+SHIFT+f to ⊞ Win+z with the following command in the autohotkey configuration file:
z::Send ^{Shift}/
But this does not work. It seems to me, the not all three keys are "presed" together. Any idea how to fix it?