I am using Synergy-plus-1.3.4 on Gentoo Linux kernel 2.6.36-tuxonice-r3.

I am using SHIFT+CAPS to change the keyboard layout on BOTH server and client boxes. It works perfectly if I change the layout using attached keyboard. But, when using the Synergy keyboard (I move the mouse from the server screen to the client and change with SHIFT+CAPS) it has no effect.

link|improve this question
feedback

migrated from serverfault.com Mar 6 '11 at 0:03

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

1 Answer

If you want to change your keymapping in X and use synergy, then you have to change it on the server host (the one that you use it from). This only affects what keys are sent by synergy to X on the remote host, it doesn't change the keymapping on that host.

Say you have host A and host B.

  • synergyd is running on A
  • synergyc is running on B
  • If you use xmodmap to change what a key does in X on host A, it will affect what you do if you use Host A's keyboard on host B through synergy
  • If you use host B's keyboard, it won't have the changes you made in X on host A.

By the way, you don't have to move the pointer from host A to B using A's mouse in order to use B's keyboard and mouse, you can just use them.

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.