Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

EDIT OK so to shorten this. I need to know why on the server when I press a letter does it just have event label and not the Up and Down actions. It seems like that is the root of the issue no?

This: event: Key event kind: 10, keycode=0

Not this:

event: Key event kind: 10, keycode=83
new mask: 0x0000
onKeyDown id=61361 mask=0x0000 button=0x0054

Problem description:

Config details are below and I can post full logs if requested. I have the server on OSX and it will pass the mouse just fine, but the keyboard I am only getting the keypad. all the the keys don't pass to the client. It is for sure an issue on the server side after looking at the logs. From the server logs, here is a keypad digit press ( I think a "1"):

event: Key event kind: 10, keycode=83
new mask: 0x0000
onKeyDown id=61361 mask=0x0000 button=0x0054
send key down to "192.168.1.115" id=61361, mask=0x0000, button=0x0054
event: Key event kind: 11, keycode=83
new mask: 0x0000
onKeyUp id=0 mask=0x0000 button=0x0054
send key up to "192.168.1.115" id=0, mask=0x0000, button=0x0054

After that I pressed the "a" key:

event: Key event kind: 10, keycode=0
event: Key event kind: 11, keycode=0

You can tell that it has no desire to send those keys to the client. In fact it looks no differnt when I press the same keys locally. Here is a "1" and an "a"

event: Key event kind: 10, keycode=83
new mask: 0x0000
onKeyDown id=61361 mask=0x0000 button=0x0054
event: Key event kind: 11, keycode=83
new mask: 0x0000
onKeyUp id=0 mask=0x0000 button=0x0054
checking clipboard
flags: 0
event: Key event kind: 10, keycode=0
event: Key event kind: 11, keycode=0

Obviously there is no Send Key line and maybe this is how it should look. I'm not sure.

Configuration details:

OSX 10.5 with synergy 1.3.8 as the server. The keyboard is a MS ergo 4000. Drivers are installed on both machines.

Win7 64.bit with synergy 1.3.8 as the client

Startup line for OSX:

/Applications/Synergy/synergys  --restart -c /Applications/Synergy/synergy.conf -n 192.168.1.108

Config file on OSX: section: screens

192.168.1.108:
192.168.1.115:
end
section: aliases
        192.168.1.108:
            MacBook-Pro
        192.168.1.115:
            ccrumpackerpc
    end

section: links

    192.168.1.108:
        left = 192.168.1.115

    192.168.1.115:
        right = 192.168.1.108

end

asked 15 Mar '12, 12:38

rainierez's gravatar image

rainierez
412
accept rate: 0%

closed 19 Jul '12, 09:08

nbolton's gravatar image

nbolton ♦♦
1.8k128

The question has been closed for the following reason "Your version is out of date, please upgrade" by nbolton 19 Jul '12, 09:08

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×172
×107

Asked: 15 Mar '12, 12:38

Seen: 510 times

Last updated: 19 Jul '12, 09:08

powered by OSQA