Skip to content

button in API is inconsistent between platforms #4640

Open
@kallisti5

Description

synergys sends keyboard scancodes on windows and xmodmap codes on linux.

I'm not sure how windows clients connected to linux handle this, but i'm having issues with uSynergy on a new platform.

Example:

http://synergy-project.org/wiki/Modifier_keys

windows server, mac client:
recv key down id=0x00000041, mask=0x0001, button=0x001e
linux server, mac client:
recv key down id=0x00000041, mask=0x0001, button=0x0026

uSynergy only works off of the 'button' and doesn't look at the id (which I think is the ascii char in hex?)

Metadata

Assignees

No one assigned

    Labels

    bugThere is an error or the program doesn't work properly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions