<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://labs.echoditto.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>EchoDitto Labs - Synergy: more than keyboard sharing - Comments</title>
 <link>http://labs.echoditto.com/node/45</link>
 <description>Comments for &quot;Synergy: more than keyboard sharing&quot;</description>
 <language>en</language>
<item>
 <title>Synergy: more than keyboard sharing</title>
 <link>http://labs.echoditto.com/node/45</link>
 <description>&lt;p&gt;I have recently started using &lt;a href=&quot;http://synergy2.sourceforge.net/&quot;&gt;synergy&lt;/a&gt; to control my Mac and PC using a single keyboard and mouse.  Synergy is a pretty impressive piece of Open Source software: it&amp;#8217;s impressive enough that it can use a standard LAN network to share input devices between computers.  What I didn&amp;#8217;t realize until setting it up was how much more it can do.&lt;/p&gt;
&lt;p&gt;While Synergy is fairly easy to set up, being a geek-centric piece of open-source software it requires some editing of configuration files and the like (though on Windows machines a straightforward GUI is provided to facilitate this).  Configuration files specify not just what machines are going to be controlled and how their monitors are laid out in physical space, but also allow for a plethora of configuration options.  While many of these options are basically just advanced setup parameters, there&amp;#8217;s one class of options that makes Synergy incredibly powerful:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Through Synergy&amp;#8217;s configuration file one can map keystrokes entered while controlling any machine to (not necessarily identical) keystrokes on a specific machine!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;!--break--&gt;&lt;/p&gt;
&lt;p&gt;To illustrate, here are some I&amp;#8217;ve set up to facilitate debugging of pages in IE:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;option+control+shift+r on my Mac &amp;rarr; control+r on my PC&lt;/strong&gt;: automatically reloading the browser if it is the frontmost window&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;option+control+shift+enter on my Mac &amp;rarr; Enter on my PC&lt;/strong&gt;: so when a dialog comes up I&amp;#8217;m not expecting but don&amp;#8217;t need to deal with I can press enter without hassle.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;option+control+shift+tab on my Mac &amp;rarr; alt+tab on my PC&lt;/strong&gt;: switch focused app in my pc from my mac&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Add to this shared clipboard (for text, at least) and traditional KVM keystrokes for switching between monitors and you have a first rate app!&lt;/p&gt;
&lt;p&gt;My synergy.conf file:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  section: screens
    formation:
    eethannmb:  
  end

  section: links
    eethannmb:
        right = formation
    formation:
        left = eethannmb        
  end

  section: aliases
  end

  section: options
    keystroke(super+control+shift+r) = keystroke(control+r,formation)
    keystroke(super+control+shift+return) = keystroke(return,formation)
    keystroke(super+control+shift+tab) = keystroke(alt+tab,formation)
     keystroke(super+control+shift+left) = switchToScreen(eethannmb)
     keystroke(super+control+shift+right) = switchToScreen(formation)
  end
&lt;/code&gt;&lt;/pre&gt;</description>
 <comments>http://labs.echoditto.com/node/45#comments</comments>
 <category domain="http://labs.echoditto.com/taxonomy/term/50">opensource</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/97">osx</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/96">synergy</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/38">windows</category>
 <pubDate>Thu, 27 Sep 2007 13:28:45 -0700</pubDate>
 <dc:creator>Ethan</dc:creator>
 <guid isPermaLink="false">45 at http://labs.echoditto.com</guid>
</item>
</channel>
</rss>
