Skip to content
⌘ NSIS Forum Archive

global shortcut keys

3 posts

windu#

global shortcut keys

hiya folks,

is there a way to set global shortcut keys for installed exe files. for example, lets say we install files: blah.exe, blah.chm & example.blh in $PROGRAMFILES\blah. now, is there a way to make a global shortcut key for file blah.exe so to run it when u press Ctrl+Alt+B for example. 😕

thanks in advance guys, any idea/hint appreciated. 🙂
windu#
thanks man, works great 👍
just for the reference, in our example it would be:
CreateShortCut "$SMPROGRAMS\blah\blah.lnk" "$INSTDIR\blah.exe" "" "" 0 SW_SHOWMINIMIZED alt|control|a
thanks again for ur quick response & help Anders! 😎