I have Synergy server on a Windows 7 box, and a Mac client connected to it. Most keys work fine, except for the Shift key on the right side. The left Shift key works just fine but not the one on the right side.

Does anybody have the same issue, and what is the resolution?

link|improve this question
feedback

migrated from serverfault.com Jan 28 '11 at 17:51

This question came from our site for system administrators and desktop support professionals.

5 Answers

up vote 2 down vote accepted

I can confirm that downgrading a windows 7 server to 1.3.4 fixes the problem. On the Windows 7 server I tried every server up through 1.4.2 beta and none of them fixed the problem. On OSX 10.6 client I tried everything up through the 1.4.2 beta and none of the newer versions solved the problem.

link|improve this answer
feedback

This is logged in the synergy bug list here: http://synergy-foss.org/pm/issues/2842 so yes, lots of people have the same issue.

They don't seem to come closer to fixing this however.

link|improve this answer
Still broken as of May 2012 :-/ – Rob Osborne May 16 at 18:21
feedback

I was struggling with the issue at work until my good friend Paul Udruscu pointed out that I can use KeyTweek on Windows, to remap the right shift key to the left one and alleviate the issue altogether.

link|improve this answer
Good workaround, i'm using it with 1.4.6 Beta on all nodes – Haytham Elkhoja May 5 at 12:44
feedback

Are you running 1.3.6 by any chance? I just ran into the same problem between a Windows 7 server and Mac OS 10.6 client, exactly as you describe.

I installed the 1.3.7 nightly build (902 specifically) from http://synergy-foss.org/packages/ on both ends, and the problem appears to be fixed.

Edit: scratch that, the problem is back. Going to try a few more things...

link|improve this answer
I downgraded my server back to 1.3.4 and that solved the problem. Client on Mac is fine as 1.3.6. – Haoest Feb 2 '11 at 19:56
Yup, taking the server back to 1.3.4 fixed it. I tried going all the way forward to 1.5 nightly, but no dice. Thanks! – Lem Feb 2 '11 at 20:07
feedback

Going off the workaround above by Ash, this can also be accomplished by adding a registry value to Keyboard Layout. It remaps the left shift key to the right shift key.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
New binary value
Name: Scancode Map
Value: 00 00 00 00 00 00 00 00 02 00 00 00 2a 00 36 00 00 00 00 00

Reference: modified this example; worked on Windows 7 with Synergy 1.4.8.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.