ChrisL Posted October 24, 2005 Posted October 24, 2005 How do you combine several keys to perform a function.. It works with a single key but not with 2.. HotKeySet ("{ALT}" & "{F9}" , "Close") Please help Thanks [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
BigDod Posted October 24, 2005 Posted October 24, 2005 How do you combine several keys to perform a function..It works with a single key but not with 2.. HotKeySet ("{ALT}" & "{F9}" , "Close")Please helpThanksTryHotKeySet ("!{F9}" , "Close") Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
ChrisL Posted October 24, 2005 Author Posted October 24, 2005 TryHotKeySet ("!{F9}" , "Close")Perfect.. thanks [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
peter1234 Posted October 24, 2005 Posted October 24, 2005 From help file: HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d
ChrisL Posted October 24, 2005 Author Posted October 24, 2005 Just a quick question.. is that actually in the manual? [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
ChrisL Posted October 24, 2005 Author Posted October 24, 2005 (edited) From help file:HotKeySet("+!d", "ShowMessage") ;Shift-Alt-dMMM.. I was looking in the send key list from the Index page where you type the word in and it jumps to the section and couldn't see it... its OK.. I see it now in "remarks" for "send".. I was looking in the table and its not listed in there and also does not mention it in HotKeySet.. dohCheers All Edited October 24, 2005 by ChrisL [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now