New

APP: Ctrl/Cmd + A not following OS conventions

0

Ctrl + A should be e.preventDefault-ed because it currently selects all text in the app as if the app is a web page. Instead, Ctrl + A should select all items depending on the context. If focus is in the video editor timeline, it should select all clips. If it’s in the media browser, it should select all media for non-collapsed folders. On the canvas, it should select all content.

omnimediacompany