Opened 7 years ago
Closed 7 years ago
#11 closed defect (fixed)
Make shortcuts trigger on key press
Reported by: | Sik | Owned by: | mikepavone |
---|---|---|---|
Priority: | minor | Milestone: | 0.5.0 |
Component: | user interface | Version: | 0.4.1 |
Keywords: | Cc: |
Description
Currently shortcuts trigger when releasing the key, when they should be probably triggering when the key is pressed instead. Note that this issue has the side effect that the keyboard capture shortcut sends the make code for the bound key (when it probably should never happen).
Change History (4)
comment:1 Changed 7 years ago by mikepavone
- Component changed from Genesis/Megadrive to user interface
- Milestone set to 0.5.0 nice to have
- Status changed from new to accepted
- Version set to 0.4.1
comment:2 Changed 7 years ago by mikepavone
- Milestone changed from 0.5.0 nice to have to 0.5.0
comment:3 Changed 7 years ago by mikepavone
comment:4 Changed 7 years ago by mikepavone
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
UI shortcuts trigger on key up intentionally. I don't remember the original reason, but it will make supporting key combination shortcuts easier to support properly in the future.
I've fixed the issue of the keyboard capture press from escaping to the emulated keyboard though.