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
Is your feature request related to a problem? Please describe.
I would like to have control over the behavior of the longpress gesture.
Describe the solution you'd like
Instead of sending a right button down event to my vnc server, I would like to send a left button down event so that longpress is a hold on my vnc server rather than a right click.
I think it would be beneficial to have an option that allows a user to configure the behavior of the longpress gesture. The suggested feature might add a flag in this location that either sends the bitmask 0x1 (longpress as hold) or bitmask 0x4 (longpress as right click) depending on how the flag is set.
Describe alternatives you've considered
N/A
Additional context #417 considers using a gui element to configure this functionality. I would just like to be able to configure it via a cli option.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to have control over the behavior of the longpress gesture.
Describe the solution you'd like
Instead of sending a right button down event to my vnc server, I would like to send a left button down event so that longpress is a hold on my vnc server rather than a right click.
noVNC/core/rfb.js
Lines 1282 to 1285 in ed1fef4
I think it would be beneficial to have an option that allows a user to configure the behavior of the longpress gesture. The suggested feature might add a flag in this location that either sends the bitmask 0x1 (longpress as hold) or bitmask 0x4 (longpress as right click) depending on how the flag is set.
Describe alternatives you've considered
N/A
Additional context
#417 considers using a gui element to configure this functionality. I would just like to be able to configure it via a cli option.
The text was updated successfully, but these errors were encountered: