Stretch region with modifier key
This is a continuation of the discussion in #5005.. In that issue we talked about removing the stretch tool from the toolbox and accessing it in another way. (This would be done in order to have a more streamlined and legible toolbox.) Two possible solutions that came up were: 1. Binding it to a key 2. Having three areas at the end of regions instead of two (one each for resize, loop and stretch) Option 2 would probably result in too small target areas for resize/loop/stretch, so option 1 seems better to me. Currently all modifier keys are bound to different things: * Alt is for quickly cutting * Shift is for moving/resizing without snapping (should probably be used for selecting multiple regions as well) * Control is for selecting multiple regions and duplicating Control is already in use, but I don't think binding it to stretch would clash with its present functionality. You would still be able to select multiple regions and duplicate, but if you hold down control and hover over the top part of one of the side edges of a region, you see a stretch cursor instead of the regular resize cursor. Clicking now results in stretching instead of resizing. Currently, holding down control does not affect resizing. What do you think?
issue