Remapping Home/End from PC to Mac Via Synergy is not client specific.

Posted by DtBeloBrown on Super User See other posts from Super User or by DtBeloBrown
Published on 2010-03-31T22:54:58Z Indexed on 2010/03/31 23:03 UTC
Read the original article Hit count: 444

Filed under:
|
|
|

This question asks about the end key but the answers give no examples: http://superuser.com/questions/60052/what-key-works-like-end-using-a-mac-with-synergy

If they had, I am guessing that they would likely have run into this problem.

Adding lines like the bottom two of this:

section: options
    keystroke(End) = keystroke(Control+Right,myiMac)
    keystroke(Home) = keystroke(Control+Left,myiMac)

to my synergy.sgc in MyDocuments on the winXP machine would work but causes the keys to stop functioning on the winXP machine. Unacceptable. I next tried a compromise:

    keystroke(End) = keystroke(Control+Right,myiMac); keystroke(End,myPc)
    keystroke(Home) = keystroke(Control+Left,myiMac); keystroke(Home,myPc)

Expecting that to broadcast the keystrokes to both machines regardless of which one was the Active Screen. That and many other variations did not work.

What am I doing wrong? Has someone actually done this?

© Super User or respective owner

Related posts about synergy

Related posts about keymap