/public/forums/synergy/topics/86.html
https://github.com/wincent/masochist · HTML · 97 lines · 97 code · 0 blank · 0 comment · 0 complexity · 0af7c88f970eef8c83855f3fccc46c4c MD5 · raw file
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
- <title>
- Possible to restart Synergy via Applescript? · wincent.com
- </title>
- <link
- href="/assets/application-dfd4c4823a8b2979d87ab2ce01a9114c.css"
- media="screen"
- rel="stylesheet"
- type="text/css"
- />
- </head>
- <body>
- <nav class="global">
- <h1>
- <a href="/">Wincent</a>
- </h1>
- </nav>
- <div id="content-wrapper">
- <div id="content">
- <div id="breadcrumbs">
- <a href="/">Home</a> » <a href="/forums">Forums</a> »
- <a href="/forums/synergy">Synergy</a> » Possible to restart
- Synergy via Applescript?
- </div>
- <h1 class="major">Possible to restart Synergy via Applescript?</h1>
- <div class="topic" id="topic_86">
- <ol class="boxed" id="comments">
- <li class="comment">
- <cite>
- <a href="/users/neilio">neilio</a>
- <span class="when">
- <a href="/forums/synergy/topics/86"
- ><time data-relative="true">2005-04-14T13:43:56Z</time></a
- >
- </span>
- </cite>
- <blockquote>
- <p>Is Synergy applescriptable?</p>
- <p>
- I want to restart Synergy via Applescript so that I can get it
- to reload the Track Change Items folder.
- </p>
- </blockquote>
- </li>
- <li class="comment admin" id="comment_291">
- <cite>
- <a href="/users/greg-hurrell">Greg Hurrell</a>
- <span class="when"
- ><a href="#comment_291"
- ><time data-relative="true">2005-04-14T15:11:45Z</time></a
- ></span
- >
- </cite>
- <blockquote>
- <p>
- All Cocoa applications support basic Apple Scripting of this
- sort:
- </p>
- <p>tell application "Synergy" to quit</p>
- <p>
- (I've got some more complicated Apple Script support in
- Synergy Advance, but that's another story. I'm looking at ways
- to make this autorefresh anyway in Synergy Advance, because I
- can use Panther-only APIs which I can't use in Synergy Classic
- because it must run on Jaguar.)
- </p>
- </blockquote>
- </li>
- </ol>
- </div>
- <h2 class="major">Reply</h2>
- <p>This topic is now closed.</p>
- <div class="links">
- <a href="/forums/synergy">topic index</a>
- </div>
- </div>
- </div>
- <footer class="global">
- <ul>
- <li>
- <a
- class="mailto"
- href="mailto:greg@hurrell.net"
- title="Email me at greg@hurrell.net"
- >contact</a
- >
- </li>
- <li>
- <a href="/misc/legal">legal</a>
- </li>
- </ul>
- </footer>
- </body>
- </html>