Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default Broadcasting or Hotkeys

    I have been trying to get Synergy to broadcast keystrokes from the Server and to the server, then to the Client. The Client PC is Linux.

    I can get the keystroke to the Client PC with hotkeys, but I cannot get the keystroke to the server. I am trying to accomplish one task on both PC's that require one keystoke each.

    Hot keys would be the way to go for me, if the server would get the actually key (Z) and then it would send whatever hotkey to the client (F6)

    So the server would get the Z keystroke and the client F6

  2. #2

    Default

    By your post I'm assuming your running 2 instances of WoW on your Server PC and it's not broadcasting the keystroke to your second instance of WoW. If this is the case, Synergy will not broadcast to the other instance of Wow on the same machine. You'll need Keyclone or the like to broadcast the keystrokes.

    As far as sending different keystrokes, I don't think it's possible because of the basic coding language used in identifying keys strokes. Why not just bind your "Z" key for whatever action you need on your server, then bind the same "Z" key to whatever F6 would have been used for on the client?
    Owachi (Druid), Rhodrage(Paladin), Tenitis (Warlock), Rhodigan (Mage), Vhoden (Shaman)

  3. #3

    Default

    I'm not gaming at all, I am trying to initiate a command to 2 PC's at the same time.. One is windows and one is Linux. The problem is the command I need to send to the PC's are not the same keystroke. WHat I am trying to acomplish is one keystroke, 1 command to each PC.

    It is onboard a fishing vessel. We have 2 PC which record GPS data, I would like for them to record at the same time.
    But the keystroke on both PC's are differant

  4. #4

    Default

    one zero effort way to achieve this would be to use keyclone although it will cost you $10

  5. #5

    Default

    Would keyclone work with Linux?

  6. #6

    Default

    I believe it does. I know that's not a great answer but PM Keyclone directly if you need more info. He runs a great program and is always at hand to support it. You'll probably want to use the Keymapping ability in Keyclone to achieve the results you need.

    Btw, kudos to you all in that industry. Damn hard work!
    Owachi (Druid), Rhodrage(Paladin), Tenitis (Warlock), Rhodigan (Mage), Vhoden (Shaman)

  7. #7

    Default

    thanks, I've sent a message. I hope there is a way, I'd rather do it this way than to go the Hardware route.

    The job can be challenging, Its a great job when the weather is nice, but it can turn into a pretty nasty one from one day to another.

  8. #8

    Default

    What you're trying to do is definitely doable with just Synergy. Synergy has configuration options to send different keystrokes to each server. If it were me, I'd make the Linux machine the Synergy server and the Windows machine the client. I recommend this simply because the Synergy docs tell you how to edit the config file manually to do things like:

    [code:1]
    # When meta is pressed on the server, send alt to the client
    meta = alt
    [/code:1]

    and/or:

    [code:1]
    # When super+f12 is pressed on any screen, send super+L to machine "larry" and control+alt+delete to machine "curly"
    # (which pretty much describes what you want to do, I think.)
    keystroke(super+f12) = keystroke(super+L,larry), keystroke(control+alt+delete,curly)
    [/code:1]

    or:

    [code:1]
    keystroke(f6) = keystroke(f6,larry), keystroke(z,curly)
    [/code:1]

    Check out:

    http://synergy2.sourceforge.net/configuration.html

    You can probably also do that with the Windows machine as the Server using the 'HotKeys' section of the configuration window, but I've never used that, and the documentation on how to do that I couldn't immediately find.

  9. #9

    Default

    I've tried the hotkeys method with windows without any luck, Synergy would be my route of choice, one mouse one a rocking boat is hard enough to run, let alone two!..

    I;ve ven tried


    keystroke(f6) = keystroke(q,larry), keystroke(z,curly)

    It still wont send the keystroke to the Server PC

  10. #10

    Default

    Are you running the client software on the server PC as well?
    Wilbur

Similar Threads

  1. hotkeys for reviving and accepting body
    By multiwowzer in forum General WoW Discussion
    Replies: 4
    Last Post: 06-14-2009, 02:59 PM
  2. Replies: 1
    Last Post: 03-25-2009, 02:06 PM
  3. Using clicks and not hotKeys to control the "enslave"?
    By flep in forum New Multi-Boxers & Support
    Replies: 12
    Last Post: 06-08-2008, 05:53 PM
  4. multiboxing - mouse hotkeys
    By redforman in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 05-14-2008, 06:39 PM
  5. Only send certain hotkeys to non-active windows?
    By Vodka in forum Software Tools
    Replies: 2
    Last Post: 11-25-2007, 10:58 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •