<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pages 2.0: How to enter special characters in the Find/Replace dialog</title>
	<atom:link href="http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/</link>
	<description>Notes from an unfinished world…</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:29:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/comment-page-1/#comment-7321</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Thu, 09 Aug 2007 11:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/#comment-7321</guid>
		<description>Cool. I can live with that.</description>
		<content:encoded><![CDATA[<p>Cool. I can live with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danridley</title>
		<link>http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/comment-page-1/#comment-7316</link>
		<dc:creator>danridley</dc:creator>
		<pubDate>Thu, 09 Aug 2007 06:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/#comment-7316</guid>
		<description>Reasonably well fixed in 3.0 — there&#039;s a &lt;a href=&quot;http://homepage.mac.com/danridley/filechute/pages3_insert.png&quot; rel=&quot;nofollow&quot;&gt;handy dropdown&lt;/a&gt; that lets you insert common special characters. The keyboard shortcuts are still goofy (Opt-Shift-Return still inserts a paragraph break), but at least the mouse UI is clear and obvious.</description>
		<content:encoded><![CDATA[<p>Reasonably well fixed in 3.0 — there&#8217;s a <a href="http://homepage.mac.com/danridley/filechute/pages3_insert.png" rel="nofollow">handy dropdown</a> that lets you insert common special characters. The keyboard shortcuts are still goofy (Opt-Shift-Return still inserts a paragraph break), but at least the mouse UI is clear and obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/comment-page-1/#comment-5024</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Tue, 09 May 2006 12:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/#comment-5024</guid>
		<description>I am not sure the availability of keybindings qualifies as an excuse… We are talking about Apple here. It&#039;s software that is supposed to be &quot;for the rest of us.&quot; But thanks for the tip.</description>
		<content:encoded><![CDATA[<p>I am not sure the availability of keybindings qualifies as an excuse… We are talking about Apple here. It&#8217;s software that is supposed to be &#8220;for the rest of us.&#8221; But thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacobolus</title>
		<link>http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/comment-page-1/#comment-5022</link>
		<dc:creator>jacobolus</dc:creator>
		<pubDate>Tue, 09 May 2006 04:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/#comment-5022</guid>
		<description>apparently i messed up one or more of the &lt;code&gt;&amp;code&gt;&lt;/code&gt; tags there.</description>
		<content:encoded><![CDATA[<p>apparently i messed up one or more of the <code>&amp;code&gt;</code> tags there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacobolus</title>
		<link>http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/comment-page-1/#comment-5021</link>
		<dc:creator>jacobolus</dc:creator>
		<pubDate>Tue, 09 May 2006 04:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.betalogue.com/2006/05/08/pages-20-how-to-enter-special-characters-in-the-findreplace-dialog/#comment-5021</guid>
		<description>Sure there&#039;s an excuse.  The find dialog is a regular cocoa NSTextView.  To insert a newline into any NSTextView, it&#039;s &#x2325;&#x21A9;.  To insert a tab into any NSTextView, it&#039;s &#x2325;&#x21E5;.  There&#039;s no keybinding for linebreaks, etc.  But if you want one, &lt;a href=&quot;http://hcs.harvard.edu/~jrus/site/cocoa-text.html&quot; title=&quot;Cocoa Text System&quot; rel=&quot;nofollow&quot;&gt;you can add it&lt;/a&gt;.  The selectors you want are: &lt;code&gt;insertLineBreak:&lt;/code&gt;, &lt;code&gt;insertParagraphSeparator: &lt;/code&gt;&lt;code&gt;insertContainerBreak:&lt;/code&gt;&lt;code&gt;.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sure there&#8217;s an excuse.  The find dialog is a regular cocoa NSTextView.  To insert a newline into any NSTextView, it&#8217;s &#x2325;&#x21A9;.  To insert a tab into any NSTextView, it&#8217;s &#x2325;&#x21E5;.  There&#8217;s no keybinding for linebreaks, etc.  But if you want one, <a href="http://hcs.harvard.edu/~jrus/site/cocoa-text.html" title="Cocoa Text System" rel="nofollow">you can add it</a>.  The selectors you want are: <code>insertLineBreak:</code>, <code>insertParagraphSeparator: </code><code>insertContainerBreak:</code><code>.</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

