<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam Becker &#187; Mac</title>
	<atom:link href="http://adambecker.info/blog/category/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://adambecker.info</link>
	<description>Come play with me</description>
	<lastBuildDate>Tue, 17 May 2011 07:29:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mac OS X: end and home keys</title>
		<link>http://adambecker.info/blog/mac/mac-os-x-end-and-home-keys</link>
		<comments>http://adambecker.info/blog/mac/mac-os-x-end-and-home-keys#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:45:15 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[keys]]></category>

		<guid isPermaLink="false">http://adambecker.info/?p=13</guid>
		<description><![CDATA[I have been using Macs over five years and it has always bothered me that the home and end keys didn’t do what they do on every other computer. For whatever reason, in Mac OS X, when you hit the home or end key your view of the text document is moved to the beginning [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Macs over five years and it has always bothered me that the home and end keys didn’t do what they do on every other computer. For whatever reason, in Mac OS X, when you hit the home or end key your view of the text document is moved to the beginning or end respectively. This wouldn’t be an issue if every other computer hadn’t taught me that these keys are supposed to move me to the beginning and end of the line of text that I am on. I finally get annoyed enough to figure out the answer.</p>
<p>After a quick Google search I found the answer from a blog called Phatness. You can read the article <a href="http://phatness.com/node/1661">here</a>, but if you don’t want to read all the introduction over there, which was decently funny, here is what you do to fix it yourself:</p>
<p>1. Create a new file called DefaultKeyBinding.dict in the directory Users/%YOUR USERNAME%/Library/KeyBindings/<br />
* Note: This folder won’t exist if you haven’t setup non-standard key bindings<br />
2. Copy the following code into the file, and save the file<br />
3. The new key bindings won’t take affect in any applications that are open without re-opening them</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="c" style="font-family:monospace;"><span style="color: #009900;">&#123;</span>
<span style="color: #ff0000;">&quot;\UF729&quot;</span>  <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;moveToBeginningOfLine:&quot;</span><span style="color: #339933;">;</span>
<span style="color: #ff0000;">&quot;$\UF729&quot;</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;moveToBeginningOfLineAndModifySelection:&quot;</span><span style="color: #339933;">;</span>
<span style="color: #ff0000;">&quot;\UF72B&quot;</span>  <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;moveToEndOfLine:&quot;</span><span style="color: #339933;">;</span>
<span style="color: #ff0000;">&quot;$\UF72B&quot;</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;moveToEndOfLineAndModifySelection:&quot;</span><span style="color: #339933;">;</span>
<span style="color: #ff0000;">&quot;\UF72C&quot;</span>  <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;pageUp:&quot;</span><span style="color: #339933;">;</span>
<span style="color: #ff0000;">&quot;\UF72D&quot;</span>  <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;pageDown:&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://adambecker.info/blog/mac/mac-os-x-end-and-home-keys/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

