Mouse Back Button

On many mouse, there is a button to go back on a web browser for example.
This button does not work through realvnc, but it does work in other software like Teamviewer.
What do I have to do to make it work?

11

Comments

9 comments
  • Official comment

    Hi,

    VNC Connect supports the primary 3 mouse buttons at the moment, but not additional buttons such as forward and back. I will move this post to our feature requests section

    Thanks!

    Comment actions Permalink
  • I definitely want this. Both forward and back buttons would be excellent.

    6
    Comment actions Permalink
  • Are there any updates to this? Is this on the roadmap? Will it be placed on the roadmap?

    This appears to be the highly requested feature and would be a huge usability enhancement. I'm sure many of us would appreciate forward and back buttons. It's the only thing that remote desktop provides, but RealVNC does not!.

    4
    Comment actions Permalink
  • The absence of side button support is very annoying. Using the "Back" button is second nature to me.

    4
    Comment actions Permalink
  • Checking in to see if this has yet been scheduled for implementation...

    Would love to see this available as a feature!

    3
    Comment actions Permalink
  • @Maurice I implemented this with autohotkey, supposing that Alt-Left/Right triggers go-back/forward in your application.

    SendMode Event
    #IfWinActive ahk_exe vncviewer.exe
    ~XButton1:: SendInput, !{Left}
    ~XButton2:: SendInput, !{Right}
    return
    1
    Comment actions Permalink
  • @李大锐, Thanks for the script but it doesn't work for me unfortunately

    1
    Comment actions Permalink
  • Hi, I'm a new user of RealVNC.

    This is also a highly wanted feature by me!

    It's almost 3 years ago this post was made. Why hasn't this been implemented yet?

    1
    Comment actions Permalink
  • I can haz back button? Pleez?

    0
    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post