Page MenuHomePhabricator

Make keys for timestep increase/decrease configurable through preferences
Closed, WontfixPublic

Description

See the hot key in the preferences for an example.

Event Timeline

kislinsk triaged this task as Wishlist priority.Oct 16 2018, 8:49 AM
kislinsk created this task.

This is hard to code, because the interaction with MITK can go though 2 independent systems. One that goes though the State Machines with the mitkDisplayInteractor and the other that goes through the QmitkDataManagerView. Both systems work with different resources, so linking functions from one to the other needs a bigger though process