📎 AI Summary:
The thread discusses how to free the F1 key for use by another application, as Windows associates F1 with Help via registry entries that are difficult to modify or remove. The original poster asks for specific registry locations, but others explain that registry modifications are not feasible and suggest alternative methods like scripting with AutoHotkey. Overall, the consensus is that directly releasing F1 via registry is not practical, and users should explore workaround solutions.

RickettsialPox

New Member
Joined
Jun 3, 2015
Messages
2
Thread Author #1
I need to have free F1 key for another application than Windows Help. This application try to set key map in register - F2 is free, F3 is free, F4 is free, but F1 not. Where is this binding (F1 -> Help) in register? (Not in another place - but in register.) Thank you!
 

Solution
I have looked into this and it appears there is absolutely no way to do it in the registry. You can try something like Autohotkey, but I tried creating a script for that for you, and I'm not even sure that works in Windows 8.1.

Mike

Windows Forum Admin
Staff member
Premium Supporter
Joined
Jul 22, 2005
Messages
9,260
I have looked into this and it appears there is absolutely no way to do it in the registry. You can try something like Autohotkey, but I tried creating a script for that for you, and I'm not even sure that works in Windows 8.1.
 

Solution

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,597
The registry has lots of F1 references because of backwards compat way Windows is made... Ime muking about here will just end in a bsod at some point.
 

RickettsialPox

New Member
Joined
Jun 3, 2015
Messages
2
Thread Author #4
OK, so my application try to registry F1 for itself. How can I release F1 for it?