Synergy: map command to control


/ Published in: Other
Save to your folder(s)

This code maps the apple-pro-keyboard command-key to control (when osx is the server and windowxp is the client).

Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems without special hardware. It's intended for users with multiple computers on their desk since each system uses its own display.


Copy this code and paste it in your HTML
  1. # Synergy
  2. # http://sourceforge.net/projects/synergy2/
  3. # synergy.conf
  4.  
  5. section: screens
  6.  
  7. # OSX (server, serving this file)
  8. osxhostname:
  9.  
  10. # XP (client)
  11. xphostname:
  12. ctrl = alt # make command act like control (1 of 2)
  13. alt = ctrl # make command act like control (2 of 2)
  14. super = alt # make option act like alt (1 of 1)
  15.  
  16. end

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.