Ticket #971 (closed task: fixed)
Opened 2012-02-10T12:43:36-06:00
Last modified 2012-07-16T15:32:48-05:00
Need programatic access for keyboard modifiers
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description (last modified by bdezonia)
Some tools (PickerTool, AbstractLineTool) need to know when the ALT key is down. This is all done in a UI centric way (which may be okay here).
But in general IJ1 has ways to set the status of the keyboard modifiers (alt up/down, shift up/down). This allows plugins to run headless and still test key status. We probably want to provide this as well.
Change History
comment:2 Changed 2012-05-14T11:08:48-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:3 Changed 2012-07-16T15:32:48-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta3
We added a KeyboardService during beta 3.