HomePhabricator
Diffusion MITK 0dcf7170f21a

Add shortcuts for certain label actions

Description

Add shortcuts for certain label actions

Label shortcuts are now implemented as key sequences since single key
stroke shortcuts are already using most of the available keys and the
chosen letters tend to be rather obscure at this level.

Label key sequences start with Ctrl+L (for label) and then continue with:

  • N: New label
  • R: Rename label
  • I: Iterate selected label (was Ctrl+L before)

Also fixes the iteration of the selected label since the shortcut allowed
to select the background which is not listed in the label set widget.

Details

Provenance
kislinskAuthored on Sep 8 2022, 10:17 AM
kislinskPushed on Sep 8 2022, 10:35 AM
Differential Revision
Restricted Differential Revision
Parents
rMITK8fbb1850270f: Refactor BaseRenderer's update functions
Branches
Unknown
Tags
Unknown
Tasks
T29260: Automatically activate segmentation tool for segmentation task
T29259: Keyboard shortcuts for processing segmentation task lists