Ticket #437 (closed defect: fixed)
Opened 2011-04-08T11:13:31-05:00
Last modified 2011-04-29T11:19:10-05:00
Zoom hotkeys should match IJ1
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
In IJ1 there is some flexibility with zoom in/out hotkeys
- zoom in : responds to either (equals) or (plus which is shift equals)
- zoom out : responds to either (minus) or (dash which is shift minus)
IJ2 has the single accelrators plus and minus in the plugin definitions.
Make IJ2 be like IJ1 here. I believe Curtis started this by making some UI component respond to all these events but that it was not working.
I think Curtis' idea might be good for supporting the ones that are not strictly plus and minus. These alternate mappings could be frame/window key events. The others (plus and minus) could default to the plugin definitions of accelerators.
Change History
comment:1 Changed 2011-04-29T11:19:10-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
I believe this has been addressed.