/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

  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
  5. <title>
  6. Possible to restart Synergy via Applescript? &middot; wincent.com
  7. </title>
  8. <link
  9. href="/assets/application-dfd4c4823a8b2979d87ab2ce01a9114c.css"
  10. media="screen"
  11. rel="stylesheet"
  12. type="text/css"
  13. />
  14. </head>
  15. <body>
  16. <nav class="global">
  17. <h1>
  18. <a href="/">Wincent</a>
  19. </h1>
  20. </nav>
  21. <div id="content-wrapper">
  22. <div id="content">
  23. <div id="breadcrumbs">
  24. <a href="/">Home</a> &raquo; <a href="/forums">Forums</a> &raquo;
  25. <a href="/forums/synergy">Synergy</a> &raquo; Possible to restart
  26. Synergy via Applescript?
  27. </div>
  28. <h1 class="major">Possible to restart Synergy via Applescript?</h1>
  29. <div class="topic" id="topic_86">
  30. <ol class="boxed" id="comments">
  31. <li class="comment">
  32. <cite>
  33. <a href="/users/neilio">neilio</a>
  34. <span class="when">
  35. <a href="/forums/synergy/topics/86"
  36. ><time data-relative="true">2005-04-14T13:43:56Z</time></a
  37. >
  38. </span>
  39. </cite>
  40. <blockquote>
  41. <p>Is Synergy applescriptable?</p>
  42. <p>
  43. I want to restart Synergy via Applescript so that I can get it
  44. to reload the Track Change Items folder.
  45. </p>
  46. </blockquote>
  47. </li>
  48. <li class="comment admin" id="comment_291">
  49. <cite>
  50. <a href="/users/greg-hurrell">Greg Hurrell</a>
  51. <span class="when"
  52. ><a href="#comment_291"
  53. ><time data-relative="true">2005-04-14T15:11:45Z</time></a
  54. ></span
  55. >
  56. </cite>
  57. <blockquote>
  58. <p>
  59. All Cocoa applications support basic Apple Scripting of this
  60. sort:
  61. </p>
  62. <p>tell application &quot;Synergy&quot; to quit</p>
  63. <p>
  64. (I've got some more complicated Apple Script support in
  65. Synergy Advance, but that's another story. I'm looking at ways
  66. to make this autorefresh anyway in Synergy Advance, because I
  67. can use Panther-only APIs which I can't use in Synergy Classic
  68. because it must run on Jaguar.)
  69. </p>
  70. </blockquote>
  71. </li>
  72. </ol>
  73. </div>
  74. <h2 class="major">Reply</h2>
  75. <p>This topic is now closed.</p>
  76. <div class="links">
  77. <a href="/forums/synergy">topic index</a>
  78. </div>
  79. </div>
  80. </div>
  81. <footer class="global">
  82. <ul>
  83. <li>
  84. <a
  85. class="mailto"
  86. href="mailto:greg@hurrell.net"
  87. title="Email me at greg@hurrell.net"
  88. >contact</a
  89. >
  90. </li>
  91. <li>
  92. <a href="/misc/legal">legal</a>
  93. </li>
  94. </ul>
  95. </footer>
  96. </body>
  97. </html>