Select from cursor to end and before cursor, all tracks?

Hi, I know you can shift double click an event and it will select from that to the end, but I would like to be able to select everything from the cursor to the end, or everything before the cursor, and to do it for a single track or all tracks

Is this possible? Thanks. I am on Cubase 13 but probably going back to 12 as 13 is giving me CPU spikes for no apparent reason

Hi,

You can use Project Logical Editor to do so:

Target
(( Container Type is | Equal | Event | Or
Container Type is | Equal | Part ) And
Position | Beyond Cursor | PPQ )

Action
---

Filter
Select

You can also add

... Or
Container Type is | Equal | Folder ) And

If you want to select before Cursor, replace the:
Position | Beyond Cursor | PPQ )

by the:
Position | Before Cursor | PPQ )

Ok thanks it’s a bit more complicated than I hoped but I’ll look into it! I’m surprised this isn’t a simple key command

Hi,

You can assign a Key Command to the Logical Editor Preset.

For all tracks, there are dedicated commands, “Select from cursor to end” and “Select from start to cursor”.

For the more general case (for selected tracks(s)) @Martin.Jirsak 's suggestion should work, or perhaps this one: