GDQuest / blender-power-sequencer

Add-on for video editing in Blender 3D: edit videos faster! Included in Blender 2.81+
https://gdquest.com/blender/power-sequencer/
GNU General Public License v3.0
717 stars 58 forks source link

Add shortcuts to select and deselect all left/right of the time cursor #335

Closed NathanLovato closed 5 years ago

NathanLovato commented 5 years ago

There's a built-in operator to select all sequences left or right of the time cursor. In PS, we have a tool to deselect strips left or right as well, deselect_all_left_or_right.py. It can work based on the mouse cursor's position, like the default cut tool in Blender (K).

These features can be big time savers, but they need keyboard shortcuts.

Keymaps

In my personal kbd shortcut scheme, I had set Shift Q and Shift E to respectively select all left or right of the time cursor, and Alt Q and Alt E to deselect.

The reason is you can call these shortcuts quickly without moving your left hand on pretty much any keyboard. Thoughts on the keymaps?

Some use cases