Opened 8 years ago
Closed 8 years ago
#11 closed defect (fixed)
Make shortcuts trigger on key press
Reported by: | Sik | Owned by: | Mike Pavone |
---|---|---|---|
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 by , 8 years ago
Component: | Genesis/Megadrive → user interface |
---|---|
Milestone: | → 0.5.0 nice to have |
Status: | new → accepted |
Version: | → 0.4.1 |
comment:2 by , 8 years ago
Milestone: | 0.5.0 nice to have → 0.5.0 |
---|
comment:3 by , 8 years ago
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → 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.