<?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: 90 percent of US net users don&#039;t know from&#160;crtl-F</title>
	<atom:link href="http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html/feed" rel="self" type="application/rss+xml" />
	<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html</link>
	<description>Brain candy for Happy Mutants</description>
	<lastBuildDate>Sat, 25 May 2013 07:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: DewiMorgan</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1197817</link>
		<dc:creator>DewiMorgan</dc:creator>
		<pubDate>Wed, 24 Aug 2011 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1197817</guid>
		<description>In many programming editors, select a block of text and hit tab to indent. Hit shift-tab to unindent. So intuitive, but it&#039;d never occurred to me to try, since in my mind that should replace the selected text with a tab character.

Ctrl-Shift-L and Ctrl-Shift-U also often change between upper and lower case: but these vary more. You may need to check your editor&#039;s documentation to find their combo.

And yes - Ctrl-Z is the best combo ever.</description>
		<content:encoded><![CDATA[<p>In many programming editors, select a block of text and hit tab to indent. Hit shift-tab to unindent. So intuitive, but it&#8217;d never occurred to me to try, since in my mind that should replace the selected text with a tab character.</p>
<p>Ctrl-Shift-L and Ctrl-Shift-U also often change between upper and lower case: but these vary more. You may need to check your editor&#8217;s documentation to find their combo.</p>
<p>And yes &#8211; Ctrl-Z is the best combo ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hazel Edmunds</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1197781</link>
		<dc:creator>Hazel Edmunds</dc:creator>
		<pubDate>Wed, 24 Aug 2011 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1197781</guid>
		<description>I&#039;m not a big bad internet techie. I learned my keyboard shortcuts before mice came on the scene and have simply picked up a few new ones along the way. The &quot;you don&#039;t know what you don&#039;t know&quot; thing is scary since if I try to show/tell you you might be insulted - or you could be grateful!</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a big bad internet techie. I learned my keyboard shortcuts before mice came on the scene and have simply picked up a few new ones along the way. The &#8220;you don&#8217;t know what you don&#8217;t know&#8221; thing is scary since if I try to show/tell you you might be insulted &#8211; or you could be grateful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DewiMorgan</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1197409</link>
		<dc:creator>DewiMorgan</dc:creator>
		<pubDate>Wed, 24 Aug 2011 05:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1197409</guid>
		<description>&quot;I&#039;d love to have a keyboard shortcut that would let me invert the case of a block of text.&quot;

With AutoHotkey, I wrote an app that would wait until you hit caps-lock. Then it would send ctrl-c to copy the selected block of text, and then check the length of that. If it was zero-length (ie, you had no text selected) it would act like a regular caps lock key. Otherwise, it would cycle between lower case, Title Case, UPPER CASE and whatever the original case was. (it backed up and restored the clipboard so it didn&#039;t blat that, of course).

Annoyingly, though, too many apps would copy the current line if you had nothing selected, so I stopped using it, because it would bork in those cases :(

If anyone knows how to tell, in Windows, whether some text is currently selected in the focused window, then I can make that util actually be useful. Until then, it&#039;s only useful about 90% of the time. Still, willing to share even that, if you&#039;re interested - it&#039;s an easy enough script.</description>
		<content:encoded><![CDATA[<p>&#8220;I&#8217;d love to have a keyboard shortcut that would let me invert the case of a block of text.&#8221;</p>
<p>With AutoHotkey, I wrote an app that would wait until you hit caps-lock. Then it would send ctrl-c to copy the selected block of text, and then check the length of that. If it was zero-length (ie, you had no text selected) it would act like a regular caps lock key. Otherwise, it would cycle between lower case, Title Case, UPPER CASE and whatever the original case was. (it backed up and restored the clipboard so it didn&#8217;t blat that, of course).</p>
<p>Annoyingly, though, too many apps would copy the current line if you had nothing selected, so I stopped using it, because it would bork in those cases :(</p>
<p>If anyone knows how to tell, in Windows, whether some text is currently selected in the focused window, then I can make that util actually be useful. Until then, it&#8217;s only useful about 90% of the time. Still, willing to share even that, if you&#8217;re interested &#8211; it&#8217;s an easy enough script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Williams</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1197026</link>
		<dc:creator>Will Williams</dc:creator>
		<pubDate>Tue, 23 Aug 2011 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1197026</guid>
		<description>Wow!  Autohotkey has a way to make Caps Lock work as left-mouse-click

+CapsLock::SetCapsLockState, % GetKeyState( &quot;CapsLock&quot;, &quot;T&quot; ) ? &quot;OFF&quot; : &quot;ON&quot;
CapsLock::LButton</description>
		<content:encoded><![CDATA[<p>Wow!  Autohotkey has a way to make Caps Lock work as left-mouse-click</p>
<p>+CapsLock::SetCapsLockState, % GetKeyState( &#8220;CapsLock&#8221;, &#8220;T&#8221; ) ? &#8220;OFF&#8221; : &#8220;ON&#8221;<br />
CapsLock::LButton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Williams</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1196996</link>
		<dc:creator>Will Williams</dc:creator>
		<pubDate>Tue, 23 Aug 2011 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1196996</guid>
		<description>I&#039;ve been around a while.  I finally went to Windows at version 3.1.  I use shift-F10 for right-mouse-click most days at work.

I doubt anyone here knows the answer, but the command I never found was the one for left-mouse-click.  

Will</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been around a while.  I finally went to Windows at version 3.1.  I use shift-F10 for right-mouse-click most days at work.</p>
<p>I doubt anyone here knows the answer, but the command I never found was the one for left-mouse-click.  </p>
<p>Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dos Santos</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1195585</link>
		<dc:creator>Jonathan Dos Santos</dc:creator>
		<pubDate>Mon, 22 Aug 2011 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1195585</guid>
		<description>the other way around can be true, actually i fell kind of  &quot;handicapped&quot; when and appliction doesnt follow a standart on shortcuts, if you ask me to find the &quot;find&quot; option on any major browser i&#039;ll find it difficult...

but i didnt need a research to realize that most people use a computer like they would use a rocket, if you find that surprising you really need a reality check, step back from the pc and look really hard at the world around you , nor just your neightboarhood</description>
		<content:encoded><![CDATA[<p>the other way around can be true, actually i fell kind of  &#8220;handicapped&#8221; when and appliction doesnt follow a standart on shortcuts, if you ask me to find the &#8220;find&#8221; option on any major browser i&#8217;ll find it difficult&#8230;</p>
<p>but i didnt need a research to realize that most people use a computer like they would use a rocket, if you find that surprising you really need a reality check, step back from the pc and look really hard at the world around you , nor just your neightboarhood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dos Santos</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1195574</link>
		<dc:creator>Jonathan Dos Santos</dc:creator>
		<pubDate>Mon, 22 Aug 2011 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1195574</guid>
		<description>not everyone is like that, they&#039;re a loud minority actually</description>
		<content:encoded><![CDATA[<p>not everyone is like that, they&#8217;re a loud minority actually</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDwebguy</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1195406</link>
		<dc:creator>MDwebguy</dc:creator>
		<pubDate>Mon, 22 Aug 2011 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1195406</guid>
		<description>Nicely said, adam.  Thank you.</description>
		<content:encoded><![CDATA[<p>Nicely said, adam.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miss Angela</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1195185</link>
		<dc:creator>Miss Angela</dc:creator>
		<pubDate>Mon, 22 Aug 2011 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1195185</guid>
		<description>I used to physically remove the Capslock key from my keyboard, but my work didn&#039;t think much of that solution. Now I just remap it to be another Shift key, since 99% of the time when I hit Capslock I am just trying to shift anyway.</description>
		<content:encoded><![CDATA[<p>I used to physically remove the Capslock key from my keyboard, but my work didn&#8217;t think much of that solution. Now I just remap it to be another Shift key, since 99% of the time when I hit Capslock I am just trying to shift anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Little John</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1195048</link>
		<dc:creator>Little John</dc:creator>
		<pubDate>Mon, 22 Aug 2011 15:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1195048</guid>
		<description>Thanks for your post. I&#039;m wondering if anything in it is true, though.&lt;blockquote&gt;Microsoft applications and OS ... display, asdefault, text larger then it &quot;is&quot; (larger then it would be printed out on paper).&lt;/blockquote&gt;Do you have a reference I can look at so I can believe this?&lt;blockquote&gt;[I]n MS Windows and OS X you can&#039;t use large size system fonts&lt;/blockquote&gt;This one&#039;s even harder to accept. Your opening paragraph/sentence already took the cake, though.

If enough of us agree to pile on with you and say &quot;Microsoft stinks&quot; once, will you cut down on the wild (and as yet unverified) statements?</description>
		<content:encoded><![CDATA[<p>Thanks for your post. I&#8217;m wondering if anything in it is true, though.<br />
<blockquote>Microsoft applications and OS &#8230; display, asdefault, text larger then it &#8220;is&#8221; (larger then it would be printed out on paper).</p></blockquote>
<p>Do you have a reference I can look at so I can believe this?<br />
<blockquote>[I]n MS Windows and OS X you can&#8217;t use large size system fonts</p></blockquote>
<p>This one&#8217;s even harder to accept. Your opening paragraph/sentence already took the cake, though.</p>
<p>If enough of us agree to pile on with you and say &#8220;Microsoft stinks&#8221; once, will you cut down on the wild (and as yet unverified) statements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Pitcavage</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1195041</link>
		<dc:creator>Mark Pitcavage</dc:creator>
		<pubDate>Mon, 22 Aug 2011 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1195041</guid>
		<description>Wow, an article by someone who knows something about all the people out there who don&#039;t know that something.  Guess what, what people don&#039;t know is a lot larger than what people do know.  It&#039;s not exactly a newsflash.
</description>
		<content:encoded><![CDATA[<p>Wow, an article by someone who knows something about all the people out there who don&#8217;t know that something.  Guess what, what people don&#8217;t know is a lot larger than what people do know.  It&#8217;s not exactly a newsflash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Jansson</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194926</link>
		<dc:creator>Martin Jansson</dc:creator>
		<pubDate>Mon, 22 Aug 2011 11:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194926</guid>
		<description>The sole reason most people use MS Windows instead of Linux or a BSD derivates (like OSX), even if they tried something different then MS Windows, is that they don&#039;t know about CTRL++ or CTRL+-.

Microsoft applications and OS, in all their sneakiness, display, as default, text larger then it &quot;is&quot; (larger then it would be printed out on paper), while other systems as default use &quot;the real size&quot; (that is, you could use a physical ruler on the screen to see how large the text would be in print). When people try to use a Linux or BSD derivate, they find squinting at the screen exhausting and quickly change back to MS Windows, because they have never learned that every damn application worth a dime have a zoom function.

Since MS Windows set a limit for how large size you can use with system text (text used for menus, window borders et c.), the users have also never learned that they also could make system text as big as they want in most user interfaces based on the X Windows system (but not in OS X, since that would be repugnant to the (in)famous Steve Jobs esthetics). Instead people with just slightly poor eyesight use a clunky &quot;screen magnifier&quot; that follows the pointer (on a sane computer system, a screen magniifer is only needed by  people who are nearly blind). 

Another result of that in MS Windows and OS X you can&#039;t use large size system fonts, is that many people use lower resolution on the screen (to make text bigger,  as ridiculous as it might sound to someone who have never used Microsoft software, that makes text bigger in MS Windows, because Microsoft don&#039;t care about keeping sizes consistent in different screen resolutions, because MS Windows is a dysfunctional toy OS) then their hardware can manage. Lower resolution means harder to read text, then if the text would be if in the same size in higher resolution. Oh, and MS Windows have a software limit for how high resolution you can use, even if your hardware (screen and graphics card) could display higher resolutions, another reason not to use MS Windows. Unfortunatly very few graphics cards and computer screens are nowadays made that is able to display higher resolutions then MS Windows support (and as their demand is small, their prices are high), so their limitations flow over to all of us that doesn&#039;t use that third rate system. Damn you Microsoft, damn you to hell.

Another result of that MS Windows (and some web browsers on other platforms, like Safari) displaying text much bigger then it really is, is that many web-pages, e.g. boingboing.net, use font sizes that are ridiculously small.</description>
		<content:encoded><![CDATA[<p>The sole reason most people use MS Windows instead of Linux or a BSD derivates (like OSX), even if they tried something different then MS Windows, is that they don&#8217;t know about CTRL++ or CTRL+-.</p>
<p>Microsoft applications and OS, in all their sneakiness, display, as default, text larger then it &#8220;is&#8221; (larger then it would be printed out on paper), while other systems as default use &#8220;the real size&#8221; (that is, you could use a physical ruler on the screen to see how large the text would be in print). When people try to use a Linux or BSD derivate, they find squinting at the screen exhausting and quickly change back to MS Windows, because they have never learned that every damn application worth a dime have a zoom function.</p>
<p>Since MS Windows set a limit for how large size you can use with system text (text used for menus, window borders et c.), the users have also never learned that they also could make system text as big as they want in most user interfaces based on the X Windows system (but not in OS X, since that would be repugnant to the (in)famous Steve Jobs esthetics). Instead people with just slightly poor eyesight use a clunky &#8220;screen magnifier&#8221; that follows the pointer (on a sane computer system, a screen magniifer is only needed by  people who are nearly blind). </p>
<p>Another result of that in MS Windows and OS X you can&#8217;t use large size system fonts, is that many people use lower resolution on the screen (to make text bigger,  as ridiculous as it might sound to someone who have never used Microsoft software, that makes text bigger in MS Windows, because Microsoft don&#8217;t care about keeping sizes consistent in different screen resolutions, because MS Windows is a dysfunctional toy OS) then their hardware can manage. Lower resolution means harder to read text, then if the text would be if in the same size in higher resolution. Oh, and MS Windows have a software limit for how high resolution you can use, even if your hardware (screen and graphics card) could display higher resolutions, another reason not to use MS Windows. Unfortunatly very few graphics cards and computer screens are nowadays made that is able to display higher resolutions then MS Windows support (and as their demand is small, their prices are high), so their limitations flow over to all of us that doesn&#8217;t use that third rate system. Damn you Microsoft, damn you to hell.</p>
<p>Another result of that MS Windows (and some web browsers on other platforms, like Safari) displaying text much bigger then it really is, is that many web-pages, e.g. boingboing.net, use font sizes that are ridiculously small.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terranex</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194916</link>
		<dc:creator>Terranex</dc:creator>
		<pubDate>Mon, 22 Aug 2011 09:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194916</guid>
		<description>Don&#039;t forget in Windows Vista and Windows 7, Windows Key + Tab will get you a silly 3D window switcher.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget in Windows Vista and Windows 7, Windows Key + Tab will get you a silly 3D window switcher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alphaxion</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194906</link>
		<dc:creator>alphaxion</dc:creator>
		<pubDate>Mon, 22 Aug 2011 07:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194906</guid>
		<description>Windows key + f brings up the file search dialogue in Windows machines.

However, if you use windows key + e you&#039;d bring up Explorer, take some time to learn folder management and you&#039;d never need to use the search dialogue again as you&#039;d know where everything is and make migration to a new machine so much easier.

It bugs me that people outright refuse to manage their data then bitch about not being able to find it, running out of HDD space (because they have 15 copies of the same stuff all over the place) and losing data either between system upgrades or just in general.</description>
		<content:encoded><![CDATA[<p>Windows key + f brings up the file search dialogue in Windows machines.</p>
<p>However, if you use windows key + e you&#8217;d bring up Explorer, take some time to learn folder management and you&#8217;d never need to use the search dialogue again as you&#8217;d know where everything is and make migration to a new machine so much easier.</p>
<p>It bugs me that people outright refuse to manage their data then bitch about not being able to find it, running out of HDD space (because they have 15 copies of the same stuff all over the place) and losing data either between system upgrades or just in general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Jansson</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194904</link>
		<dc:creator>David Jansson</dc:creator>
		<pubDate>Mon, 22 Aug 2011 07:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194904</guid>
		<description>I didn&#039;t know this. Thank you very much!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know this. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mim</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194884</link>
		<dc:creator>Mim</dc:creator>
		<pubDate>Mon, 22 Aug 2011 05:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194884</guid>
		<description>I don&#039;t know how I&#039;d ever comment here if I didn&#039;t use ctrl (or apple) f. I like to make sure I&#039;m not just repeating someone else&#039;s comment.  

I&#039;m no longer shocked by things like this -- I teach computer skills daily as a librarian. But I am shocked that every time I share a post like this, one of my very smart friends (a different one each time, typically) comments about how it&#039;s news to them. Adblock (and similar add-ons) is another one that it seems very few of my friends use, no matter how frequently I see people sharing info about it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how I&#8217;d ever comment here if I didn&#8217;t use ctrl (or apple) f. I like to make sure I&#8217;m not just repeating someone else&#8217;s comment.  </p>
<p>I&#8217;m no longer shocked by things like this &#8212; I teach computer skills daily as a librarian. But I am shocked that every time I share a post like this, one of my very smart friends (a different one each time, typically) comments about how it&#8217;s news to them. Adblock (and similar add-ons) is another one that it seems very few of my friends use, no matter how frequently I see people sharing info about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipshade</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194821</link>
		<dc:creator>Philipshade</dc:creator>
		<pubDate>Mon, 22 Aug 2011 02:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194821</guid>
		<description> I think the google notebook replaces it with a search key</description>
		<content:encoded><![CDATA[<p> I think the google notebook replaces it with a search key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uildaan</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194800</link>
		<dc:creator>uildaan</dc:creator>
		<pubDate>Mon, 22 Aug 2011 01:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194800</guid>
		<description>Yep, search google for a keyboard remapping program, plenty of good free ones out there. I&#039;ve remapped caps lock as a second backspace button and its a vast improvement. Then I set capslock as the right hand windows key which I never used</description>
		<content:encoded><![CDATA[<p>Yep, search google for a keyboard remapping program, plenty of good free ones out there. I&#8217;ve remapped caps lock as a second backspace button and its a vast improvement. Then I set capslock as the right hand windows key which I never used</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travtastic</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194786</link>
		<dc:creator>travtastic</dc:creator>
		<pubDate>Mon, 22 Aug 2011 01:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194786</guid>
		<description>They&#039;re labelled buttons on the keyboard.</description>
		<content:encoded><![CDATA[<p>They&#8217;re labelled buttons on the keyboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Their feldspars</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194679</link>
		<dc:creator>Their feldspars</dc:creator>
		<pubDate>Sun, 21 Aug 2011 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194679</guid>
		<description>You know, I&#039;m thinking that the issue isn&#039;t so much one of knowing the secret shortcuts. Russell seems to be saying that 90% of users don&#039;t seem to be aware at all that their browser/word processor/etc. can find a word for them--they don&#039;t seem to be aware of the features of the menu that&#039;s at the top of the screen at all. How can this be?

Maybe it&#039;s a perceptual thing. Some people don&#039;t understand that the computer is a machine that can do work for them. It&#039;s more like a TV that they are forced to type things into. They don&#039;t even have the expectation that it could be helpful. </description>
		<content:encoded><![CDATA[<p>You know, I&#8217;m thinking that the issue isn&#8217;t so much one of knowing the secret shortcuts. Russell seems to be saying that 90% of users don&#8217;t seem to be aware at all that their browser/word processor/etc. can find a word for them&#8211;they don&#8217;t seem to be aware of the features of the menu that&#8217;s at the top of the screen at all. How can this be?</p>
<p>Maybe it&#8217;s a perceptual thing. Some people don&#8217;t understand that the computer is a machine that can do work for them. It&#8217;s more like a TV that they are forced to type things into. They don&#8217;t even have the expectation that it could be helpful. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srs</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194670</link>
		<dc:creator>srs</dc:creator>
		<pubDate>Sun, 21 Aug 2011 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194670</guid>
		<description>I&#039;ve had daydreams before of making the Caps Lock key do something else entirely,, possible?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had daydreams before of making the Caps Lock key do something else entirely,, possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srs</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194661</link>
		<dc:creator>srs</dc:creator>
		<pubDate>Sun, 21 Aug 2011 19:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194661</guid>
		<description>wow that&#039;s awesome, i use a lot of shortcuts but didn&#039;t ever think of that,, many thanks1</description>
		<content:encoded><![CDATA[<p>wow that&#8217;s awesome, i use a lot of shortcuts but didn&#8217;t ever think of that,, many thanks1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Heagy</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194634</link>
		<dc:creator>Troy Heagy</dc:creator>
		<pubDate>Sun, 21 Aug 2011 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194634</guid>
		<description>Well I grew-up in the Commodore=64 era, where everything was typed, but in today&#039;s world I think it&#039;s easier to use the mouse, especially if you don&#039;t have your keyboard in front of you (like laying on the coffee table).

Using the tab bar at the bottom (to switch tasks) or using Edit-Find work just as well for me as reaching to the keyboard, stretching out my fingers, and pushing the right combos.  
</description>
		<content:encoded><![CDATA[<p>Well I grew-up in the Commodore=64 era, where everything was typed, but in today&#8217;s world I think it&#8217;s easier to use the mouse, especially if you don&#8217;t have your keyboard in front of you (like laying on the coffee table).</p>
<p>Using the tab bar at the bottom (to switch tasks) or using Edit-Find work just as well for me as reaching to the keyboard, stretching out my fingers, and pushing the right combos.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Allen</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194628</link>
		<dc:creator>Pete Allen</dc:creator>
		<pubDate>Sun, 21 Aug 2011 18:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194628</guid>
		<description>yeah, but if they did that a lot of tech support jobs would be rendered redundant and computer geeks wouldn&#039;t feel special...</description>
		<content:encoded><![CDATA[<p>yeah, but if they did that a lot of tech support jobs would be rendered redundant and computer geeks wouldn&#8217;t feel special&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Allen</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194625</link>
		<dc:creator>Pete Allen</dc:creator>
		<pubDate>Sun, 21 Aug 2011 18:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194625</guid>
		<description>&quot;Did you know that X of all Y dont Z&quot;. would be an awesome t-shirt...</description>
		<content:encoded><![CDATA[<p>&#8220;Did you know that X of all Y dont Z&#8221;. would be an awesome t-shirt&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hardtoport</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194615</link>
		<dc:creator>hardtoport</dc:creator>
		<pubDate>Sun, 21 Aug 2011 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194615</guid>
		<description>Why don&#039;t 90% know this shortcut?  Maybe because, for 90% of the users, Ctrl F isn&#039;t important?  I&#039;ve been using PC&#039;s since the 80&#039;s and I can count on my hand how many times I&#039;ve needed to find a certain word on a page of information.  I&#039;m more interested in why people search for specific words on a page on such a frequent basis as to need to know this shortcut.  

In the universe of shortcuts, I suspect that Ctrl X,C,V are the best know because people doing a lot of copying/pasting in their computer work and these truely are time savers.

I will say that the Winkey + Tab combo mentioned here was pretty neat and something I will probably incorporate in my shortcut list going forward. </description>
		<content:encoded><![CDATA[<p>Why don&#8217;t 90% know this shortcut?  Maybe because, for 90% of the users, Ctrl F isn&#8217;t important?  I&#8217;ve been using PC&#8217;s since the 80&#8242;s and I can count on my hand how many times I&#8217;ve needed to find a certain word on a page of information.  I&#8217;m more interested in why people search for specific words on a page on such a frequent basis as to need to know this shortcut.  </p>
<p>In the universe of shortcuts, I suspect that Ctrl X,C,V are the best know because people doing a lot of copying/pasting in their computer work and these truely are time savers.</p>
<p>I will say that the Winkey + Tab combo mentioned here was pretty neat and something I will probably incorporate in my shortcut list going forward. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Allen</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194607</link>
		<dc:creator>Pete Allen</dc:creator>
		<pubDate>Sun, 21 Aug 2011 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194607</guid>
		<description>despite Omar&#039;s opinion, there is ALWAYS room for a Simpsons reference...</description>
		<content:encoded><![CDATA[<p>despite Omar&#8217;s opinion, there is ALWAYS room for a Simpsons reference&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Allen</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194604</link>
		<dc:creator>Pete Allen</dc:creator>
		<pubDate>Sun, 21 Aug 2011 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194604</guid>
		<description>sounds like an Onion headline...</description>
		<content:encoded><![CDATA[<p>sounds like an Onion headline&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Allen</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194601</link>
		<dc:creator>Pete Allen</dc:creator>
		<pubDate>Sun, 21 Aug 2011 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194601</guid>
		<description>i do now. thanks!</description>
		<content:encoded><![CDATA[<p>i do now. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kromelizard</title>
		<link>http://boingboing.net/2011/08/20/90-percent-of-us-net-users-dont-know-from-crtl-f.html#comment-1194589</link>
		<dc:creator>kromelizard</dc:creator>
		<pubDate>Sun, 21 Aug 2011 16:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://boingboing.net/?p=114505#comment-1194589</guid>
		<description>I run a bookstore and have learned that the average college student cannot even be expected to reliably alphabetize or count and those things are explicitly taught as foundational skills in kindergarten. Ray Kroc figured this out about people a long time ago, you can only expect the average person to respond to and execute the simplest of instructions so it&#039;s best to put flashing lights and buzzers on the things they have to do.</description>
		<content:encoded><![CDATA[<p>I run a bookstore and have learned that the average college student cannot even be expected to reliably alphabetize or count and those things are explicitly taught as foundational skills in kindergarten. Ray Kroc figured this out about people a long time ago, you can only expect the average person to respond to and execute the simplest of instructions so it&#8217;s best to put flashing lights and buzzers on the things they have to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
