Rename Duplicate Range action to Duplicate and assign existing Alt+d key binding
authorTim Mayberry <mojofunk@gmail.com>
Wed, 30 Nov 2016 09:34:47 +0000 (19:34 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 6 Dec 2016 04:05:07 +0000 (14:05 +1000)
commita7d19f8fe58f8a343916ce2f768a822d7bc98e76
treead84ea177dc127e399770affd7ffcc0e2aabdbe1
parentbd52d4e3289dee403a84e734907d51d1f928520a
Rename Duplicate Range action to Duplicate and assign existing Alt+d key binding

This will work the same as the existing binding with a Region Selection and
will also duplicate ranges in range selection mode.

Also add multi-duplicate editor action and use that for the default
multi-duplicate action, which will work the same in Object Selection/Grab Mode
but also supports Multi Duplicate of Range Selections....well it would if
that functionality worked correctly.

The duplicate and duplicate-multi region actions still have to exist to be used
in the Region menu as they should only be sensitive if there is a Region
selection which would not be the case if the editor actions were used.

Resolves: #7153
gtk2_ardour/ardour.keys.in
gtk2_ardour/editor_actions.cc