#128 closed Feature Request (Completed)
Accelerator Tables
Reported by: | Saunders <admin@…> | Owned by: | Jon |
---|---|---|---|
Milestone: | 3.2.11.3 | Component: | AutoIt |
Version: | Severity: | ||
Keywords: | accelerator table window specific local hotkey | Cc: |
Description (last modified by Valik)
Edited by Valik
Add native support for accelerator tables.
Attachments (0)
Change History (7)
comment:1 Changed 17 years ago by Valik
- Description modified (diff)
comment:2 follow-up: ↓ 3 Changed 17 years ago by Valik
comment:3 in reply to: ↑ 2 Changed 17 years ago by Saunders <admin@…>
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:4 Changed 17 years ago by anonymous
In progress.
comment:5 Changed 17 years ago by Jon
- Owner set to Jon
- Status changed from new to accepted
comment:6 Changed 17 years ago by Jon
- Milestone set to 3.2.11.3
- Resolution set to Completed
- Status changed from accepted to closed
Added in version: 3.2.11.3
comment:7 Changed 17 years ago by Saunders <admin@…>
I love you in the most non-homosexual way possible.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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).