#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 , 18 years ago
| Description: | modified (diff) |
|---|
follow-up: 3 comment:2 by , 18 years ago
comment:3 by , 18 years ago
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 , 18 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:6 by , 18 years ago
| 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).