Howto Clone Multiple Patterns

Say I have a sequence of four patterns.

1

2

3

4

And I want to clone something in the middle, say 2 and 3. How can I multiselect those two and clone them right after each other like this

1

2

3

2

3

4

When I get into more complicated structures it gets hard cloneing, it doesn’t seem to make sense how I think it should. Then again I’m not the developer.

select them (holdshift)>right click>duplicate

it will also tell you what the keybinding for that is, keybindings only work within their respective scope, the scope of global works everywhere, almost everything else, only when that place is focused (middle click)

As far as I remember you can also select multiple items in the seq holding shift and then drag this the selection to the place you want then duplicated, BUT holding a modifier key while the dragging, so it will not be moved but duplicated. Maybe the most simple approach.