<div class="markdown">
<p dir="auto">On 31 Jan 2014, at 23:32, Pedro Lobo wrote:</p>

<blockquote>
<p dir="auto">I don't think I can trigger the quick entry with AppleScript though.</p>
</blockquote>

<p dir="auto">quick entry hotkey could be used to trigger it. Something like:</p>

<pre><code>tell application "System Events" to key code 36 using {command down, shift down}"
</code></pre>

<p dir="auto">-- <br>
Nitin</p>

</div>