<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: OS X Home and End Key Equivalents?</title>
	<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents/</link>
	<description>Comments on Ask MetaFilter post OS X Home and End Key Equivalents?</description>
	<pubDate>Fri, 23 Jun 2006 13:54:47 -0800</pubDate>
	<lastBuildDate>Fri, 23 Jun 2006 13:54:47 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: OS X Home and End Key Equivalents?</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents</link>	
		<description>I recently made the switch, and bought a nice, shiny Macbook.  I&apos;m loving it, but the keyboard shortcuts are giving me some trouble.  Are there equivalents to the Home and End keys on a PC keyboard? &lt;br /&gt;&lt;br /&gt; Windows and linux both use these keys to move to the beginning or end of a line.  I&apos;ve tried command - left &amp;amp; right arrow, but it behaves slightly differently.  It also doesn&apos;t work in vim.  Thanks in advance for the help.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.40806</guid>
		<pubDate>Fri, 23 Jun 2006 13:50:06 -0800</pubDate>
		<dc:creator>phr4gmonk3y</dc:creator>
		
			<category>computers</category>
		
	</item> <item>
		<title>By: ranglin</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628725</link>	
		<description>Try Fn-left arrow and Fn-right arrow... Also, you&apos;ll find that option-left and option-right move one word at a time..&lt;br&gt;
&lt;br&gt;
(Warning: No idea if this works in XP via Boot Camp, but it works in OSX)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628725</guid>
		<pubDate>Fri, 23 Jun 2006 13:54:47 -0800</pubDate>
		<dc:creator>ranglin</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628731</link>	
		<description>Ummm... on my Powerbook it&apos;s OpenApple+Left/Right (or Command, if you prefer), not Fn. Fn, IIRC, takes you to the begining/end of a document, not line.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628731</guid>
		<pubDate>Fri, 23 Jun 2006 13:59:59 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: phr4gmonk3y</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628740</link>	
		<description>Fn doesn&apos;t seem to do it for me, upon initial testing.&lt;br&gt;
&lt;br&gt;
Sbutler, as for OpenApple+Left/Right, it&apos;s very close to what I want, but it doesn&apos;t work on unix programs (i.e. Terminal, Vim, gVim, etc.) and doesn&apos;t quite behave like End or Home on a pc.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628740</guid>
		<pubDate>Fri, 23 Jun 2006 14:05:06 -0800</pubDate>
		<dc:creator>phr4gmonk3y</dc:creator>
	</item><item>
		<title>By: jjg</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628744</link>	
		<description>&lt;i&gt;doesn&apos;t quite behave like End or Home on a pc&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
What&apos;s different about it?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628744</guid>
		<pubDate>Fri, 23 Jun 2006 14:08:19 -0800</pubDate>
		<dc:creator>jjg</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628746</link>	
		<description>Well, for Bash you can use ctrl+a/e, for vim use ^/$.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628746</guid>
		<pubDate>Fri, 23 Jun 2006 14:08:45 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: revgeorge</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628750</link>	
		<description>Anything that uses gettext (which is a lot of unix things) support Ctrl-a/Ctrl-e for beginning/end of line.  In Vim, I&apos;ve always used ^/$ to get to where I&apos;m going.  These avoid all the problems that terminal emulators between platforms experience, so it&apos;s a good habit to get into if you ever use a non-local system.&lt;br&gt;
&lt;br&gt;
Also, you can change the keymap in Terminal to whatever you want in Terminal -&amp;gt; Window Settings -&amp;gt; Keyboard.  If you want Cmd -&amp;gt;/&amp;lt;- to send Home/End, it shouldn&apos;t be hard to accomplish.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628750</guid>
		<pubDate>Fri, 23 Jun 2006 14:12:07 -0800</pubDate>
		<dc:creator>revgeorge</dc:creator>
	</item><item>
		<title>By: phr4gmonk3y</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628759</link>	
		<description>Ctrl+a/e does it for me.  Thanks guys.  I&apos;ll get into the habit of using it instead.&lt;br&gt;
&lt;br&gt;
jjg, the main difference is that if, for example, you have wordwrap on, and a line takes up more than one line on the screen but is physically one line Home/End or Ctrl+A/E will take you to the end of the physical line, whereas Command+Left/Right will take you to the end of the line that&apos;s being displayed....  That&apos;s the best way I can articulate it.  I apologize if my explanation is a bit convoluted.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628759</guid>
		<pubDate>Fri, 23 Jun 2006 14:19:18 -0800</pubDate>
		<dc:creator>phr4gmonk3y</dc:creator>
	</item><item>
		<title>By: limeonaire</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628796</link>	
		<description>Ahh, perfect question&#8212;I&apos;ve been trying to figure out how to quickly get to the beginnings and ends of URLs on my Mac for so long! I actually have a full Mac keyboard that has &quot;home&quot; and &quot;end&quot; keys, since it&apos;s a Power Mac G4&#8212;but for some reason, home and end do pretty much nothing. I used to just hit Cmd-A and then an arrow to get to the beginning of end of the line&#8212;but that only works to get to the end of the line.&lt;br&gt;
&lt;br&gt;
Thanks for the question, phr4gmonk3y, and thanks for the answers, everyone else.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628796</guid>
		<pubDate>Fri, 23 Jun 2006 14:51:30 -0800</pubDate>
		<dc:creator>limeonaire</dc:creator>
	</item><item>
		<title>By: scottreynen</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628798</link>	
		<description>If you&apos;re using them a lot, you may want to just get a keyboard that has home and end keys.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628798</guid>
		<pubDate>Fri, 23 Jun 2006 14:52:14 -0800</pubDate>
		<dc:creator>scottreynen</dc:creator>
	</item><item>
		<title>By: jjg</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628799</link>	
		<description>The problem you were having was not that there were no Home and End keys -- it&apos;s that the keys didn&apos;t behave the way you were used to.&lt;br&gt;
&lt;br&gt;
Here&apos;s a handy list of &lt;a href=&quot;http://hcs.harvard.edu/~jrus/Site/system-bindings.html&quot;&gt;text editing shortcuts&lt;/a&gt; that work in many OS X apps (the Cocoa ones, anyway).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628799</guid>
		<pubDate>Fri, 23 Jun 2006 14:52:51 -0800</pubDate>
		<dc:creator>jjg</dc:creator>
	</item><item>
		<title>By: frecklefaerie</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#628805</link>	
		<description>In firefox and safari, command+up arrow is home and command+down arrow is end.  That&apos;s at least a one handed solution for those two.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-628805</guid>
		<pubDate>Fri, 23 Jun 2006 15:00:32 -0800</pubDate>
		<dc:creator>frecklefaerie</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#629200</link>	
		<description>For what it&apos;s worth, you will find that some apps (e.g. Microsoft Office) use the actual Home and End keys as they would function in Windows, rather than using the Apple standard of Cmd+arrow.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-629200</guid>
		<pubDate>Sat, 24 Jun 2006 04:48:47 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: joeclark</title>
		<link>http://ask.metafilter.com/40806/OS-X-Home-and-End-Key-Equivalents#629253</link>	
		<description>It&apos;s been &lt;kbd&gt;Uparrow&lt;/kbd&gt; and &lt;kbd&gt;Downarrow&lt;/kbd&gt; since early system versions. I&apos;ve been using these things since they came out and cannot recall a time when those keystrokes did not work.&lt;br&gt;
&lt;br&gt;
Now, if you need to get to the extreme end of one line inside a &lt;em&gt;paragraph&lt;/em&gt; as opposed to e.g. the beginning or end of a line in the Google search box in Safari, you indeed will need a different keystroke, which may be application-dependent. &lt;kbd&gt;Command-leftarrow&lt;/kbd&gt;/&lt;kbd&gt;-rightarrow&lt;/kbd&gt; is the first one to try.&lt;br&gt;
&lt;br&gt;
You can&apos;t expect &quot;classic&quot; Macintosh cursor keystrokes to work in Unix terminal windows. You have to use Unix keystrokes, as mentioned above.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40806-629253</guid>
		<pubDate>Sat, 24 Jun 2006 08:40:27 -0800</pubDate>
		<dc:creator>joeclark</dc:creator>
	</item>
	</channel>
</rss>
