You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that there is a option --forward-all-clicks and tried to launch with it, but then every mouse clicks change to a normal click, even middle-button... I also saw that --right-click=XXX in #1302 and change XXX to inject, but I didn't really understand if it was implemented.
Am I doing something wrong? Or, is there any other way to work with this right-click?
The text was updated successfully, but these errors were encountered:
I saw that there is a option --forward-all-clicks and tried to launch with it, but then every mouse clicks change to a normal click, even middle-button...
Actually, if you press right-click or middle-click, it correctly injects right-click or middle-click. Just your device reacts the same way on these clicks (Android apps initially were not intended to handle right clicks).
It still differs slightly on some components. For example, a right-click on a textfield/textarea should open a contextual menu (at least, on my device, that's what it does).
Well, apparently my device really don't support right-click context menu, via this tool at least, but I don't think it would via OTG either :/
Indeed, if I click and hold with right click at text, the action of menu context doesn't appear, showing that the system indeed interpetates it differently from left-click, but not the right way... Thank you for the help though
Environment
Hello! As I would like to use mouse right-click to open context menu instead of Back button, I've been trying to read
https://github.com/Genymobile/scrcpy/issues/1958
https://github.com/Genymobile/scrcpy/issues/1613
https://github.com/Genymobile/scrcpy/issues/1302
I saw that there is a option
--forward-all-clicks
and tried to launch with it, but then every mouse clicks change to a normal click, even middle-button... I also saw that--right-click=XXX
in #1302 and change XXX to inject, but I didn't really understand if it was implemented.Am I doing something wrong? Or, is there any other way to work with this right-click?
The text was updated successfully, but these errors were encountered: