Hotkeys in NSIS
So, I'm trying to make an app in NSIS that will act according to a certain hotkey that's pressed (in this case, alt + b). I think I've got the register/unregister part down, but I don't know how to store whatever was pressed into $var, then I can do what I need to from there...
I've never used the system plugin (or GetDlgItem for that matter), nor have I registered hotkeys, but I found a couple of tutorials on how to use the system plugin (from the manual), and how to register hotkeys (from MSDN).
So far, I got this from guessing and checking:
GetDlgItem $0 $HWNDPARENT 1
- Read more about Hotkeys in NSIS
- 4 comments
- Log in or register to post comments