gwatcha / reaper-keys

vim-bindings for Reaper
https://gwatcha.github.io/reaper-keys/
MIT License
141 stars 10 forks source link

Selection and Pasting Issues #76

Open jonch070 opened 1 month ago

jonch070 commented 1 month ago

Pasting multiple items to tracks pastes them on last touched track even if that is part of a track selection (like if you visual track select from the top down it pastes things on the bottom track). Default reaper behaviour will be the best way around this perhaps, with pasting on topmost selected track? pasting issue

It also seems to be the case that selecting only works when visual timeline mode is triggered after visual track, so you cannot select if you use visual timeline first. selection issue

I am also unable to run actions on the selected items like "cut" if I selected them with the mouse. Perhaps related delete issue

molleweide commented 1 month ago

yeah, a lot of work and improvements can be done on copy pasting, mostly because ig it is a bit complicated to its nature, there are so many ways it could be done and custom workflows. i have been doing custom some custom hacks on my own machine. everyting is solvable but it would maybe require a more feature complete yank, cut, put, mechanism analogous to how it works in eg vim/nvim with multiple types of registers and various manners for specifying how the information should be pasted.