virresh / matvt

Virtual Mouse for Android TV that can be controlled via remote itself.
GNU General Public License v3.0
211 stars 35 forks source link

copy and paste #53

Closed ScottMccay closed 1 year ago

ScottMccay commented 1 year ago

copy and paste does not work on nvidia shield 2017

virresh commented 1 year ago

Hi, I don't think a normal mouse has in-built keys for copy and pasting. I do know that we don't have drag functionality, there's limited long press available though. This will have to wait till #11 lands, and I don't think there's any clear approach available to implement that either. Marking as help required.

ScottMccay commented 1 year ago

long press left click on text gets copy and paste window the window comes up ok but then you cant click to select option

virresh commented 1 year ago

Oh I see. I suppose it might be a limitation with using accessibility API on floating menus. Thanks for mentioning this though. It seemed to work on my Android emulator however.

ScottMccay commented 1 year ago

copy and paste now working with new release

virresh commented 1 year ago

Oh, great! Seems like an unintended side-effect, but good to know it fixed at-least something! Thanks for letting me know about this.

I'll close this issue as resolved 😄