<?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: Receiving Enter &amp; Arrow Key Presses From NSSearchField</title>
	<atom:link href="http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/</link>
	<description>a developer blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 18:23:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tuomas</title>
		<link>http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/#comment-3564</link>
		<dc:creator>Tuomas</dc:creator>
		<pubDate>Sun, 09 May 2010 08:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2008/02/05/receiving-enter-arrow-key-presses-from-an-nssearchfield/#comment-3564</guid>
		<description>Great. Converted this into AppleScript and it works perfectly in my ASObjC app.</description>
		<content:encoded><![CDATA[<p>Great. Converted this into AppleScript and it works perfectly in my ASObjC app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carpii</title>
		<link>http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/#comment-3529</link>
		<dc:creator>carpii</dc:creator>
		<pubDate>Fri, 29 Jan 2010 17:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2008/02/05/receiving-enter-arrow-key-presses-from-an-nssearchfield/#comment-3529</guid>
		<description>Very useful, thanks. &lt;br&gt;As an experienced developer, but very new to Cocoa and everything Mac, I was struggling to find a way to handle enter key.. (since NSSearchField seems to fire its action whenever theres a matched word). This code did the job nicely :)</description>
		<content:encoded><![CDATA[<p>Very useful, thanks. <br />As an experienced developer, but very new to Cocoa and everything Mac, I was struggling to find a way to handle enter key.. (since NSSearchField seems to fire its action whenever theres a matched word). This code did the job nicely <img src='http://dbachrach.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay swami</title>
		<link>http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/#comment-3434</link>
		<dc:creator>vijay swami</dc:creator>
		<pubDate>Tue, 25 Aug 2009 08:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2008/02/05/receiving-enter-arrow-key-presses-from-an-nssearchfield/#comment-3434</guid>
		<description>Thanks buddy. It was a great help. keep the nice work up! :)</description>
		<content:encoded><![CDATA[<p>Thanks buddy. It was a great help. keep the nice work up! <img src='http://dbachrach.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Johnson</title>
		<link>http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/#comment-842</link>
		<dc:creator>Walter Johnson</dc:creator>
		<pubDate>Fri, 15 Aug 2008 13:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2008/02/05/receiving-enter-arrow-key-presses-from-an-nssearchfield/#comment-842</guid>
		<description>As a follow-up to my previous comment, it&#039;s easier to detect the enter-key event by making your controller the search field&#039;s delegate and implementing controlTextDidEndEditing:.  Pressing enter in a search field causes this notification to be sent.  Granted, you won&#039;t be able to intercept the other keys...</description>
		<content:encoded><![CDATA[<p>As a follow-up to my previous comment, it&#8217;s easier to detect the enter-key event by making your controller the search field&#8217;s delegate and implementing controlTextDidEndEditing:.  Pressing enter in a search field causes this notification to be sent.  Granted, you won&#8217;t be able to intercept the other keys&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Johnson</title>
		<link>http://dbachrach.com/blog/2008/02/receiving-enter-arrow-key-presses-from-nssearchfield/#comment-843</link>
		<dc:creator>Walter Johnson</dc:creator>
		<pubDate>Thu, 14 Aug 2008 22:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2008/02/05/receiving-enter-arrow-key-presses-from-an-nssearchfield/#comment-843</guid>
		<description>Thanks.  This works great for detecting the enter key.  However, it also screws up the search field&#039;s ability to track recent searches.  Anytime I press the down arrow to bring up my recent searches, no menu is displayed.</description>
		<content:encoded><![CDATA[<p>Thanks.  This works great for detecting the enter key.  However, it also screws up the search field&#8217;s ability to track recent searches.  Anytime I press the down arrow to bring up my recent searches, no menu is displayed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.374 seconds -->
