Mouse Back/Forward and extra buttons don’t work with Synergy

Writing by on Wednesday, 23 of May , 2012 at 5:45 pm

I Did NOT have this problem when my Synergy Server was on Windows. When I switched my Synergy Server to my Red Hat Linux box, I noticed my Back/Forward mouse buttons didn’t work.

After searching around for a bit, adding the following lines to your synergy.conf file fixed this.

$ sudo vi /etc/synergy.conf

section: options
  mousebutton(6) = keystroke(WWWBack)
  mousebutton(7) = keystroke(WWWForward)
  mousebutton(4) = ;
  mousebutton(5) = ;
end

So with my current setup (sk-win7 <-> sk-redhat <-> sk-ubuntu) with sk-redhat being my Synergy Server, my /etc/synergy.conf looks like:

section: screens
  sk-redhat:
  sk-win7:
  sk-ubuntu:
end

section: aliases
  sk-win7:
  10.4.1.1
end

section: links
  sk-redhat:
    left = sk-win7
    right = sk-ubuntu
  sk-win7:
    right = sk-redhat
  sk-ubuntu:
    left = sk-redhat
end

section: options
  mousebutton(6) = keystroke(WWWBack)
  mousebutton(7) = keystroke(WWWForward)
  mousebutton(4) = ;
  mousebutton(5) = ;
end

After adding this section, I was able to get my mouse back/forward buttons to work on all of my boxes.

Leave a comment

Category: Tips and Tricks,Tools

No Comments

No comments yet.

Leave a comment

You must be logged in to post a comment.

Shivdev Kalambi's Blog

Shivdev Kalambi is a Software Development Manager, previously a Principal Software Engineer at ArcSight/HP. With over 16 years' experience in software development, he's worked on several technologies and played different roles and contributed to all phases of projects. Non-tech activies include Ping-pong, Rock Climbing and Yoga at PG, Golf, Skiing, Swimming & a beer enthusiast.