RE: Global Scripts and HotKeys

2014-09-16 Thread Aaron Smith
ptember 15, 2014 11:04 PM > To: gw-scripting@gwmicro.com > Subject: Re: Global Scripts and HotKeys > > Can one check for conflicts with the RegisteredHotKes class? I have never > reviewed what this class provides and I certainly would not know if it is > universal or App dependent. >

Re: Global Scripts and HotKeys

2014-09-16 Thread LBX
++ Global Hotkey: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646284(v=vs.85).aspx Registered Hotkey: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646309(v=vs.85).aspx Sent: Monday, September 15, 2014 11:03 PM Subject: Re: Global Scripts and HotKeys Can one check for

RE: Global Scripts and HotKeys

2014-09-16 Thread Rick Thomas
ick USA From: LBX [mailto:lab...@fltg.net] Sent: Monday, September 15, 2014 2:02 PM To: gw-scripting@gwmicro.com Subject: Re: Global Scripts and HotKeys Hi Rick, Note this is what I do for all my hotkeys inside the Breaking News app, or any app I write. If nothing was in the third pa

Re: Global Scripts and HotKeys

2014-09-15 Thread Jonathan C. Cohn
Can one check for conflicts with the RegisteredHotKes class? I have never reviewed what this class provides and I certainly would not know if it is universal or App dependent.

Re: Global Scripts and HotKeys

2014-09-15 Thread LBX
parameter to be passed to the FunctionName. If you want to use this parameter as a return value, you will need to pass it as an object. Note that if you supply any additional parameters, you must include this parameter. If you do not plan on using it, leave the parameter empty. If this parameter

RE: Global Scripts and HotKeys

2014-09-15 Thread Rick Thomas
priortize or manage their hot keys in a most professional and limited manner. At least that sounds like situational potentiality. Rick USA From: Jonathan C. Cohn [mailto:jon.c.c...@gmail.com] Sent: Monday, September 15, 2014 10:28 AM To: gw-scripting@gwmicro.com Subject: Re: Global Scripts and

Re: Global Scripts and HotKeys

2014-09-15 Thread Jonathan C. Cohn
Hello Rick, Even application specific scripts can create global hot keys. When there are conflicts WindowEyes will go for either the hotkey with the highest priority or the one from the application last loaded. If you look at the RegisterHotKey method within the Keyboard class the third argu

RE: Global Scripts and HotKeys

2014-09-15 Thread Rick Thomas
Hi Bruce: Do you create the hot keys only when you create and activate a dialog and then verify that dialog has focus? Even if that is the case could that impact some other scripts global hot key with the same key combo if something is to be done by that script even if your app is running or do y

Re: Global Scripts and HotKeys

2014-09-15 Thread LBX
Sent: Monday, September 15, 2014 7:25 AM Subject: Global Scripts and HotKeys Hi Guys: I have about 20 global scripts running by default along with Bruces News App. I was just wondering if the hot keys used in all these scripts are active all the time and thus could step on each

Global Scripts and HotKeys

2014-09-15 Thread Rick Thomas
Hi Guys: I have about 20 global scripts running by default along with Bruces News App. I was just wondering if the hot keys used in all these scripts are active all the time and thus could step on each other yielding unpredictable results. For example Bruce uses many hot keys, I see a Jaws HotKe