Re: Hotkeys and activeWindow queries

2012-02-08 Thread Aaron Smith
in a user interface, and description is the only thing I can see that would work. By in built I mean hotkeys in the Hotkeys collection? Cjheers Sean. *From:*Aaron Smith [mailto:aa...@gwmicro.com] *Sent:* 08 February 2012 14:32 *To:* gw-scripting@gwmicro.com *Subject:* Re: Hotkeys and activeWindow qu

RE: Hotkeys and activeWindow queries

2012-02-08 Thread Sean Farrow
to:aa...@gwmicro.com] Sent: 08 February 2012 14:32 To: gw-scripting@gwmicro.com Subject: Re: Hotkeys and activeWindow queries The GWToolkit's HotkeyManager object attempts to track down key duplicates, so you could examine that source for inspiration. Aaron On 2/8/2012 9:27 AM, Doug Geof

Re: Hotkeys and activeWindow queries

2012-02-08 Thread Aaron Smith
offray [mailto:geoff...@gwmicro.com] *Sent:* 08 February 2012 13:29 *To:* gw-scripting@gwmicro.com *Subject:* Re: Hotkeys and activeWindow queries Sure, I could have a set file and define a keystroke as a hotkey, also define it as a cursor key and also define it in some running App. Doug On 2/7/2012

Re: Hotkeys and activeWindow queries

2012-02-08 Thread Doug Geoffray
s a list of all hotkey/CursorKey/RegisteredHotkeyts with out any duplicates. Cheers Sean. *From:*Doug Geoffray [mailto:geoff...@gwmicro.com] *Sent:* 08 February 2012 13:29 *To:* gw-scripting@gwmicro.com *Subject:* Re: Hotkeys and activeWindow queries Sure, I could have a set file and define a

RE: Hotkeys and activeWindow queries

2012-02-08 Thread Sean Farrow
ffray [mailto:geoff...@gwmicro.com] Sent: 08 February 2012 13:29 To: gw-scripting@gwmicro.com Subject: Re: Hotkeys and activeWindow queries Sure, I could have a set file and define a keystroke as a hotkey, also define it as a cursor key and also define it in some running App. Doug On 2/7/2012 5:

Re: Hotkeys and activeWindow queries

2012-02-08 Thread Doug Geoffray
these contain duplicate definitions? Cheers Sean. *From:*Doug Geoffray [mailto:geoff...@gwmicro.com] *Sent:* 07 February 2012 22:29 *To:* gw-scripting@gwmicro.com *Subject:* Re: Hotkeys and activeWindow queries ActiveSettings is the union of global and the current set. It is exactly what the

RE: Hotkeys and activeWindow queries

2012-02-07 Thread Sean Farrow
nt: 07 February 2012 21:51 To: gw-scripting@gwmicro.com<mailto:gw-scripting@gwmicro.com> Subject: Re: Hotkeys and activeWindow queries Sean, To get the global hotkeys, you'll want the global, rather than effective, property. Effective means the hotkeys that are defined at the time

Re: Hotkeys and activeWindow queries

2012-02-07 Thread Doug Geoffray
February 2012 21:51 *To:* gw-scripting@gwmicro.com *Subject:* Re: Hotkeys and activeWindow queries Sean, To get the global hotkeys, you'll want the global, rather than effective, property. Effective means the hotkeys that are defined at the time that you get them, which could differ from

RE: Hotkeys and activeWindow queries

2012-02-07 Thread Sean Farrow
quite a bit of coding later. Cheers Sean. From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: 07 February 2012 21:51 To: gw-scripting@gwmicro.com Subject: Re: Hotkeys and activeWindow queries Sean, To get the global hotkeys, you'll want the global, rather than effective, property. Effective me

Re: Hotkeys and activeWindow queries

2012-02-07 Thread Aaron Smith
Sean, To get the global hotkeys, you'll want the global, rather than effective, property. Effective means the hotkeys that are defined at the time that you get them, which could differ from program to program. And, yes, ActiveWindow is the last window that got activation, which is typically

Hotkeys and activeWindow queries

2012-02-07 Thread Sean Farrow
Hi: If I access the hotkeys object from a settings2 efective property, will this give me global hotkeys or do I need to use the Global property to get these? Also can I assume that the Application.ActiveWindow is returning the foreground window? Cheers Sean.