Skip to content
⌘ NSIS Forum Archive

F1 opens help-file - possible?

7 posts

Brummelchen#

F1 opens help-file - possible?

is it possible to open a help-file with F1 during installer?
i dont need a specific help-topic - just the help file
Afrow UK#
You'd need to sub-class the parent window procedure with a C/C++ plugin to catch WM_KEYUP.

-Stu
Brummelchen#
i am no programer - means what?

would be a nice feature for future versions:
!define HELPFILE "myhelp.chm"

😉