No I am afraid that you cannot duplicate actions on each box to dual wield mages. Multiplicity shares mouse and key board function but not simultaneously. |
Are there any plans to add this functionality at some point? Since the clients are merely executing commands sent to it by the server, it should be trivial to implement customizable hotkeys which instruct the server to issue commands to multiple clients at once.
This is already possible with Synergy, and I'd be using it alongside Multiplicity, but unfortunately, Multiplicity's clipboard/file-copy capabilities break when Synergy is run (even with screen switching disabled).
As an example of how Synergy handles key broadcasting, this is a portion of what its config file would look like:
section: options
keystroke(Shift+Control+1) = keyDown(1,host1), keyDown(1,host2); keyUp(1,host1), keyUp(1,host2)What this means is that whenever the user presses 'SHIFT-CTRL-1' on the primary screen, Synergy issues a keyDown/keyUp command for the number '1' on two of the client systems. It works incredibly well (yes, even in WoW), and I honestly believe this is something you should consider adding to Multiplicity (you'd make a lot of people happy, and perhaps even collect a few additional customers).