Opened on Feb 18, 2008 at 1:06:24 AM
Closed on Mar 18, 2008 at 8:08:14 AM
Last modified on Mar 18, 2008 at 8:30:40 PM
#128 closed Feature Request (Completed)
Accelerator Tables
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | 3.2.11.3 | Component: | AutoIt |
| Version: | Severity: | ||
| Keywords: | accelerator table window specific local hotkey | Cc: |
Description (last modified by )
Edited by Valik
Add native support for accelerator tables.
Attachments (0)
Change History (7)
comment:1 by , on Feb 18, 2008 at 1:22:30 AM
| Description: | modified (diff) |
|---|
follow-up: 3 comment:2 by , on Feb 18, 2008 at 1:24:47 AM
comment:3 by , on Feb 24, 2008 at 2:19:11 PM
Replying to Valik:
Saunders, I modified your description. What I originally wrote won't work because the handle must be passed to TranslateAccelerator(). There's no way of passing that handle without AutoIt doing it internally. This is something we'll have to add ourselves at some point as it can't be done (easily) via user-defined functions (I realize it has been done but it's never going to be as nice as if it were built-in).
Works for me. I just realized that the feature request had almost been lost in the shuffle so I reposted it. As long as it's up here somewhere in some form I'm happy.
comment:5 by , on Mar 17, 2008 at 8:14:56 PM
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:6 by , on Mar 18, 2008 at 8:08:14 AM
| Milestone: | → 3.2.11.3 |
|---|---|
| Resolution: | → Completed |
| Status: | accepted → closed |
Added in version: 3.2.11.3

Saunders, I modified your description. What I originally wrote won't work because the handle must be passed to TranslateAccelerator(). There's no way of passing that handle without AutoIt doing it internally. This is something we'll have to add ourselves at some point as it can't be done (easily) via user-defined functions (I realize it has been done but it's never going to be as nice as if it were built-in).