Slashdot Mirror


Most People Have Never Heard of CTRL+F

Hugh Pickens writes "Google search anthropologist Dan Russell says that 90 percent of people in his studies don't know how to use CTRL/Command + F to find a word in a document or web page. 'I do these field studies and I can't tell you how many hours I've sat in somebody's house as they've read through a long document trying to find the result they're looking for,' says Russell, who has studied thousands of people on how they search for stuff. 'At the end I'll say to them, "Let me show one little trick here," and very often people will say, "I can't believe I've been wasting my life!"' Just like we learn to skim tables of content or look through an index or just skim chapter titles to find what we're looking for, we need to teach people about this CTRL+F thing, says Alexis Madrigal. 'I probably use that trick 20 times per day and yet the vast majority of people don't use it at all,' writes Madrigal. 'We're talking about the future of almost all knowledge acquisition and yet schools don't spend nearly as much time on this skill as they do on other equally important areas.'"

567 comments

  1. Learn your AVC's by alphatel · · Score: 3, Insightful

    While you are at it, teach them CTRL+C (Command+C) and CTRL+V and CTRL+A. At least 25% of users have never seen any of these amazing combos in action either.

    --
    When the foot seeks the place of the head, the line is crossed. Know your place. Keep your place. Be a shoe.
    1. Re:Learn your AVC's by WrongSizeGlass · · Score: 5, Informative

      While you are at it, teach them CTRL+C (Command+C) and CTRL+V and CTRL+A. At least 25% of users have never seen any of these amazing combos in action either.

      Let's not forget the ever popular CTRL-Z. I have some users who never knew that "undo" was an option let alone a keyboard shortcut. Of course, they're always surprised that CTRL-Z won't make an email they just sent come back.

    2. Re:Learn your AVC's by Octorian · · Score: 4, Insightful

      Except the modern office suite software has made Ctrl-V useless and annoying, copying styles that have nothing to do with your paste target and often messing it up in the process. So instead you have to either click through menus or find a far more awkward key combo to "paste without formatting."

    3. Re:Learn your AVC's by gavort · · Score: 2

      My GF constantly amazes people at her workplace with her amazing ALT-TAB method of quickly switching between programs...

    4. Re:Learn your AVC's by loufoque · · Score: 0

      No one ever uses CTRL+A, it's fairly useless.
      Even the triple-click is not that useful.

    5. Re:Learn your AVC's by GNious · · Score: 3, Insightful

      I have been trying this on Windows 2008 servers the last few weeks to copy-paste files in Explorer - CTRL+c and CTRL+v doesn't seem to work reliably.

      Then there is the headache that various specialty programs seemingly implement CRTL+f differently (Outlook? - Forward instead of Find) or simply not at all.

      So "Study finds people have not heard of CTRL+f" could just as well be "Study finds people stop relying on unreliable keyboard short-cuts due to developer inconsistencies".

    6. Re:Learn your AVC's by Stormthirst · · Score: 1

      Whilst this is true, especially if you're copying and pasting content from a webpage (garr Microsoft - why make my life so hard?), CTRL+V is still incredibly powerful for applications. When I was writing my essays for my degree, I would often copy and paste stuff from websites to be reworded later. It didn't matter about the formatting. The Run line became very useful, as it can be used to strip the formatting from text. I've also been known to keep notepad open for the same reason.

    7. Re:Learn your AVC's by obarthelemy · · Score: 1

      oh my, no more paste / paste special dichotomy ?

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    8. Re:Learn your AVC's by archen · · Score: 1

      I remember in the 90s when even many people who weren't particularly computer literate knew this stuff. The difference is that many people use to take courses on "how to use computers" and shortcut keys were considered a big part of that. Using a computer is considered a skill people "just know" these days, but you watch the way most people fumble around with them and wonder how much better they'd be at using them with some education (assuming they'd care to learn which I assume they wouldn't).

    9. Re:Learn your AVC's by sgt+scrub · · Score: 1

      I use it all of the time. I write code to make sure it will work then paste it into the larger application I'm working on. CTRL+A then middle click where I want to insert it.

      --
      Having to work for a living is the root of all evil.
    10. Re:Learn your AVC's by Anonymous Coward · · Score: 1, Informative

      ctrl+C -> cancel command execution
      ctrl+Z -> pause command execution and send to background
      ctrl+A -> ring bell, escape key for screen

      what is ctrl+V for?

      besides other two important keys:
      ctrl+ins -> X11 copy
      shift+ins -> X11 paste

    11. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Yes. This and shitty interfaces (different shortcuts for different languages, leading to a mess)

    12. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      You must be kidding. I use 'select all' probably more than a hundred times a day while using blender and photoshop. The triple-click not so often, but still almost every time i want to copy a url.

    13. Re:Learn your AVC's by Vegemeister · · Score: 0

      Ctrl+ins and shift+ins really only work well for left-handed mousers. Using both hands to copy and past is just retarded.

    14. Re:Learn your AVC's by Anonymous Coward · · Score: 0, Funny

      what is ctrl+V for?

      It installs Windows over your lonely little OS.

    15. Re:Learn your AVC's by drolli · · Score: 1

      and tab, return in dialog boxes, escape and alt-tab

      and (annoys me most) pg up and pg down!

      and the triple click in word processing.

    16. Re:Learn your AVC's by timeOday · · Score: 4, Interesting
      They might not know the keyboard shortcuts for copy and past, but I doubt they're erasing large chunks of text in one place only to re-type it somewhere else... at least I hope not!

      Everybody here is focusing keyboard commands, but that isn't the main problem. People would be almost as well served by using the "Edit... Find" GUI menu option, but don't even know about that. It's the concept of searching within the current page they need, more than the finger habits to do it a bit faster.

    17. Re:Learn your AVC's by Anonymous Coward · · Score: 2, Interesting

      yep, and as a left-hander they're REALLY useful, otherwise ctrl+c, ctrl+v are a reach across with the free right hand.

      Although they're such established shortcuts across OSes I use, I'm finding more and more applications on Windows ignoring it or handling only ctrl+c/v in their subclassed-to-add-pretty-graphics-but-not-properly-handled interfaces.

      This FUCKING SERIOUSLY ANNOYING and time consuming for many people. I finally got pissed off enough to write a fucking service that needs to mess with the kb buffer and force ctrl+ins/shift+ins as ctrl equivalents. Functions well most of the time. I'm sure there's many other people who just have to live with it.

      Rant over :)

    18. Re:Learn your AVC's by loufoque · · Score: 0

      Programming is not normally done with copy and paste.
      If it is, you have a serious problem.

    19. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      I never really considered that. But you can also use X middle mouse button to paste current selection :)

    20. Re:Learn your AVC's by Cryacin · · Score: 4, Informative

      Guys, notepad strips out formatting. Isn't that what it was invented for!?!

      --
      Science advances one funeral at a time- Max Planck
    21. Re:Learn your AVC's by akanouras · · Score: 1

      Ctrl+V in libreadline-based programs instructs them to not interpret the next character/combo you type. It's helpful when you want to input Tab as a character on a shell command line, for example.

    22. Re:Learn your AVC's by Bozzio · · Score: 2

      Ctrl+L, Ctrl+C (most browsers)
      or
      F4, Ctrl+C (older IE)

      --
      I just pooped your party.
    23. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      And for Excel:

      Alt +DFAORT (filter unique - good for populating tables)
      Alt +DPRF (pivot chart)
      Alt +DPF (pivot table)

      This AC needs to get out more....

    24. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      On Windows I always ctrl-v to Notepad first and from there ctrl-a ctrl-c to finally ctrl-v to it's final destination. Notepad strips all the formatting information.
      On OSX I have not found a good solution yet since there the default basic tekst editor is not basic enough because it retains formatting information :(

    25. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Using both hands to copy and past is just retarded.

      Why are your trying to copy and paste while masturbating?

    26. Re:Learn your AVC's by poena.dare · · Score: 2

      Please, please, please, all browser makers: Give me a permanently displayed "find in page" box.

      A hate that Crome's search box goes away when you change pages.

    27. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Did you even read his post?

    28. Re:Learn your AVC's by pruss · · Score: 1

      I'm pretty used to using alt-e,s,(select with arrow),enter in Word (there is no doubt a new shortcut in Office 2007+, but the old one works, too). It IS more awkward, but most of the time when I copy and paste, it's text within or between Word documents, so I want the standard paste to be easier to access, and I use it often enough (though not as often as ctrl-v) that the combination has become second nature.

      If most of your pasting is from external sources, you can re-bind ctrl-v in Word (and I assume in Open Office, too) to Paste Special. You'll still need to select the "unformatted" option in the dialog box, but at least it's one less keystroke than alt-e,s.

    29. Re:Learn your AVC's by Arancaytar · · Score: 1

      I know many people who insist on right-clicking and using the context menu, or (worse) the Edit toolbar menu. It's painful to watch.

    30. Re:Learn your AVC's by PopeRatzo · · Score: 1

      I would often copy and paste stuff from websites to be reworded later.

      That's why you got a "C" by the way.

      --
      You are welcome on my lawn.
    31. Re:Learn your AVC's by pruss · · Score: 1

      1. Make sure to type in a bibliographic reference for the pasted text right away when you paste, though, or you might later forget to add a reference and be suspected of plagiarism.

      2. I think the simple alt-e,s,(select with arrows),enter is slightly faster and smoother than windows-key,r,ctrl-v,ctrl-a,ctrl-x,alt-tab,ctrl-v or alt-tab(repeat to get notepad),ctrl-v,ctrl-a,ctrl-x,alt-tab,ctrl-v

    32. Re:Learn your AVC's by Idbar · · Score: 1

      WTH is that? I type ctrl-F and I advance one page in my magnificent editor. Want to search? Use /
      What's all this people talking about?

    33. Re:Learn your AVC's by Arancaytar · · Score: 1

      Even on an X11 desktop, a lot of window managers capture the Ctrl+C and Ctrl+V keys for copy-pasting when you are not inside a terminal emulator.

      (The obvious trouble with that is that there are multiple clip-boards, and Shift+Ins and Ctrl+V will not paste the same thing.)

    34. Re:Learn your AVC's by digitig · · Score: 1

      If you don't want to move your hand from the mouse, use the menu. Personally, when I'm using a word processor or code editor I don't want to have to move my hand to the mouse, so that's irrelevant. And why do you need both hands for ctrl+ins and shift+ins?

      --
      Quidnam Latine loqui modo coepi?
    35. Re:Learn your AVC's by CharlyFoxtrot · · Score: 1

      Create a "copy as plaintext" service. Services: one of the many oft overlooked power-user features of OSX :-)

      --
      If all else fails, immortality can always be assured by spectacular error.
    36. Re:Learn your AVC's by Haedrian · · Score: 1

      Ctrl+w closes tabs (or windows in certain linux applications)
      Ctrl+g is the "Next" after you open a find
      Ctrl+Alt+L locks the screen

    37. Re:Learn your AVC's by jaylene_slide · · Score: 0

      TextWrangler. Free, and full-featured. Join the herd. A clipboard manager is also useful for roll-your-own keyboard shortcuts for stripping formatting. I use PTHPasteboard PRO. Not free (it will let you use a limited feature set for free), but worth it.

      --
      "Your proactive bipartisan synergy is indemnifying. Good work, carry on."
    38. Re:Learn your AVC's by Rockoon · · Score: 1

      Those are most certainly more well known than ^F.

      I use Google's cache link because it always highlights my search terms. If others are like me, but do nothing more than browse the web with their computer, then they don't need to ever use ^F so its moot weather or not they know of it.

      --
      "His name was James Damore."
    39. Re:Learn your AVC's by pruss · · Score: 1

      There is certainly room for copy and paste in programming.

      I've re-used code between different PalmOS applications I've developed. I could, of course, set up a library, but to do that for small snippets of code is a nuisance. Plus I will often want to adapt the code for different applications, and if I wrote general purpose library code, it would be bloated (a shared library would help, but that would require an installer to install it). The same piece of GUI code occurs over and over. For instance, several utilities I wrote need to scan through the device's files (or, more precisely, databases) and create a pickable list of them. It's not much code, but if I wrote it from scratch, I'd have to look up the order of the arguments for a lot of the OS functions I call (PalmOS has some OS functions that take about ten arguments, most of them typically being passed NULLs, and remembering which is which would be a nuisance), and it's easier just to copy in working code I wrote already.

      In a current project, a GPL astronomy app for Android, I'm re-using ephemeris code from GPL'd applications for other platforms. Why should I spend many hours trying to figure out and optimize all of the math myself, potentially introducing various bugs and inaccuracies? Instead, I can adapt mature code from other people's GPL applications, and then just include the appropriate copyright acknowledgments. Granted, there are obvious educational advantages to doing it myself from scratch, but there are advantages to adapting code.

    40. Re:Learn your AVC's by tepples · · Score: 2

      Programming is not normally done with copy and paste.

      Please allow me to reword sgt scrub's post to be more buzzword compliant:

      I write code to make sure it will work

      "I write code in a test harness and run some unit tests."

      then paste it into the larger application I'm working on

      "Then I integrate it into the larger application and run some system tests."

      Is there still a problem with this methodology?

    41. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Also the most powerful key combo. I tell it to the kiddies playing in Counterstrike all the time.

      If you want automatic Awesome in every app. Alt-F4 will deliver it. I tell them it's "pro mode"

    42. Re:Learn your AVC's by deniable · · Score: 1

      Forward in Outlook gets me a lot. Find is the equally obvious F4. At least in the main window Ctrl+Shift+F gives you 'Advanced Find.' Not so in a form.

    43. Re:Learn your AVC's by sho-gun · · Score: 1

      My GF constantly amazes people at her workplace with her amazing ALT-TAB method of quickly switching between programs...

      I work with network engineers, some of which have been in the industry for 20+ years. They are amazed at my alt-tab
      skills. They never knew it existed. On multiple OS's too. Oh and alt-enter to fullscreen a DoS window was a pretty big revelation to them as well.

    44. Re:Learn your AVC's by Anonymous Coward · · Score: 1

      my lonely little OS doesn't need malware and virus company. thank you very much

    45. Re:Learn your AVC's by deniable · · Score: 1

      At least they're using the tool, if a bit slower. I have to deal with those that refuse to look at the menu. Those that do look, I'm happy to show a shortcut.

    46. Re:Learn your AVC's by tepples · · Score: 1

      Selecting things to copy and places to paste is not masturbating, even if I do use the mouse or trackpad to do it.

    47. Re:Learn your AVC's by psmears · · Score: 1

      ctrl+A -> ring bell, escape key for screen

      Ctrl+A -> go to start of current line (in bash/tcsh/emacs)

    48. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Round my parts we'd call this a "citation". Part of getting an A+ is having absolutely no new original ideas in the correct academic format.

    49. Re:Learn your AVC's by foniksonik · · Score: 1

      Um modular unit tested code is always in fashion. Paste can be your friend.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    50. Re:Learn your AVC's by Kjella · · Score: 1

      I will never understand why they didn't give that a standard shortcut, even an obscure one like Ctrl-Shift-V. Same with Excel, often I want to paste just the value, not every bit about formatting and whatnot. Personally my solution is notepad, I paste and copy it from there since it's faster than the "Paste Special" menu and I'm too lazy to set up a custom shortcut everywhere.

      --
      Live today, because you never know what tomorrow brings
    51. Re:Learn your AVC's by Spacejock · · Score: 1

      While you are at it, teach them CTRL+C (Command+C) and CTRL+V and CTRL+A. At least 25% of users have never seen any of these amazing combos in action either.

      For most first novels, Ctrl+A and Ctrl+X, then save and close is a pretty useful combination.

    52. Re:Learn your AVC's by Spacejock · · Score: 2

      Programming is not normally done with copy and paste.

      It is if you get paid per Lines Of Code rather than by the hour ...

    53. Re:Learn your AVC's by tverbeek · · Score: 1

      At least 25%? You're being way too generous there. I don't think that percentage even know what select/cut/copy/paste are.

      On a daily basis I deal with people – employees with college degrees, for whom I provide tech support – who don't know what to do when I ask them to "see if you can pull up a web site, like Google or Yahoo". Even if Internet Explorer is already open, they don't know how/where to type the address. (Of course a lot of them type the address into the search field instead of the URL field, but I'm talking about people who didn't even know how to do it the wrong way.) I even had one protest that she didn't know Google's address. When they come into our office, I see that most of them don't know that they can hit the Tab key ("where's that?" when I suggest it) to go from the Username field to the Password field, and instead stop typing and grab the mouse or stylus to select the next field. Some type the required capital letters in their passwords by hitting CapsLock then turning it off, rather than using the Shift key. Many of them are under 30, so they don't have the "we never had these in school" excuse.

      Ctrl-key shortcuts are way beyond their computer literacy.

      --
      http://alternatives.rzero.com/
    54. Re:Learn your AVC's by waives · · Score: 1

      apple-shift-T in textedit. Strips all formatting and converts to plain ascii.

    55. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      They might not know the keyboard shortcuts for copy and past, but I doubt they're erasing large chunks of text in one place only to re-type it somewhere else... at least I hope not!

      Everybody here is focusing keyboard commands, but that isn't the main problem. People would be almost as well served by using the "Edit... Find" GUI menu option, but don't even know about that. It's the concept of searching within the current page they need, more than the finger habits to do it a bit faster.

      FWIW, when I ran the surveys, I asked not just about keyboard shortcuts, but also about ANY method of finding a fragment of text on a page (including Edit>Find> -- or any other variation they could think of).

      The response rate was no better for the GUI menu option. People didn't know about that either.

    56. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      I couldn't agree more.. I can't stand trying to help someone that does that... these are basic shortcuts that everyone should learn.

    57. Re:Learn your AVC's by stinerman · · Score: 1

      It also is common if your codebase is so old and full of spaghetti that you're afraid to refactor anything.

    58. Re:Learn your AVC's by edumacator · · Score: 2

      Selecting things to copy and places to paste is not masturbating, even if I do use the mouse or trackpad to do it.

      A perfect example of an ambiguous pronoun.

    59. Re:Learn your AVC's by turtledawn · · Score: 1

      OOh, and alt-shift-tab to go backwards through the list. I like that one.

      --
      Uh, "if it looks roughly mouse-shaped according to my infra-red sensitive pit, eat it"? --Chris Burke 09-08-10
    60. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Amazingly, I just taught a guy I work with, who's leaving for University soon, about CTRL+F. He already knew about CTRL+C, CTRL+V, CTRL+Z, and CTRL+A. He didn't know about holding CTRL to multi-select, nor holding CTRL while dragging and dropping to copy a file or holding SHIFT to move it, and I also showed him how to bypass the Recycle Bin with SHIFT+DEL (which I wouldn't have known about if my brother hadn't shown it to me years ago).

    61. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      That's the stupid thing: how often do I Ctrl-C, open notepad, Ctrl-V, Ctrl-A, Ctrl-X, close notepad, switch to application where I want to insert, Ctrl-V. OK, I could keep notepad open (and I do if I expect to do the above again), but for $DEITY's sake, this sucks, I just want to Ctrl-C and Ctrl-V!

    62. Re:Learn your AVC's by Anonymous Coward · · Score: 2, Informative

      ctrl+alt+v also gives you the option to paste as raw text, in MS apps at least.

    63. Re:Learn your AVC's by aaaaaaargh! · · Score: 2

      I always inadvertently press Ctrl+S instead, because I'm so used to Emacs. Ctrl+W is worse, of course, and I really wish there was a way to give all applications Emacs shortcuts (apart from using Emacs for everything, of course).

    64. Re:Learn your AVC's by KingMotley · · Score: 1

      Obviously he's trying to make a three-some.

    65. Re:Learn your AVC's by arisvega · · Score: 1

      Google search anthropologist

      wow

      --
      The three laws of thermodynamics:(1) You can't win. (2) You can't break even. (3) You can't even quit.
    66. Re:Learn your AVC's by rafe.kettler · · Score: 0

      I never use Control-A in its normal form. In fact, it really upsets me that it's not always "go to beginning of line."

    67. Re:Learn your AVC's by aaaaaaargh! · · Score: 2

      That's the least of the problems with "modern" office suites. Last week I had to convert an article from LaTeX to *shudder* Microsoft Word 2007, because some stupid publisher only accepted Word files. I was astonished to find out that selecting text in Word does not work as you'd expect, it sometimes seems to insist to include the point of the previous sentence. After several unsuccessful attempts I ended up with deleting the point manually. I also made acquaintance for the first time with the amusing "simplified" menu system of Word that made it very hard to find the option to change the paragraph indentation in less then 10 minutes. Not to speak of the "formula editor".... To summarize, it is quite amazing that people use Microsoft Office daily and can apparently still get work some done.

    68. Re:Learn your AVC's by Nemyst · · Score: 1

      Doesn't that work on GMail? I never really used the Undo feature on there, but I'd presume that they'd bind it to Ctrl+Z if the browser doesn't disallow that.

    69. Re:Learn your AVC's by The_Morgan · · Score: 5, Informative
    70. Re:Learn your AVC's by Anonymous Coward · · Score: 1

      I think ALT+F4 is more important than CTRL+Z.

      The crazy part is that it works in most applications.

      Give it a try right now and see what happens. You'll be blown away!

    71. Re:Learn your AVC's by arisvega · · Score: 1

      And why do you need both hands for ctrl+ins and shift+ins?

      Because he is used to hitting the left Ctrl key blind, he has to split his focus to hit the one at the right side.

      Speaking of habits, focus splits, Google and Ctrl+f, don't you find it annoying that hitting "/" doesn't work on Chrome for string matching, plus after hitting Ctrl+f the search box is out of focus and you have to stroke it with clicks to get on with your lives?

      --
      The three laws of thermodynamics:(1) You can't win. (2) You can't break even. (3) You can't even quit.
    72. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      ...how about 'paging' up and down by clicking in the space above or below the slider?

      Magic!

    73. Re:Learn your AVC's by Nemyst · · Score: 2

      Ctrl+Alt+V - Select "Unicode text" (at least in Word). Otherwise, you can also change the default behavior to paste just the text, not the formatting, and use the drop-down if you want to keep formatting instead.

      Preferences/Options panes are mighty powerful things!

    74. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      F6, Ctrl+c in some browsers

    75. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Also, point out to those you can that it's possible to use CTRL+Z in windows (file) explorer. Great for those "oh crap, what did I just do with that directory" moments.

    76. Re:Learn your AVC's by similar_name · · Score: 1

      I like CTRL+F4 for closing tabs since it's similar to ALT+F4 for closing windows. Equally, CTRL+TAB will cycle through tabs, like ALT+TAB for windows.

    77. Re:Learn your AVC's by BlueLightning · · Score: 2

      Of course, they're always surprised that CTRL-Z won't make an email they just sent come back.

      Surely the easiest way to explain it is that it's the same as sending a letter. Once you've put it through the slot, it's on its way - it can't be pulled back.

    78. Re:Learn your AVC's by DavidTC · · Score: 1

      Let's not forget Ctrl+= and Ctrl+-, which apparently no one knows resize the pages in every web browser and mail client. (And probably other applications, too.) I showed that to my mother the other day, she was amazed...and my mother is not some computer illiterate.

      It's really amazing how people don't know simple things that can save them a bunch of time. It's like they own a car and don't realize they can back it up, so end up parking in utterly convoluted ways.

      I get looks every time I'm asked to look at someone's computer and the first key I press is Windows+E to get explorer. Now, I'm aware that that is a pretty silly shortcut, I don't use it half the time on my computer because I have Windows Explorer pinned on the Start Menu, but on other people's computers I can't be bothered to track down where MS put Explorer on this version of Windows. (Four menus deep? Really?) And I won't pretend I actually know all the Windows key shortcuts.

      However, a good portion of people seem completely unaware that applications shortcuts exist, and everyone seems unaware they can add more. Likewise, everyone seems unaware you can hit the Windows key and then just start typing to search your applications in Vista and 7.

      Teach people the basic shortcuts, sure. But more importantly, teach them the idea of shortcuts, and how to learn what they are, and to actively seek out ones that would be useful.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    79. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Are you kidding me. I use it all the time to quickly clear a search-box and type in something new.

    80. Re:Learn your AVC's by willutah · · Score: 2

      A fun (not fast, but pretty memorable) way to learn these is to watch the TV show CTRL: http://www.hulu.com/ctrl

    81. Re:Learn your AVC's by Fuzzums · · Score: 1

      Ctrl-C in source application; Ctrl-V in TextPad; Ctrl-A, Ctrl-C, in TextPad; Ctrl-V in target application...

      --
      Privacy is terrorism.
    82. Re:Learn your AVC's by Ken_g6 · · Score: 1

      You forgot Ctrl+X, to Cut instead of Copy.

      Also, I don't use Ctrl+A. I use Ctrl+Home, Shift+Ctrl+End sometimes; these two types of key combinations are useful in other selection circumstances (e.g. Home, Shift+End to select a line), and since they work I don't have to remember an extra key combo for the rare "select all". (I guess they don't work for a full browser page, but I don't copy an entire browser page and paste it to Word, like some people I know.)

      --
      (T>t && O(n)--) == sqrt(666)
    83. Re:Learn your AVC's by simcop2387 · · Score: 1

      It's also possible that he's got a crummy laptop keyboard that has control on the left, and alt on the right. That drives me nuts enough to carry a foldable keyboard around.

    84. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Like ctrl+shift+v

    85. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Funny thing is CTRL-Z could do that IF there was a delay between the time you said send and the time it actually sent it.

    86. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Of course, they're always surprised that CTRL-Z won't make an email they just sent come back.
      Tell be about it. Last time I've ober-baked my pizza, I was realy disapointed the engineers forgot to add undo button at the front panel of my oven.

    87. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Hitting "CTRL+A, space" when you meant to start a sentence with e.g. "A further thing..." is good for something - good for a heart attack when your whole huge document has disappeared next time you look up...

      (I know, I know - I should learn to touch type)
       

    88. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Not to mention when your browser doesn't select the whole of a long, complicated URL in the address bar: Ctrl-A, then type slashdot.org

    89. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      I would advocate the use of C+k (cut), C+y (yank), C+s (search), and for undo C+_ . For replacing items M+% is very useful. If we're teaching the masses to do things, lets teach them how to use decent software.

    90. Re:Learn your AVC's by similar_name · · Score: 1

      I like (assuming window is maximized and using Windows)
      ALT+SPACE, r
      ALT+SPACE, m
      Mash arrow keys. Look at me moving the window around without a mouse. Really only useful when the window is maximized on a second screen that is not displaying, otherwise good for showing off.

      Anyone know how to play Minesweeper without the mouse?

    91. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      "Of course, they're always surprised that CTRL-Z won't make an email they just sent come back."

      Indeed, as they should be. On Outlook/Exchange there is a "recall mail" function. Why doesn't "undo" at the top level activate it?

    92. Re:Learn your AVC's by CastrTroy · · Score: 1

      I think this has a lot to do with when you started using computers/word processors. If you learned on something like WordPerfect 5, it seems perfectly normal to do almost everything using only the keyboard. Even getting things in the menu can be done easiliy done on the keyboard. Contrast that with someone who learned on Word for windows, or ever later. Many functions weren't available without going through menus. And there wasn't that handy strip of paper above the F keys describing all the different things you could do.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    93. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Paste without formatting is SHIFT+CTRL+V, just in case you're wondering.

    94. Re:Learn your AVC's by loufoque · · Score: 1

      There is certainly room for copy and paste in programming.

      No there isn't.
      This is probably one of the only hard rules in programming.

      If you end up writing the same thing in multiple places (or worse, if you explicitly copy to write the same thing), then you need to refactor the code.

      I've re-used code between different PalmOS applications I've developed.

      Ever heard of functions?

      I could, of course, set up a library, but to do that for small snippets of code is a nuisance.

      Less of a nuisance than having to test and maintain N bits of code that could just be one?

      Plus I will often want to adapt the code for different applications, and if I wrote general purpose library code, it would be bloated

      Learn to code generically? Functional programming can help.

      (a shared library would help, but that would require an installer to install it)

      I don't understand your issue with shared libraries or even libraries. You don't even need a library to refactor some code in one unique place.

      In a current project, a GPL astronomy app for Android, I'm re-using ephemeris code from GPL'd applications for other platforms. Why should I spend many hours trying to figure out and optimize all of the math myself, potentially introducing various bugs and inaccuracies? Instead, I can adapt mature code from other people's GPL applications, and then just include the appropriate copyright acknowledgments.

      Since when does using an existing library require copy-pasting?

    95. Re:Learn your AVC's by loufoque · · Score: 1

      That's not copy and paste, that's cut and paste.
      Moving is *very* different than copying.

    96. Re:Learn your AVC's by Culture20 · · Score: 1

      People would be almost as well served by using the "Edit... Find" GUI menu option, but don't even know about that.

      Because it's hidden by the ribbon.

    97. Re:Learn your AVC's by wreakyhavoc · · Score: 1

      Try teaching a senior to use WX without a "Windows" key. WX-E. What a grind. That's why phone tech support always says "go to My Computer." Worse is having to resort to the Start Menu.

      Maybe 5 people out of 500 have learned a KB shortcut or two. The rest - right click. Aargh. So slow.

    98. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      At some point, it must have been decided in the corporate world and in schools that computers are now easy enough to use without any training... we just stopped training people to use them, seeing it as a waste of time and money. They have computers at home, after all, don't they? Let them learn on their own time.

      Having done desktop support for a few years, it was astonishing to me the number of people who didn't know how to use basic Windows/Mac features, not because they're stupid, but because no one ever told them. Even stuff you could look up in the (nearly useless) Help system, nobody ever showed them how to get to it. It was unreal.

      What's more, a lot of the features can be discovered just by being curious and poking around the interface - but most of the users had learned not to poke around because they got burned in the past, accidentally breaking something. It doesn't help to yell at people for not knowing what they're doing, you have to help them learn.

    99. Re:Learn your AVC's by moreati · · Score: 2

      Thanks, I didn't know that one. Ctrl+Shift+V is the equivalent in OpenOffice/LibreOffice

    100. Re:Learn your AVC's by Tarsir · · Score: 1

      Format copying. The bane of my existence.

      I use Ctrl-C, Ctrl-V, Alt-Shift-F10, then select whichever option (Keep Text Only, usually) from the drop-down context menu. That key-combo (Alt-Shift-F10) is used in Office, Excel, and Visual Studio; and probably others as well.

    101. Re:Learn your AVC's by tomhudson · · Score: 2
      ctrl+insert, and shift+insert, were the original cut-n-paste. Later on, the second mapping to ctrl+c, ctrl+v were added.

      Also, why teach Ctrl+F when F3 works even in linux / firefox? Seems to me that's a lot quicker. The same as pressing the spacebar to scroll down a page instead of using the mouse and scrollbar, or even pgdn (spacebar is closer to the user and larger, so more efficient).

      Or did the researcher from Google not know about F3? Maybe he should have googled for it?

    102. Re:Learn your AVC's by guanxi · · Score: 1

      Guys, notepad strips out formatting. Isn't that what it was invented for!?!

      No. It's for editing text; it's a text editor.

    103. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      There's this amazing piece of software called puretext. Push Win+V and clean pure text pasting!

    104. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Agreed, there should be a shortcut combo for past without formatting.

    105. Re:Learn your AVC's by aztracker1 · · Score: 1

      In a lot of programs it's CTRL+H

      --
      Michael J. Ryan - tracker1.info
    106. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Ctrl+A -> enters the SCSI BIOS

    107. Re:Learn your AVC's by BrokenHalo · · Score: 1

      Personally, when I'm using a word processor or code editor I don't want to have to move my hand to the mouse...

      Same here. Actually, I usually prefer to to any text editing in Emacs, which is by far a better text editor than any word processing package I have found (with the possible exception of WordPerfect 5.1) and paste the text into LaTex if I need it marked up for print. But whether or not I am writing anything important, the Emacs keybindings are essential to me.

      For a couple of years I allowed myself to become accustomed to the Mac approach to input, since I inherited my wife's MacBook. But since that machine died (spectacularly and messily) last weekend, I am rediscovering the *nix-ish middle-click paste, and love it.

    108. Re:Learn your AVC's by PyroMosh · · Score: 5, Informative

      I was annoyed by this too for years.

      Either I just noticed recently, or Office 2010 finally addressed it.

      Click Paste dropdown > Set Default Paste
      This brings up a menu where you can set more sensible defaults. 99% of the time I want just the value, but you can independently set default pastes for:

      • Pasting within the same document
      • Pasting between documents
      • Pasting between documents when style definitions conflict
      • Pasting from other programs

      Changing the last one to "Keep text only" has made Word much more usable for me.

      The same or similar options are available in Excel, and of course when you *want* to keep formatting, the options are still there under "Paste Special".

    109. Re:Learn your AVC's by Compaqt · · Score: 1

      Ctrl+f - F for find, OK.

      F3 - it was used in some MS and maybe other programs. Great.

      But who came up with Ctrl+g for find in Linux?

      It's used in gedit and some other programs.

      Argh.

      --
      I'm not a lawyer, but I play one on the Internet. Blog
    110. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Exactly. The concept need to be taught. The details not so much. CTRL-F won't help you much on your Kindle, but the concept of 'word search' will. (Presumably... I don't have a Kindle but I assume it has a search feature...)

    111. Re:Learn your AVC's by gknoy · · Score: 2

      Comparing notepad to a text editor is like comparing a chimpanzee at a typewriter to Stephen Hawking.

    112. Re:Learn your AVC's by Ariven · · Score: 1

      yeah I got this yesterday... co-worker goes "what did you do to make that box of icons show up?" as I was alt-tabbing... /sigh

    113. Re:Learn your AVC's by zippthorne · · Score: 1

      Also, any text box in OS X. (some of the emacs keybindings made it into OS X for some reason..)

      I can't seem to find where it's documented, though..

      --
      Can you be Even More Awesome?!
    114. Re:Learn your AVC's by tunapez · · Score: 1

      tverbeek must have gotten laid last night, he/she is still being far too generous in describing the MUs.

      Most regular users believe 'This page cannot be displayed"="my computer crashed", cannot resize or move a window let alone fathom what a window is.

      To be fair, I will give users credit, most have figured out how to put a shortcut to spider solitaire onto their desktop without even knowing what a 'shortcut' or 'desktop' really is.

      --
      Imagination drew in bold strokes, instantly serving hopes and fears, while knowledge advanced by slow increments...
    115. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Except the modern office suite software has made Ctrl-V useless and annoying, copying styles that have nothing to do with your paste target and often messing it up in the process. So instead you have to either click through menus or find a far more awkward key combo to "paste without formatting."

      Or you could just press Shift+CTRL+V to automatically paste without formatting.

    116. Re:Learn your AVC's by tepples · · Score: 1

      If you end up writing the same thing in multiple places (or worse, if you explicitly copy to write the same thing), then you need to refactor the code.

      Say I've written code in one programming language, but now I need to run it on a device that doesn't support that programming language. How does one refactor a program to be valid in multiple languages?

      Since when does using an existing library require copy-pasting?

      Since I can't be sure that the existing library will already have been installed on the end user's machine. Or since I've profiled the program and found that it benefits from the sort of whole-program optimization that my tools can do only when all functions are pasted or #included into one file (e.g. SQLite Amalgamation).

    117. Re:Learn your AVC's by vlueboy · · Score: 1

      I remember in the 90s [...] many people use[d] to take courses on "how to use computers" and shortcut keys were considered a big part of that.

      Excellent point. Back then, especially before the internet, we only had a small subset of the kinds of things that we must do now. The biggest curses to learning have come from intractability. I mean, GUI advances and the internet have caused all computers to be different and have different programs.

      Back in days of DOS @ home of the eighties and early nineties, courses focused on teaching you history of computing, disk hardware down to learning numbers of cylinders, sectors and tracks, the need to know about disk space management. You also took Lotus for spreadsheets, COBOL, BASIC or other programming courses even if you didn't have reasons to market yourself as a programmer; and I'm talking anyone from teenagers to adults... Back then, all you had was a command line and a knowledge that there was some regime you must endure prior to being able to navigate your brand new system, and shortcuts were welcome because there was no mouse metric to compete against their usefulness. Prior to the web explosion of the late nineties, career switchers (the kind that brings no knowledge to the table and zero interest into advancement except for quick IT cash) had no true motivations to jump into web-development and other parts of IT because the barriers to entry for usage, let alone tech support and infrastructure, were high, and learning by google-ability was not an option.

      Now that the "artificial" difficulties has been largely removed in desktops AND phones, it's impossible to expect people to want to deal with real obstacles... I had several people start private tutoring lessons with me or others, just to drop off after 3 or 4 because today's computers world allows you to get lots of positive stimulous while being largely incompetent. That boils down to adults rejecting their need to study with you while enforcing the "let's just ask the computer guy when this requires knowledge." But they still won't be convinced that they need a lesson for why 0.123GB is bigger than 12.345MB. Who wants to learn units just to "emergency" send e-mail videos and photos? The annoying part is that it's always an emergency. Nowadays I just suggest that people sign up into a real class, but they don't want a real learning regime with attendance, testing and actual homework where, you know, they might actually learn something.

    118. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      It is especially nice when your graphics system shows black screen but your kernel is still humming and reading keyboard..

    119. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      PS: 4 of my 5 students had been getting private WinExplorer/Internet tutoring free of charge once a week on different days, and loved to cancel classes at the last minute (because they saw no possible loss out of the informal arrangement where I was the loser.)

      The exception (the 5th person) has actually demanded to pay me in cash daily to mark a mutual commitment with a real measurable value. That person is the only one who continued week after week for many months. All of them stated that they praised my teaching skill and said that they wanted lessons. It was preferred to spending money (though most could have taken free work-funded classes) and several trips per week to some a far-flung school, being in front of a classroom with people they don't know, and a teacher with no teaching skill or too much homework, and risking a little shame for making public mistakes in front of classroom strangers (being middle-aged adults has that effect on people; the students are all women, by the way.)

      And yet, killing their mental barriers by taking private lessons was not enough of a net positive to continue on more than twice or thrice for most people, while paying did ensure a commitment. Teaching people who are your acquaintances is weird, even if you have lesson plans and create your own summary sheets. I steer clear of it now because adults have less will to learn than 5-year old kids, who try to learn even when you're not realizing you're teaching something. And guess which you might, erm, "threaten" into submission without some major drama being reflected back at you.
      -vlueboy

    120. Re:Learn your AVC's by Grygus · · Score: 1

      Let's not forget Ctrl+= and Ctrl+-, which apparently no one knows resize the pages in every web browser and mail client.

      CTRL-mouse wheel does the same thing in most browsers. I've never tried it in e-mail clients, though.

      Windows+E is a good tip; I've always just kept it pinned to the task bar, didn't know about that one. Thanks.

    121. Re:Learn your AVC's by vlueboy · · Score: 1

      I agree, but today's dynamic pages make it a pain to enforce the old concept that data you have put in a "logical" page is searchable at all times. Twitter / Facebook users must keep scrolling down for the browser to re-load that two-day-old old telephone number that someone posted. Their GUIs don't allow you to filter results. That is because "walls" are of dynamic structure loaded on demand to save bandwidth and time. E-mail interfaces a little better, but nobody mainstream can filter data or sort by date or sender. Unless they've learned at work or taken some long classes on spreadsheets to get that ONE gold nugget out of it.

      Still, it is painful seeing people have the equivalent of a phonebook in front of them and try to go page by page when they can just do a Find and look up a person's name. No browser teaches you this, and all the few fancy magnifying glass icons in their GUIs have been perverted as "search the web" rather than find HERE.

      On slashdot, the problem is different: you know a discussion URL where someone said "memerific!" but must load all 400 comments by moving sliders / clicking "get 50 more comments" before that CTRL-F search finds the one word that you know you read the day before. That is because of javascript doesn't allow browser searches to unhide comments that the page hides by default. As the world keeps turning with stupid smartphone GUIs that have little copy and paste and forbid all "shortcuts", and desktops begin the MS2007-ification and tablet-ization of all GUIs, we'll be in deep trouble with mountains of old data and no way to sort it out using Windows. And by then users will be too comfortable to start wanting to learn Linux.

    122. Re:Learn your AVC's by theurge14 · · Score: 1

      A several hundred dollar office suite shouldn't need the extra step of opening a non-formatting text editor in order to do this very common, very basic task. Especially in 2011. It's shameful.

    123. Re:Learn your AVC's by vlueboy · · Score: 1

      A hate that Crome's search box goes away when you change pages.

      That's why we don't trust big companies developing GUIs; they do things backwards:
      1) The search box goes away.
      2) The big download panel at the bottom of your screen stays forever until you close it. This default cannot be changed.

    124. Re:Learn your AVC's by PopeRatzo · · Score: 1

      Round my parts we'd call this a "citation"

      "Citations" by definition are not "reworded".

      --
      You are welcome on my lawn.
    125. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Let's also not forget about the ever popular Ctrl-Alt-Delete.

    126. Re:Learn your AVC's by jscotta44 · · Score: 1

      Amazing to read this story and comments like this one from @WrongSizeGlass. This is the same forum where Apple has been criticized for having the appearance of a one-button mouse for so long...right?

      Seriously, many, many people really don't have a clue how to run their computers they way the crew on this forum do. Keeping things very simple (yes, the appearance of a one-button mouse) is not a bad idea. Address the lowest common denominator while providing those that can do better with the tools they want/need.

      On a bit of a different note, I've moved from using the file structure to using the search functionality of my computer (a long time ago really). This story about CTRL-F I've implemented into my workflow on my whole computer and I've never looked back. It has made a huge difference in my time and productivity. I've basically one large Documents folder where I dump everything. Same thing for my e-mail. If I'm going to keep an e-mail around, it gets dumped into the single Read folder after I've dealt with it, in the In Box.

    127. Re:Learn your AVC's by Alan+R+Light · · Score: 1

      Damn straight!

      Notepad doesn't hold a candle to vi.
      ZZ:w:wq! damn itZZ

    128. Re:Learn your AVC's by jscotta44 · · Score: 1

      No kidding! While LaTeX is fine, I greatly miss FrameMaker for its document processing capabilities. So sad that no one has really replaced it after Adobe bought FrameMaker and killed it – hoping to replace it with InDesign.

    129. Re:Learn your AVC's by Urkki · · Score: 1

      Ctrl+A is also "home" (not sure of origin, emacs maybe, works in bash by default). Which is why it's so stupid to have it as default escape key for screen.

      In bash, Ctrl+V is "quote next keypress", so you can enter eg. ASCII 3 character to command line by pressing ctrl+v ctrl+c.

    130. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Just make sure your tty and terminal type is configured for this.

    131. Re:Learn your AVC's by isorox · · Score: 1

      ctrl+C -> cancel command execution
      ctrl+Z -> pause command execution and send to background
      ctrl+A -> ring bell, escape key for screen

      Also front of the line in bash under (default) emacs mode.

      what is ctrl+V for?

      Escaping keys. If you want to do something like :%s/^M//g, you'd type :%s///g

    132. Re:Learn your AVC's by isorox · · Score: 1

      (apart from using Emacs for everything, of course).

      That works for most applications, but it needs a good text editor.

    133. Re:Learn your AVC's by gr8dude · · Score: 1

      Maybe this could explain your case: processes started by different users do not share a clipboard. For example, if you copy in one window that belongs to a program started with regular credentials, and paste in a window ran with administrative privileges - it won't work.

      Note that I cannot verify this now, as I am not on a Windows machine; but if I recall correctly - this is how a modern version of Windows behaves.

    134. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Word is not so great here, especially with bullets, but Excel excels. Memorize a few shortcuts (alt ESV, etc) and you can move data and formatting around independently with ease. Someone skilled with Excel can beautifully format a whole spreadsheet in a few minutes.

    135. Re:Learn your AVC's by originalTMAN · · Score: 1

      grep maybe?

    136. Re:Learn your AVC's by WeatherGod · · Score: 1

      Huh? Ctrl+g in Firefox means "Find Next", because 'g' was "next to" 'find'.

    137. Re:Learn your AVC's by sonicmerlin · · Score: 1

      Oh c'mon. We all just use wikipedia, scroll down to the references, copy and paste from the journal articles, and then reword them. You still have to read much of the articles to make sure everything is worded properly and it's not obvious you copied anything, and in the process you learn a great deal. Which is the whole point of writing the paper in the first place.

    138. Re:Learn your AVC's by dotancohen · · Score: 1

      Here is the relevant Open Office bug:
      "Option for default copy/paste to work with unformatted text "
      https://openoffice.org/bugzilla/show_bug.cgi?id=103327

      Please comment on that bug.

      --
      It is dangerous to be right when the government is wrong.
    139. Re:Learn your AVC's by mako1138 · · Score: 1

      That's correct. I run in limited mode, and have a RunAs command set up for administrative tasks. It's not possible to copy/paste or drag between explorer windows started with different privileges.

    140. Re:Learn your AVC's by Calydor · · Score: 1

      I just love that GOOGLE wrote a browser that HIDES the ability to search.

      --
      -=This sig has nothing to do with my comment. Move along now=-
    141. Re:Learn your AVC's by stephanruby · · Score: 1

      Of course, they're always surprised that CTRL-Z won't make an email they just sent come back.

      There is a gmail labs extension for that! I'm actually surprised that more people don't make use of that.

      Just enable it (assuming you have gmail or gmail premier) and it delays the email being sent for a few seconds, allowing you to undo the sending. For the couple of times I used it, this feature has been a godsend for me. And I don't know if it's linked to the Ctrl-Z shortcut, but I wouldn't be surprised if it were, gmail/Google tries to link the shortcuts to everything.

      While I'm at it, another useful gmail labs extension is the "Did you forget attachment" extension. Based on the keywords you use in your email, it will ask you to confirm whether you forgot to include the attachment, or not. It actually works very well. I don't ever remember getting a false positive from it.

      And not to sound like a complete Google fan-boy, Google Chrome's browser still has one major flaw regarding undos (compared to Firefox). Chrome has yet to fully duplicate the Firefox now-default behavior of never being able to accidentally lose the content you posted to a forum because of a server session expiration problem. I realize that there is a Chrome extension for that, but it's so freaking security-conscious, it's a hassle to use with its required password and a hassle to install on my different computers for myself and all my different users (unlike most other Chrome extensions or Firefox extensions).

    142. Re:Learn your AVC's by Veggiesama · · Score: 1

      Dunno how MS Office is, but I've always used Ctrl+Shift+V in OpenOffice, then you can paste the text without formatting.

    143. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      You need Better Paste

      Ctrl-Shift-V does a paste-without-formatting anywhere in Windows. It's an amazing timesaver. Before using Better Paste I always used to have a notepad document open to strip formatting (paste then re-copy.)

      Enjoy!

    144. Re:Learn your AVC's by Your.Master · · Score: 1

      All five of the major browsers are built by big companies, with hundreds of employees. Mozilla corporation, easily the "smallest", made 43.1 million dollars of income on 91.3 million of revenue in 2009. What niche browser do you favour?

      Chrome is the only one that fits number 2 complaint (that I know of; it's been a while since I used Safari or Opera extensively).

    145. Re:Learn your AVC's by ladoga · · Score: 1

      But who came up with Ctrl+g for find in Linux? It's used in gedit and some other programs.

      Gedit uses Ctrl-f for find.

    146. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      If you're not capable of maintaining a Windows install, it's time to turn in your geek card.

      Block untrusted flash and javascript (which you should be doing on Linux too) and don't do stupid crap (gee, I never heard of this program before... let's give it admin access!), and you won't have any problems.

    147. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Of course, soon the Menu bar will be hidden to free up those 12 vertical pixels.

    148. Re:Learn your AVC's by darenw · · Score: 1

      Ctrl-Z! I use that 10,000 times per day! If I could bottle some of my mindless ctrl-z using habit and sell it, would anyone buy it?

    149. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      http://www.stevemiller.net/puretext/

      Agreed though that you shouldn't have to use a third party tool for something so basic.

    150. Re:Learn your AVC's by UnknownSoldier · · Score: 1

      >> There is certainly room for copy and paste in programming.
      > No there isn't.
      > This is probably one of the only hard rules in programming.

      At the risk of sounding like an asshole, you're an fucking idiot and/or myopic. Just because _you've_ have never found a need for it, doesn't mean other people have legitimate needs.
      e.g.
      I run Ubuntu inside a VM; I need to copy/paste code snippets from our app that works in the host machine to inside the VM, since it we are cross-compiling for an altogether hardware. Due to hardware differences and compiler differences I need to tweak the code for performance for the target machine. Once it is working properly, I copy/paste the code snippets back outside the VM to verify/check performance and it compiles clean.

      Would I say copy/paste code is common? No. But just because you almost never use it, doesn't mean, that when you DO need to use, that it isn't handy.

    151. Re:Learn your AVC's by thegarbz · · Score: 1

      Or you could just right click and "Paste Special", or better yet just hit Ctrl-V and click the little icon that pops up asking you if you want to keep text only.

      Or we could repeat the entire operation twice with the assistance of another external program.

    152. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      What windows install? I don't touch windows for more than 8 years!

    153. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      And vi doesn't hold a candle to a text editor

    154. Re:Learn your AVC's by AthanasiusKircher · · Score: 1

      They might not know the keyboard shortcuts for copy and past, but I doubt they're erasing large chunks of text in one place only to re-type it somewhere else... at least I hope not!

      Umm... seriously? You haven't dealt with a lot of average computer users, have you?

      Over the past couple decades, I've shown at least half a dozen people how to use cut and paste -- I'm not talking about the keyboard shortcuts: I'm talking about the concept itself.

      And these have just been in casual encounters, usually when I'm helping someone do something else on their system. I've never even been in tech support...

      Perhaps it is getting a little better with the generation under age 30 or so. But anyone who grew up using a typewriter (or who even used one occasionally when first typing) doesn't naturally understand that there should be such a thing as "cut and paste."

    155. Re:Learn your AVC's by AthanasiusKircher · · Score: 1

      No one ever uses CTRL+A, it's fairly useless.

      -- You type something in one application/textbox/window and want to copy the whole thing somewhere else.

      -- MS Word (or whatever random application), which you are forced to use for some reason, has once again "helpfully" screwed up formatting, and as a last resort, you want to implement a global change.

      -- You want to be sure that MS Word (or some other dumb application) actually is using some global setting, so you select the whole document and go to a settings window to see whether it shows up as consistent for the whole document. (Even if you use styles well, random crap sneaks in -- or you want to check over a document that someone else has been editing.)

      -- You want to clear a text box or other text area in an application. (follow with delete or something similar)

      I'm sure I could come up with other common scenarios.

    156. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      F3's use seems to be inconsistent across applications in Windows. CTRL-F is much more likely to be what you're looking for. The common usage is: CTRL-F allows you to type in something you want to search for and then searches for it, while F3 simply searches again for whatever you most recently searched for.

    157. Re:Learn your AVC's by iinlane · · Score: 1

      When I first teached my sister (a philologist) of how to use shortcuts in office she mapped ctrl+z, ctrl+x, ctrl+c and crtl+v to heading 1, 2 ,3 and 4.

      I was amused :)

      And yet she is really smart - just not into tech.

    158. Re:Learn your AVC's by man_of_mr_e · · Score: 1

      Uhh.. you change the paragraph indentation in Word the same way you've don it since.. I think the very first version. Drag the slider on the ruler to the point where you want the indentation to be. If you want a hanging indent, then you move the other slider back. How exactly is this new?

      Alternatively, you could have just clicked the advanced options button in the lower right corner of the paragraph ribbon section and Indent is the second grouping on the first tab.

    159. Re:Learn your AVC's by txoof · · Score: 1

      This is one of FIRST things I taught in my 2nd Grade computer class this week. CTRL-Z and CTRL-Y are probably the single most useful things for a new computer user to learn beyond basic mouse and keyboard skills. The copy and paste can come later, but being able to undo a giant mistake for a kid is HUGE. The look on their face when they accidentally swipe an hours worth of hunting and pecking and replace it with a "Q" is pretty tragic. Teaching them that CTRL-Z can save their bacon is also pretty priceless.

      --
      This one's tricky. You have to use imaginary numbers, like eleventeen... --Hobbes
    160. Re:Learn your AVC's by txoof · · Score: 1

      Real editors use [esc] /

      --
      This one's tricky. You have to use imaginary numbers, like eleventeen... --Hobbes
    161. Re:Learn your AVC's by w0mprat · · Score: 1

      Also, I would add: Home, End, in combination of course with the AVC and F. For example, holding shift then home/end will select text in a field before/after the cursor, which you can quickly delete. I do this without thinking about a dozen times a day, particularly with URLs.

      When I see people clicking carefully repeatedly tapping backspace to edit something, I show them these tricks and yeah it's the "OMG I've been wasting my life.." response alright.

      This is the basic shit that should be taught in schools, after first learning essentials like touch typing, but juding by the standard of IT new recruits today, it's not being taught instead kids are learning excel and powerpoint. Unfortunately in the world of Macs and now iPads this isn't going to get any better.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    162. Re:Learn your AVC's by loufoque · · Score: 1

      Selection with the mouse (or with the mouse plus shift) is much more practical and easier to fine-tune.

      -- You type something in one application/textbox/window and want to copy the whole thing somewhere else.

      Why would you even do this?
      Either you use the right application directly, or you find a way to feed a text file to your application.

    163. Re:Learn your AVC's by loufoque · · Score: 1

      So you're using copy and paste to transfer data between virtual machines.
      This is ridiculous.

      Plus you're likely to run into problems with line endings.
      You should use your versioning system to transfer your code between systems. Make a branch if need be.

    164. Re:Learn your AVC's by emj · · Score: 1

      Just press "z" to undo, ctrl-z can probably be troublesome to bind in browsers. I think the delay could be longer with a "Class A priority" mail option.

    165. Re:Learn your AVC's by dintech · · Score: 1

      For windows, here is a helpful list:

      Keyboard shortcuts for Windows

    166. Re:Learn your AVC's by xatm092 · · Score: 1

      MY HERO!

    167. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      CTRL-SHIFT-left arrow (or right arrow). Selects an entire word of text. It's great for refactoring code or rephrasing emails.

    168. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Okay, get ready! To paste in text without the formatting of the copied document, type Command and Option and Shift and V. For PCs, it would be Ctrl and Alt and Shift and V.

    169. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      who cares?

    170. Re:Learn your AVC's by DaVince21 · · Score: 1

      Ctrl+V is paste in most non-terminal software.

      --
      I am not devoid of humor.
    171. Re:Learn your AVC's by DaVince21 · · Score: 1

      Let's not forget Alt+Tab... When I used it recently someone asked me what I just did. Kinda surprised me.

      I learned the trick back in Windows 3.11, by someone pressing it for me, however, it would always bluescreen the computer.

      --
      I am not devoid of humor.
    172. Re:Learn your AVC's by DaVince21 · · Score: 1

      Ctrl+shift+V opens a menu for you where you can select paste without formatting. At least, in Libre/OpenOffice.

      --
      I am not devoid of humor.
    173. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      I didn't know how to change the text indent either, so - curious thanks to your comment - I started up Word 2007 and looked for it. It seemed logical that it would be in the Page Layout tab, but...oh wait, there it was.

      Two seconds max, probably closer to one. First-line indents were one further click away. For a feature that is scarcely ever applied per-para, that's not bad.

      On the other hand, I did find that it would select the full stop when clicking in the gap between sentences. Seems like it would be easy to detect that the user is selecting the next sentence...

    174. Re:Learn your AVC's by stewbacca · · Score: 1

      A "several hundred dollar" office suite shouldn't even exist. Especially in 2011.

    175. Re:Learn your AVC's by Blakey+Rat · · Score: 1

      I also made acquaintance for the first time with the amusing "simplified" menu system of Word that made it very hard to find the option to change the paragraph indentation in less then 10 minutes.

      Uh, you drag the "indent" marker in the ruler, like every other GUI Word Processor... ever since the beginning of time ever.

      That took 10 minutes to figure out? Seriously? Or you're exaggerating, because you are some open source fan trying to make Microsoft products look bad? (Because if the latter, you're just making yourself look dumb.)

    176. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      And even better and less-well-known: Ctrl-Shift-T. Un-closes a tab, complete with history intact. My life got infinitely better when I discovered that trick.

      I usually use / to search within a page - that is, until sites like gmail decided to capture that keypress and use it to bring focus to their own search box. Annoying.

    177. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      Not to speak of the "formula editor"....

      Yes, please don't. Some of us who have shared your experiences are trying to repress.

    178. Re:Learn your AVC's by AthanasiusKircher · · Score: 1

      -- You type something in one application/textbox/window and want to copy the whole thing somewhere else.

      Why would you even do this?

      Either you use the right application directly, or you find a way to feed a text file to your application.

      You do realize that the whole world isn't full of people who only use computers for coding, right?

      As someone who does a lot of (non-fiction) writing, here's one possible scenario that I use on occasion. I often generate short bits of writing that don't quite fit in exactly to a larger piece of writing that I'm working on at the moment. It's better to save such things as a separate file or note or something, rather than as part of a larger document that has miscellaneous bits of stuff in it, which would make it harder to find.

      When I later write something that where I want to incorporate this short bit (usually at least a paragraph, often multiple paragraphs), I find the file/note, select all, and copy it. Sometimes I'm copying into another document file, sometimes into an online post, whatever.

      Or sometimes I might realize I need to merge two short pieces of writing I started creating separately. Or sometimes I start writing something in an online post or something, and then I realize that I'd prefer not to post it, or not to post it at that time, so I want to save it to a file on my computer. Or...

      Just because you can't imagine ever using a shortcut doesn't mean that there isn't a use for it.

    179. Re:Learn your AVC's by trawg · · Score: 1

      Ctrl-shift-v in Thunderbird. Saved me a lot of pain finding that out.

    180. Re:Learn your AVC's by lee1 · · Score: 1

      don't you find it annoying that hitting "/" doesn't work on Chrome for string matching

      It does with Vimium.

    181. Re:Learn your AVC's by Inthewire · · Score: 1

      ALT E S V or, depending on source, ALT E S T. Goddamn, if you use it, learn the shortcuts that every mouse sequence highlights for you. Preformat target columns as needed.

      --


      Writers imply. Readers infer.
    182. Re:Learn your AVC's by Inthewire · · Score: 1

      Which is my absolute number one pet peeve for Chrome. CTRL TAB should switch, not cycle, you fucking bastards.

      --


      Writers imply. Readers infer.
    183. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      The one that has me absolutely tearing my hear out in frustration where I work, is when someone is logging into their workstation.

      Username: dave_bloke -hands on keyboard ...reaches for mouse ...clicks in password box

      Password: ******** ...reaches for mouse ...clicks login

      USE THE TAB AND ENTER KEYS DAGNABBIT.

    184. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      No no, I was talking about indenting the first line of each paragraph and how to change that for all paragraphs in a document except, of course, titles or examples.

    185. Re:Learn your AVC's by Blakey+Rat · · Score: 1

      The paragraph indent is in the ruler, where it is in every word processor ever.

      Select the styles you want, then move the paragraph indent marker. That's it, you're done. If you don't want indents on titles or examples, just make sure those styles aren't selected-- they'll stay un-indented.

      There's no way this should have taken 10 minutes if you've ever used any word processing program before.

    186. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      They might not know the keyboard shortcuts for copy and past, but I doubt they're erasing large chunks of text in one place only to re-type it somewhere else... at least I hope not!

      Clearly, you don't deal with many "average" computer users. I've seen plenty do exactly that, and I'm always astonished and horrified, though I should have come to expect it by now.

      My wife's not that bad, but she persists in repetitively clicking scroll-bar arrow buttons to scroll through a long document instead of clicking the scroll-bar "empty" area to page up/down or just dragging the scroll-button. She did finally get the concept, but still forgets that paging/dragging is easier than the repeated clicking. She already dislikes using computers, and she finds it hard to think of both the task at hand and how to do it efficiently.

      Those of us who use computers all the time often have no idea that our actions look like magic to most of the "average" (or incidental) users looking over our shoulders.

      - T

    187. Re:Learn your AVC's by Pope · · Score: 1

      Current pet peeve: Chrome's URL bar. When copy/pasting a URL it automatically is formatted as 12 pt Verdana, in XP at least. Why isn't it plain text to start with?

      --
      It doesn't mean much now, it's built for the future.
    188. Re:Learn your AVC's by mgiuca · · Score: 1

      Unless they use Gmail and have the "Undo Send" labs feature turned on. It actually waits 10 seconds after you hit Send before it sends the email. During that time, you can click "Undo" to cancel it. I've used it so many times.

    189. Re:Learn your AVC's by geoffspear · · Score: 1

      Last night my wife accidentally erased an email she was typing with Undo (from a contextual menu, trying to use spellcheck on a Mac). Naturally, she only complained to me about it after getting annoyed and closing the window, too late to learn about the wonders of Redo.

      --
      Don't blame me; I'm never given mod points.
    190. Re:Learn your AVC's by Anonymous Coward · · Score: 0

      While you are at it, teach them CTRL+C (Command+C) and CTRL+V and CTRL+A. At least 25% of users have never seen any of these amazing combos in action either.

      Let's not forget the ever popular CTRL-Z. I have some users who never knew that "undo" was an option let alone a keyboard shortcut. Of course, they're always surprised that CTRL-Z won't make an email they just sent come back.

      If you're teaching Undo, you might as well teach Redo, CTRL-Y

    191. Re:Learn your AVC's by Quirkz · · Score: 1

      Brilliant! Thank you for this little pointer. I knew about Paste Special and knew how to use the dropdown, but had somehow missed the set default bit. I swear, if it had said "preferences" instead I'd have gone right to it.

    192. Re:Learn your AVC's by Quirkz · · Score: 1

      Thanks for the reminder of Windows+E, which is really handy for the tech support guy who can't figure out from one cluttered desktop to the next where the user hid their "My Computer" icon. Win 7's better, but in XP it's not always in the computer menu if it's been put on the desktop (if I recall correctly, I'm mostly on servers now).

  2. Most People Have Never Heard of ..... by Anonymous Coward · · Score: 0

    F3.

    I use it all the time but what happens is not always what you expect.
    If you're lucky it searches or it does nothing.

    1. Re:Most People Have Never Heard of ..... by Verteiron · · Score: 1

      F3.

      I use it all the time but what happens is not always what you expect.
      If you're lucky it searches or it does nothing.

      F5 refreshes the web page in all graphical browsers, which is handy.

      F2 renames a file (in Windows, anyway).

      I used to tell people about F1 as well, which has meant "help" since the DOS days.

      Unfortunately there's a trend among PC and keyboard manufacturers lately to replace the F keys with customized crap like volume controls, launching the browser or email client or putting the computer to sleep. This has been around for years, but lately Dell, HP and even Lenovo have taken to making this crap the default function of the F keys and requiring the user to use a "Fn" key to achieve the normal function rather than vice versa, particularly on laptops.

      --
      End of lesson. You may press the button.
    2. Re:Most People Have Never Heard of ..... by Anonymous Coward · · Score: 0

      The only thing that doesn't bug me about the stupid F keys on my Microsoft "comfort wireless desktop" keyboard or whatever it's called is that the driver remembers the state of the F-lock key across reboots, and as far as I can make out, actually requires a driver to support the non-F-key "stuff" so in the BIOS for instance, I never have to worry about the buttons not working.

      However, the fact that they're evenly spaced instead of in groups of 4, and sit a good 3 mm shorter than all of the other keys, and are basically these tiny rectangles.. well, that all still bugs me. Thankfully I don't have to worry about this crap with my wired keyboards, because if Unicomp ever did that to people they'd lose tonnes of business :)

  3. / (slash) by cobbaut · · Score: 3, Informative

    Usually (even in firefox) just typing / to find something just works...

    --
    European Linux user, living in Antwerp
    1. Re:/ (slash) by Octorian · · Score: 1

      Actually, this one only seems to work in Firefox and vim. Haven't seen anything else support it.

    2. Re:/ (slash) by loufoque · · Score: 1

      It works in other text-mode viewers and editors.
      But beware, it expects a regular expression, not just text to search for.

    3. Re:/ (slash) by Anonymous Coward · · Score: 0

      man supports searching with / as well.
        WTF since when has knowing a keyboard shortcut a been skill. (ranting about the summery not the parent post or GP)
      One thing that drove me nuts was when Autocad changed CTRL+C from cancel to copy when autodesk moved to windows.

    4. Re:/ (slash) by LordThyGod · · Score: 1

      Does no one use less any more?

    5. Re:/ (slash) by Mr0bvious · · Score: 2

      less

      --
      Never happened. True story.
    6. Re:/ (slash) by Anonymous Coward · · Score: 3, Funny

      more or less, yes.

    7. Re:/ (slash) by Anonymous Coward · · Score: 1

      If 90% of people ignore the existence of the almost standard Ctrl+F (not only for browsers) shortcut, what can be the proportion of people that won't know about / ? 99.99% ?

    8. Re:/ (slash) by Fnord666 · · Score: 1

      Does no one use less any more?

      Does any one use more any less?

      --
      'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
    9. Re:/ (slash) by paiute · · Score: 1

      Yes. regards, Les Moore

      --
      If Slashdot were chemistry it would look like this:Cadaverine
    10. Re:/ (slash) by Haedrian · · Score: 1

      Cool never knew about this one.

      While we're here - Ctrl+ G (find next)

    11. Re:/ (slash) by Anonymous Coward · · Score: 0

      "Pretty much everything I use where it makes sense except Chrome" is my experience (Opera, Firefox, Vim, less... I guess that's more or less everything I use :-) ). Chrome has for some reason been adamant at not applying it. There are feature requests several years old concerning this insanely simple addition.

      I would say it is a "standard" shortcut, especially on *nix.

    12. Re:/ (slash) by TarMil · · Score: 1

      Not desktop applications per se, but many Google applications such as GMail and Reader supports / for search.

    13. Re:/ (slash) by Rob+the+Bold · · Score: 1

      Usually (even in firefox) just typing / to find something just works...

      OK, I did not know that. However, I mouse right-handed. If I were a lefty, that would be particularly handy.

      --
      I am not a crackpot.
    14. Re:/ (slash) by Anonymous Coward · · Score: 0

      I'm a long time vim user and this is the #1 reason I prefer Firefox!

    15. Re:/ (slash) by Anonymous Coward · · Score: 0

      In what way is SHIFT + 7 faster than CTRL + F?

    16. Re:/ (slash) by psmears · · Score: 1

      But beware, it expects a regular expression, not just text to search for.

      Not in Firefox (sadly)...

    17. Re:/ (slash) by Megane · · Score: 1

      1/10 - Get a real keyboard

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    18. Re:/ (slash) by Anonymous Coward · · Score: 0

      Usually (even in firefox) just typing / to find something just works...

      vim

    19. Re:/ (slash) by Anonymous Coward · · Score: 0

      MOTHER OF GOD.

    20. Re:/ (slash) by Anonymous Coward · · Score: 0

      Not in Chrome it doesn't, you insenstive clod!

    21. Re:/ (slash) by Anonymous Coward · · Score: 0

      As I've tried the other way around. Ctrl-F works in firefox as well. I can't believe I've been wasting my life using the slash all this time! ;)

    22. Re:/ (slash) by Anonymous Coward · · Score: 0

      Konqueror is another example

    23. Re:/ (slash) by Nemyst · · Score: 1

      No need. Unless you're focused on a text field (or the page is JS-encumbered and intercepts key inputs), just start typing and you'll get directly in the search box.

    24. Re:/ (slash) by Anonymous Coward · · Score: 0

      and google chrome does NOT have it.

      Back on topic, this is insidious though. These will be the same people who will declare that MS Office be taught in schools so that these people will be ready with skills 'needed in the real world'. Do NOT teach them keyboard shortcuts. Like a poster above said, Explain search and menu basics.

      Oh I almost forgot. They want to get RID of the menu bar. Yessirreebob, let's leave these folks behind even.

    25. Re:/ (slash) by everydayotherday · · Score: 1

      It also works in evince.

    26. Re:/ (slash) by Anonymous Coward · · Score: 0

      Opera supports it as well.

    27. Re:/ (slash) by Ksevio · · Score: 1

      Works in Opera as well

    28. Re:/ (slash) by Anonymous Coward · · Score: 0

      This. Incidentally, why don't browsers support regexps in their search box?

    29. Re:/ (slash) by Anonymous Coward · · Score: 0

      Opera does as well...

    30. Re:/ (slash) by Anonymous Coward · · Score: 0

      also works in Okular and SumatraPDF

    31. Re:/ (slash) by vlueboy · · Score: 1

      You can probably look around for key binders and bind the backquote key to a slash. Or the coder in you might instead re-awaken the ol' F3 shortcut that used to serve that purpose before all applications forgot about that row of Keys. Who ever expects any "help" out of the F1 key any more on unless their application is from a huge corporation? That's why some keyboards just merge the number row with Fn-based combos to get at those Function keys. Hideous.

    32. Re:/ (slash) by gr8dude · · Score: 1

      Opera also does this, if you enable 'single key shortcuts'. Other ones you might like: Z = back, X = forward.

    33. Re:/ (slash) by Linuxmonger · · Score: 1

      it works in a lot of *nix things, less comes to mind as well as anything that uses it like the man pager.

    34. Re:/ (slash) by Anonymous Coward · · Score: 0

      opera does it as well

    35. Re:/ (slash) by Anonymous Coward · · Score: 0

      I didn't know this, thank you for the trick

    36. Re:/ (slash) by DaVince21 · · Score: 1

      man, less and htop use it as well. It's more of a terminal-based shortcut.

      --
      I am not devoid of humor.
    37. Re:/ (slash) by TheCarp · · Score: 1

      less does it too. Actually I find that the / was very natural, since I use vi and less a lot. However, the Ctrl-g for next match was the problem, since the others both support 'n' for next match. Though supporting that would make text editing clunky... or require modal browsing. I tried a vi command interface for firefox but, it was a bit too radical of a change for my liking (though, I found it usable)

       

      --
      "I opened my eyes, and everything went dark again"
    38. Re:/ (slash) by Anonymous Coward · · Score: 0

      It works in Opera too.

    39. Re:/ (slash) by Anonymous Coward · · Score: 0

      Well, in opera it is . (dot), which makes the combination of both well suited for this forum :D

    40. Re:/ (slash) by psychonaut · · Score: 1

      Man doesn't support any navigation at all, does it? I thought it farmed that out to $PAGER.

    41. Re:/ (slash) by Anonymous Coward · · Score: 0

      firefox / man / vim and less all support it -- what else do you need? ;D

    42. Re:/ (slash) by Anonymous Coward · · Score: 0

      You can add the type-ahead-find extension to chrome to get the same functionality.
      https://chrome.google.com/webstore/detail/cpecbmjeidppdiampimghndkikcmoadk

  4. It's too acrobatic by cvtan · · Score: 1

    While reaching for my coffee sitting in the DVD drive tray and stepping on the mouse with my foot, it's hard to do a ctrl-F while shaving using a CD for a mirror and texting on the phone.

    --
    Sorry, but gray text on gray background is making my eyes bleed.
    1. Re:It's too acrobatic by east+coast · · Score: 1

      You should use hard drive platters as mirrors, much better visual quality.

      --
      Dedicated Cthulhu Cultist since 4523 BC.
    2. Re:It's too acrobatic by Evil.Bonsai · · Score: 1

      Hehe, I use hard drive magnets to put stuff on the fridge. Much better than those 'refrigerator" magnets that just fall off whenever you close the door. 'Course, need to use a crowbar to remove what I put up there, but at least it isn't going to fall off.

    3. Re:It's too acrobatic by DaVince21 · · Score: 1

      Hey, someone else who uses them like that! You can actually remove them by sliding them off the side of the fridge.

      --
      I am not devoid of humor.
  5. I was just... by Anonymous Coward · · Score: 1

    I was just Ctrl+Fing "Ctrl+F" on slashdot, because a friend had told me about the ctrl-f story.

    1. Re:I was just... by Anonymous Coward · · Score: 0

      F I N D C E P T I O N

  6. This is so cool. by Blackout+for+Hungary · · Score: 1

    I wish there were a hotkey for capital letters, so I won't have to PUSH SHIFT BUTTON ALL THE TIME

    1. Re:This is so cool. by Jon+Stone · · Score: 1

      What surprises me is the number of people who use caps-lock instead of shift to type a single capital letter, i.e.
      caps-lock on
      type letter
      caps-lock off
      every single time.

    2. Re:This is so cool. by deniable · · Score: 1

      Almost as brain dead as password entry boxes that tell me the caps lock is on when I hold shift down for a single character.

    3. Re:This is so cool. by Haedrian · · Score: 1

      The missus does that, and it annoys me no end.

      Anyone know how to wean them off it aside from pulling it out?

    4. Re:This is so cool. by ColdWetDog · · Score: 1

      Pulling exactly what out?

      --
      Faster! Faster! Faster would be better!
    5. Re:This is so cool. by Haedrian · · Score: 1

      Capslock key of course.

      Pulling out the finger will only cause more problems.

    6. Re:This is so cool. by Pope · · Score: 1

      Yes, stop caring how other people type.

      --
      It doesn't mean much now, it's built for the future.
  7. Keyboard shortcuts are for pros by Anonymous Coward · · Score: 0

    Is this surprising? People expect useful controls to be easily discoverable. Keyboard shortcuts don't fall into this category. Find is either hidden under menus (which no-one uses any more) or behind the ambiguous magnifying glass icon which is also used for zoom.

    Browsers have search bars. Search in this page should be a suggested action whenever someone types a word in there (I'm sure that's already implemented somewhere) - that's discoverable. Word processors just have too many functions - people don't like to explore because it's overwhelming. This shouldn't be news to anyone.

    1. Re:Keyboard shortcuts are for pros by Cryacin · · Score: 3, Interesting

      You're right! Science and mathematics should be self explanatory. Skilled skim reading a document is self explanatory. (Note, if it is, you're doing it wrong) In fact, life should just be self explanatory. Everything should be so user friendly that everyone gets it.

      I think the point made by the article is that schools as allegedly here to teach the non self explanatory things such as reading, writing and arithmetic, and yet the most basic computing skills are not being looked at. Some schools are doing this in an ad hoc fashion, but it is arguable today that for quite a significant portion, if not majority of people, they spend more time on the keyboard than they do with a pen in their hand. Hence, we should be teaching these basic skills.

      --
      Science advances one funeral at a time- Max Planck
    2. Re:Keyboard shortcuts are for pros by Stormthirst · · Score: 1

      Isn't this why Word Perfect 5 was very popular with secretaries because it had very little mouse interaction meaning it was very quick to do anything?
      CTRL+B to toggle bold
      CTRL+I to toggle italics
      CTRL+U to toggle underlining
      etc
      Much quicker than switching between keyboard and mouse, which when you are in the middle of writing stuff (especially if your boss is droning on in your ear) is really important.

      It's a shame that IT departments rejected it in favour of Microsoft Office.

    3. Re:Keyboard shortcuts are for pros by Hatta · · Score: 1

      people don't like to explore because they're lazy and stupid

      FTFY.

      --
      Give me Classic Slashdot or give me death!
    4. Re:Keyboard shortcuts are for pros by Luckyo · · Score: 1

      It's worth noting that if everyone liked exploring, nothing would ever get done. So there's a downside to everything.

    5. Re:Keyboard shortcuts are for pros by jd142 · · Score: 1

      Yeah, it's a real shame programs like Word 2010 can't use ctrl+ b, i or u. rolls eyes.

    6. Re:Keyboard shortcuts are for pros by Gadget_Guy · · Score: 1

      CTRL+B to toggle bold
      CTRL+I to toggle italics
      CTRL+U to toggle underlining

      I think you meant to say:
      F6 to toggle bold (or CTRL+F8, 2, 1)
      CTRL+F8, 2, 4 to toggle italics
      F8 to toggle underlining

      I think I see why IT departments rejected Wordperfect in favour of Microsoft Office. The keyboard shortcuts were not intuitive. And all text mode word processors could be operated without a mouse, and as such they all had to have keyboard shortcuts. WordPerfect was not alone there.

      WordPerfect's claim to fame back in the day was the reveal codes option. You didn't have WYSIWYG back in those days, so reveal codes made it obvious what formatting was going on. It was like the "View Source" in web browsers. But it was their lack of a Windows version that made everyone move away from WordPerfect. When they finally did come out with one it was really buggy.

    7. Re:Keyboard shortcuts are for pros by Artefacto · · Score: 1

      What? Those exact same shortcuts work in Microsoft Office.

    8. Re:Keyboard shortcuts are for pros by he-sk · · Score: 1

      people don't like to explore because they're afraid they'll break something

      noticed that with a lot of my friends who aren't very computer-literate

      --
      Free Manning, jail Obama.
    9. Re:Keyboard shortcuts are for pros by Anonymous Coward · · Score: 0

      Word Perfect used to come with a cardboard rectangle you could put next to the function keys (this was at a time when everyone used desktops with the same keyboard layout), indicating what each function key would do. Every function key would do something useful when pressed alone, with shift, or with control.

    10. Re:Keyboard shortcuts are for pros by Anonymous Coward · · Score: 0

      Thanks, Crap Analogy Man. English, maths and science are all universal and well established subjects. Teach someone a 100 year old syllabus and they'd still have a strong grounding in the subject. Computer interfaces are not only a rapidly changing field of study, but also commercially sensitive. If you had to teach anything, you'd teach Internet Explorer and MS Office but that would piss off Apple, Google and many, many others.

      No, it's up to software developers to make their software self teaching - combined tool and manual - and to do so in a way that meets modern user expectations.

    11. Re:Keyboard shortcuts are for pros by DaVince21 · · Score: 1

      The keyboard shortcuts are almost always named in the application's menus. I'm not sure why you think nobody uses menus anymore, though.

      --
      I am not devoid of humor.
  8. Stable user interface ? by redelm · · Score: 2

    That people do not know commands is _data_ . Why becomes speculation. I know all my commands because I'm still a CLI dinosaur. I still use / (no dot :) to find strings because it works on my main tools -- vim, mutt, links and occasionally seamonkey.

    I would speculate computer inability is rooted in the whole GUI paradigm -- if it isn't on some menu you cannot do it. Good luck finding it with Microsoft changing their menus, especially the _huge_ change with the MS-Office2007 "ribbon". It might be good (???), but change comes at a cost. Very uncertain there is a payoff.

    1. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      So self-centered ! If people had to start with CLI to use computers, less than 5% of the population would have one ! Because they don't NEED NOR WANT to know about it. For them, computers are at the same level as a TV set or a toaster, something that must JUST WORK, and that's perfectly normal.

    2. Re:Stable user interface ? by Interoperable · · Score: 1

      I would speculate computer inability is rooted in the whole GUI paradigm

      Hardly. It's just that people who don't have the need/interest to memorize key sequences can now use computers effectively. The abilities of the interested are only increased by the addition of more extensive graphical tools abut the average ability has decreased because more computer-disinterested people now use them as part of daily life.

      --
      So if this is the future...where's my jet pack?
    3. Re:Stable user interface ? by Anonymous Coward · · Score: 1

      That's why one of the first things a child should learn in a standardized education is: how to learn. It sounds strange, but it's a serious necessity. Basically, this is a logic or reasoning class. People don't know their hot keys because they don't explore enough, and they don't make use of basic reasoning tools. Why aren't they asking even simplistic questions, like "Hey, this is a computer - designed to make ordinary information tasks easier - does it get any easier than this?", or "What's in all these menus? I should try these things out to see what they do..."

    4. Re:Stable user interface ? by old_kennyp · · Score: 1

      No now they just have to search around lookig for the Icon Somewhere! I thought Hiroglyphics went out with the Egyptians about 2000 years ago, then MS brought them back with the bloody ribbon!

    5. Re:Stable user interface ? by Hatta · · Score: 1

      The abilities of the interested are only increased by the addition of more extensive graphical tools

      GUI tools are seldom more extensive than their CLI counterparts, and they're always less flexible.

      --
      Give me Classic Slashdot or give me death!
    6. Re:Stable user interface ? by redelm · · Score: 1

      Two sides of the same coin -- GUIs lower the hurdle to start, so more people start. But scale badly and further learning becomes rapidly more complex.

    7. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      I'm a keyboard die-hard, and came to the ribbon prepared to hate it with a passion. All my efforts at memorizing menus and shortcuts, for naught, and you can't even switch back to classic mode, right?

      But after about a week of hardcore using the thing, I was in love. I love that it gives tool tips when you hit Alt. And I love that everything now has a fast key path, even paragraph styles and show/hide and font size and strikethrough and . . .

      I could go on, but as far as I'm concerned, the ribbon is one of very, very few instances where a forced, non-negotiable interface change actually changed for the better.

    8. Re:Stable user interface ? by AchilleTalon · · Score: 3, Insightful
      I think you both missed the point. The CTRL-F short cut is written beside the Find word in the Edit menu in the menubar. The article mentionned the guy was looking for the word he was searching without using the CRTL-F, neither the menu. So, whatever the GUI is, this guy is just looking in the document by hand and is just not asking itself what the software can do for him.

      In other crude terms, there is a lot of idiots out there.

      --
      Achille Talon
      Hop!
    9. Re:Stable user interface ? by metacell · · Score: 1

      I wonder if it's possible to formulate those reasoning skills in general terms and teach them, or if it's just talent.

    10. Re:Stable user interface ? by snowgirl · · Score: 1

      I would speculate computer inability is rooted in the whole GUI paradigm -- if it isn't on some menu you cannot do it.

      "Find..." is on the menu, and people still failed to use it. This isn't a problem with GUI vs. CLI, it's about people knowing what tools are there. That being said, I am 99.99% certain that you don't know every VIM feature and keyboard shortcut. And more so, even if you do, I'm 100% sure that you don't use all of them regularly.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    11. Re:Stable user interface ? by UniAce · · Score: 1

      Interesting idea. But keyboard shortcuts are easily discoverable in Mac OS X. Open any menu, in any application, and keyboard shortcuts are listed right there alongside the commands. Seems like a good solution, but users still need to be trained to understand what the cloverleaf symbol means.

      Okay, but there is one obscurity: try holding a menu open and pressing the option key. You may have to try a few different menus before you see the secret.

    12. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      "I would speculate computer inability is rooted in the whole GUI paradigm -- if it isn't on some menu you cannot do it."

      In fact Ctrl-F, Crtl-C, Crtl-V, Crtl-A are in the menu of a lot of gui software (Firefox, Wordpad, Word...).

      Maybe the menu is TL;DR for the current generation?

    13. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      True.

      I learned it off the edit menus where it was clearly labeled after the command I wanted.

      Now there is no menu :P

    14. Re:Stable user interface ? by sribe · · Score: 1

      I would speculate computer inability is rooted in the whole GUI paradigm -- if it isn't on some menu you cannot do it.

      No, the point is that even if it's on the menu, they still don't find it, because they never look in the menus. Most people have been trained to just use the buttons on whatever screen comes up in their face, nothing more. It's a real problem: if you put the 20% of functions that users need 80% of the time as widgets in the window chrome, they'll never look in the menus. But if you take all that widget-y chrome away and make them use menus (and corresponding keyboard shortcuts), suddenly the start finding the other 80% of the functionality and use the software much more efficiently. This is not just theory--I tried it once and it worked amazingly well...

    15. Re:Stable user interface ? by RogerWilco · · Score: 1

      Remember the WordPerfect keyboard template:

      http://www.mtmonthly.com/runmac/wp51keys.jpg

      I think the GUI in general has been a huge improvement, because before it, you could only do something if you knew the right command/shortcut by heart, or had stuff like the template above. Now you can search the menus until you find what you need.

      The problem is that people don't know how much a computer can help them, so don't go searching for this functionality. Or they might now Search in Word, but never thought it might work in a browser too.

      It's a conceptual problem.

      --
      RogerWilco the Adventurous Janitor
    16. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      I would speculate computer inability is rooted in the whole GUI paradigm -- if it isn't on some menu you cannot do it.

      It's more a trade-off between expert user vs casual (or less expert) user, or "rich versus reach". Computer "inability" is a bit vague but assuming you mean the ability of users to successfully use computers to get things done, the GUI paradigm deserves a big share of the credit for *reducing* "inability", i.e., increasing successful computer usage. By that measure, the fact the people don't know about Cmd/Ctrl+F is evidence of the success of the GUI paradigm: They can get their work done without the burden of memorizing commands. In other words, people don't know commands *by design* and, more specifically, because of the design principle of GUIs that all commands should appear in a menu, somewhere (as you say). The purpose behind this principle is to make commands discoverable through the UI, otherwise PC adoption would depend much more heavily on users poring through manuals/tutorials to learn commands - something few people bother to do. Annotating menu commands with a tip for the keyboard shortcut (e.g., "Cmd+F") in turn makes the shortcut discoverable and easier to learn/relearn. However, the whole point of the design choices in the GUI paradigm is to *not require* people to learn these shortcuts. Apparently, few of them bother, and they lose only a little speed in the process. A good trade-off for many people.

      If you mean by "inability" lack of expert skills, the more likely reason for this is the lack of economic incentive for most people to invest the time and effort to become expert users. GUIs don't prevent that, they just provide a more efficient path to most tasks for most users. Commands only really add value when they accelerate tasks that people spend a lot of time doing (Amdahl's law applied to humans). I'd wager most professional Photoshop users know a ton of Photoshop shortcuts, but that's because it gives them a big speed bump for their core tasks. Apparently lack of Cmd/Ctrl+F hasn't held back Google from attaining a huge audience, not because they don't use "Find" quite frequently (they do) but because it doesn't cost them much in time to use the menu command.

      I don't know what data exists on the success or otherwise of command usage of the MS Office ribbon. According to the team that invented the ribbon, the commands that it supports were selected based on a large empirical data set taken from actual Office usage. All the same, I do wonder if the change paid off.

      On a more technical point about GUIs: The specific issue mentioned (Ctrl/Cmd+F) relates to one of the original breakthroughs of the GUI paradigm known as "universal commands". Xerox and then Apple pioneered the concept of universal commands to reduce the number of verbs that users needed to remember to perform common actions on selected objects (files, content). Some of the original universal commands are Cut, Copy, Paste, and Find. Hence the name of the Mac Command key - The Ctrl key is a repurposed holdover from CLIs. The object-verb grammar of GUIs, as distinct from the verb-object grammar of most CLIs, also makes commands much easier to use by allowing users to select an object (file, text, handles on a graphic, etc.) and navigate to the applicable commands through menus. Because the selection event precedes the command, menus can change for different selection types, e.g., graying out inapplicable commands. Similar results with dragging, which allows move and copy commands to be modified on the fly according to the drag source and the current drop target under the mouse.

    17. Re:Stable user interface ? by ColdWetDog · · Score: 1

      Interesting idea. But keyboard shortcuts are easily discoverable in Mac OS X. Open any menu, in any application, and keyboard shortcuts are listed right there alongside the commands.

      Just like WIndows?

      Seems like a good solution, but users still need to be trained to understand what the cloverleaf symbol means.

      Like it means "the key with the cloverleaf symbol"? Or is there some other neo cabalistic meaning that has escaped me all of these years?

      Okay, but there is one obscurity: try holding a menu open and pressing the option key. You may have to try a few different menus before you see the secret.

      Oh, that one is subtle. NOT!

      --
      Faster! Faster! Faster would be better!
    18. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      I would speculate computer inability is rooted in the whole GUI paradigm -- if it isn't on some menu you cannot do it. Good luck finding it with Microsoft changing their menus, especially the _huge_ change with the MS-Office2007 "ribbon".

      The ribbon is the most counter productive mode MS has ever made. Every other implementation of menus, you see the ctrl-key shortcut every time you select the menu item. To not learn that ctrl-C is a Copy shortcut, you have to not pay any attention. Even for items that don't have shortcuts, you can alt-keyboard navigate.

      The one redeeming feature of Office 2007 is that you can still use the Office 2003 alt-navigation sequences. I can't tell you how many things I can do by alt-nav that I don't even know which tab of the ribbon the icon is on.

    19. Re:Stable user interface ? by DaVince21 · · Score: 1

      the whole GUI paradigm -- if it isn't on some menu you cannot do it.

      I think it should actually be the other way around... If you can do something, make sure it fits in one of the menus. That way, even if you didn't know about a certain functionality, you may get to know it (including its keyboard shortcut).

      Of course, managing the menu so things aren't found in unexpected places it a bit more difficult. LibreOffice's menu navigation is a bit of a disaster there.

      And yes, the ribbon in Office sucks. I think it's doing exactly the thing you complain about - if it isn't on some menu you cannot do it.

      --
      I am not devoid of humor.
    20. Re:Stable user interface ? by Anonymous Coward · · Score: 0

      Yep, I actually open a MinGW bash shell for most tasks on windows boxen when I'm forced to use one...

    21. Re:Stable user interface ? by Blakey+Rat · · Score: 1

      Good luck finding it with Microsoft changing their menus, especially the _huge_ change with the MS-Office2007 "ribbon". It might be good (???), but change comes at a cost. Very uncertain there is a payoff.

      You know the entire point of the Ribbon is to solve this particular problem?

      The impetus for developing it came when Microsoft was reviewing feature requests for the next version of Office-- and noticed that the vast majority of feature requests were for features Office already had but users couldn't figure out how to find. The Ribbon was designed to solve that problem.

      Of course geeks hate it, which is why Microsoft doesn't put geeky people in charge of usability (thank God.) But all the research so far shows that, while it does have a few warts, it's by-and-large accomplishing the goal.

      In any case,
      1) It's not going away
      2) It's inspiring a lot of other applications to create similar UIs, for example, all current web browsers
      So it's time for geeks to stop whining and just get used to it already.

  9. I use a Mac you insensitive clod! by wisebabo · · Score: 1, Informative

    (it's a COMMAND + F on a Mac!)

    1. Re:I use a Mac you insensitive clod! by loufoque · · Score: 1

      At least you have a good reason not to use the feature, since Command (and even Ctrl) are in very impractical places on Apple keyboards.

    2. Re:I use a Mac you insensitive clod! by peragrin · · Score: 1

      I find command (letter) to be much faster and easier to use than crtl.

      Control key is varies in placement between keyboards making the distance to the key inexact. However on apple keyboards command is right next to the spacebar, so it is very easy to use.

      I always wish msft had pushed their windows key for more than just the start menu. it would have changed keyboards for the better, as linux would have just followed along.

      Keys that modify others should be quick and easy to use with one hand.

      besides what makes it really useful. is that I can command -c in a terminal window without a gay work around, where as if you ctrl -c in a terminal window you close it not copy the text.

      so take that to you command line and cry.

      --
      i thought once I was found, but it was only a dream.
    3. Re:I use a Mac you insensitive clod! by deniable · · Score: 2

      Do you mean things like using Win+F to start Find or Win+E for an Explorer window and many others? They've been there since Windows 95 and NT4. It's not just for the Start Menu any more.

    4. Re:I use a Mac you insensitive clod! by zippthorne · · Score: 1

      Eh.. Use your thumb instead of your pinky. CTRL is in a very convenient place on the apple keyboard (once you remap caps-lock using the prominent "keyboard preferences", that is... How do you remap keys on a windows machine again?)

      --
      Can you be Even More Awesome?!
    5. Re:I use a Mac you insensitive clod! by iluvcapra · · Score: 1

      "Open Apple-F"

      --
      Don't blame me, I voted for Baltar.
    6. Re:I use a Mac you insensitive clod! by Ster · · Score: 1

      At least you have a good reason not to use the feature, since Command (and even Ctrl) are in very impractical places on Apple keyboards.

      I'll grant you Ctrl (but the keyboard that came with my old Apple //gs had Ctrl and Caps Lock swapped compared to most keyboards), but what's impractical about Cmd? Just slide your thumb over to either side of the spacebar.

      -Ster

    7. Re:I use a Mac you insensitive clod! by vlueboy · · Score: 1

      That one was easy to master, but there's tons of others I'll get into below that were a pain. Re-training my muscle memory is hard, and makes me look stupid in front of the people that pay you to work on their temporary employment projects :)

      It took me a cumulative month of mainly working with mac laptops on different contracts to regain all my windows CTRL-ARROW commands for editing / carot navigation, and the CTRL-SHIFT-ARROW ones for copy-paste duties; much involuntary Workspace switching ensued! The solution was the Fn key, but its location and need is overlooked by full-sized desktop owners. The Option key also had to be used.

      My 1998 mac is not working anymore, so I had to do all the keyboard training on the job while nobody was looking at me fumble.

    8. Re:I use a Mac you insensitive clod! by dissy · · Score: 1

      since Command (and even Ctrl) are in very impractical places on Apple keyboards.

      I am interested to hear your definition of "impractical" on this subject!

      I am currently using an Apple USB Pro keyboard on a Linux PC with my browser in a Win7 virtual machine (Yea I know, poor thing is all sorts of confused!)

      My apple keyboard bottom row:
      Control, alt/option, command, space bar, command, alt/option, control.

      First "standard" keyboard from Google image search:
      Control, windows key, alt, space bar, alt, windows key, right-click key, control

      Other than the addition of the right-click key, they are all in the same place as far as going off the beaten home row path. Only alt and the windows keys are swapped, but they are right next to each other. In fact, the command key and windows key send the same key-code to the computer, so are in effect identical.

      This isn't like Apple// or Sun keyboards where control and caps-lock are swapped.
      It's not even as bad as the original IBM keyboard, which also swaps control and caps lock, but only has a single alt key, caps lock, and space bar on the bottom row (Not to mention print screen being right under the enter key!)

      In summary, if you can't get your finger down to the command key on an Apple keyboard, you sure as heck can't reach the control key (nor alt or windows key) on a PC keyboard either.

    9. Re:I use a Mac you insensitive clod! by txoof · · Score: 1

      (it's a COMMAND + F on a Mac!)

      Or for those of us that grew up in the 80s with the Apple II and Mac Classics, "Open Apple". I still think to my self, "Open Apple+C; Open Apple+V" when I'm copy/pasting.

      --
      This one's tricky. You have to use imaginary numbers, like eleventeen... --Hobbes
    10. Re:I use a Mac you insensitive clod! by loufoque · · Score: 1

      My apple keyboard bottom row:
      Control, alt/option, command, space bar, command, alt/option, control.

      Most apple keyboards I've seen have a "fn" button before control.

    11. Re:I use a Mac you insensitive clod! by dissy · · Score: 1

      Most apple keyboards I've seen have a "fn" button before control.

      Other than laptops (Of all brands), the only recent apple keyboard with a function key is the half-length bluetooth keyboard. The full length one however does not, nor any of the older USB keyboards.

      http://origin.arstechnica.com/journals/apple.media/awk04.jpg

      I used to own that smaller bluetooth keyboard but had to sell it due to the function key, and ended up buying the full length bluetooth keyboard.
      It is simply impossible for me to game on a keyboard with a function key.

      So it is far from 'most', and in fact for recent desktop keyboards it is just that one.
      You can argue most apple computers sold are laptops (I have no idea if that is true, but seems possible), however that is far from an apple thing. It's next to impossible to find any brand laptop without that damn key!

      You have to go back almost a decade to those horrible USB iMac keyboards to find a wired USB one without a numeric keypad and thus with a function key.

      And there's no reason to pick on the poor fruity iMacs, they didn't have much at all going for them even at the time, let alone their keyboards.
      Thankfully those iMacs are far from the only offerings from Apple.

    12. Re:I use a Mac you insensitive clod! by loufoque · · Score: 1

      Other than laptops (Of all brands), the only recent apple keyboard with a function key is the half-length bluetooth keyboard.

      70% of the apple computer sales are laptops.
      At least that was like that in 2009, I expect it to be worse now, more like 80 or 90%.

    13. Re:I use a Mac you insensitive clod! by badkarmadayaccount · · Score: 1

      regedit.exe

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  10. iPads by oztiks · · Score: 1, Troll

    This has to be the one feature I wish the iPad would add, a freaking "find" feature.

    You know they praise the iPad for all it's wonder and a simple usability flaw such as this is still prevalent.

    1. Re:iPads by loufoque · · Score: 1

      You know they praise the iPad for all it's wonder and a simple usability flaw such as this is still prevalent.

      Who praises the iPad? Certainly not ergonomics people.

    2. Re:iPads by Anonymous Coward · · Score: 2, Informative

      You mean like Spotlight Search or searching on a page in Safari for example?

    3. Re:iPads by sgt+scrub · · Score: 1

      iPads don't have a keyboard so it would be the wrong way to go, IMHO. They should use gestures. Then todays kids will grow up and say, "why doesn't anyone know that 3 consecutive circles means your searching for something?"

      --
      Having to work for a living is the root of all evil.
    4. Re:iPads by Anonymous Coward · · Score: 0

      They've had it for a while now, but it is potentially LESS usable than CTRL+F. Go to the google search box when you are on a page and type in what you want to find. Then scroll to the bottom of the auto-suggests, and you'll see a find on this page' click and enjoy.

    5. Re:iPads by Anonymous Coward · · Score: 0

      This has to be the one feature I wish the iPad would add, a freaking "find" feature.

      You know they praise the iPad for all it's wonder and a simple usability flaw such as this is still prevalent.

      You mean like the Spotlight it has by swiping to the left from the home screen? :P

    6. Re:iPads by Anonymous Coward · · Score: 0

      Actually most do. Certainly you are not an ergonomics engineer or similar to make this statement... Also GP is a troll or moron, iPad certainly DOES have search.

    7. Re:iPads by Anonymous Coward · · Score: 0

      Reading the parent comment, and the child comments, leaves me stunned. You call yourselves techies and you don't even know the basic features of the iPad?

      Try doing five minutes of research before posting trolls.

    8. Re:iPads by Luckyo · · Score: 1

      And of course, make it a PERFECT circle. Because everyone is Picasso.

      Seriously, the entire point of shortcuts is to make things faster. Drawing three circles, hell, one circle takes a whole lot longer then hitting a keyboard combo. In most cases, it would be about as fast as clicking an icon with a mouse. Just try it.

      (I had a circle gesture on touchpad of my laptop for a reload function of web page for a while. Ugh).

    9. Re:iPads by Anonymous Coward · · Score: 0

      This has to be the one feature I wish the iPad would add, a freaking "find" feature.

      You know they praise the iPad for all it's wonder and a simple usability flaw such as this is still prevalent.

      It's there already, in Safari anyway. Type what you want in the top-right text box and in the "suggestions" look for "find in his page" or similar.

    10. Re:iPads by Anonymous Coward · · Score: 0

      If you're talking about Safari, there's a "Find in page" feature in the Google search field next to the address bar...

    11. Re:iPads by sgt+scrub · · Score: 1

      Proper gesture code goes: If Detect_touch Do Observe_touch Until ! Detect_touch. If Observe_touch = rotation * 3 do CTRL+F

      It doesn't have to be 3 properly drawn circles. I agree with you that a touchpad gesture is horrible. Singly because it has sense areas, "the scroll area". Sense areas are great. Gestures can be great. Putting them together, sucks. That is one of the reasons scrolling (rolling) is done in code on phones.

      --
      Having to work for a living is the root of all evil.
    12. Re:iPads by Anonymous Coward · · Score: 0

      Tap search bar in safari

      Look for "find in page" below

      iOS5

    13. Re:iPads by deniable · · Score: 4, Insightful

      Well that's an easy place to hide it. The Search box that's used to start web searches. Nice overload, Apple.

    14. Re:iPads by Anonymous Coward · · Score: 0

      It has (since one of the iOS updates anyway), type the Word into the google box and chose "On this page".

    15. Re:iPads by Tharsman · · Score: 1

      The iPad has this... You can find apps from the home screen (swipe right) and search web pages by going to the browsers search box. You will see suggestions for Google search followed by "found on this page". If you pick from that list, I think a smal bar shows up with arrows to jumb from one instance of the result to the next and a new box for you to refine the in-page search.

      Some third party browsers also offer a dedicated in-page search box.

      Other apps, it's up to the developer to implement that stuff.

    16. Re:iPads by Tharsman · · Score: 1

      How dare they hide a search in the search box!!!

      What next, hide web app bookmarks between native apps in the home screen?

    17. Re:iPads by oztiks · · Score: 1

      Some people are saying iOS 5 supports this. Frankly I stick to my original point of usability, it took them 2 entire version updates to factor this in. Though forgive me for not running out and updating my iPad 1 to iOS 5 at the risk of turning what seems a fast agile piece of technology into a snail.

      As for your instructions a lot of that seems a bit complicated and evaluating outer 3rd party browsers isn't an easy usable approach like all the apple fanatics preach.

      I detest fanboyisms, even on technology I personally like. This "search" feature was a big deal for me, it really let me down on my first uses of the ipad and it felt like it should of been fixed much sooner than what it was.

      I could bitch and moan about my iPad all day really, though I'm posting this comment from it as we speak. Where I'm located the price of the things are nearly 1000 (usd) and it took it less than 12 months for it to be superseded. Atleast I get a few more years out of let me see ... EVERY OTHER piece of hardware I own ...

    18. Re:iPads by Tharsman · · Score: 1

      This feature is in iOS 4.2. Read more here:
      http://www.iphonehacks.com/2010/09/ios-4-2-will-finally-allow-you-to-search-for-text-on-a-web-page-in-mobile-safari.html

      There is really nothing complex about the feature usage, the most complex step is remembering to scroll to the bottom of the search suggestion box. Everything else is very very visual (you can see in the article screenshots of how it works.)

      Its rather easy to go to the app store and download any of the other free third party browsers. I really dont know what's so hard about downloading a free app and giving it a test run. But if you find that hard then I give you a name: Mercury. Download the free version. This browser does all you want from Safari, plus adds tabs (safari will get those in iOS 5) and has a drop down to change the search provider. First option in that list is "Search this page." If you consider it too complex by this point, I have no clue how you get about these forums.

      I don't really understand your anger, nor your position. The feature you talk about has been there since November 2010.

      The iPad had an upgrade in less than 12 months after you bought it, but every other hardware maker releases better hardware within a month. Unless the list of "hardware pieces" you own only include Stereos, TVs and video game consoles, all of them were superseeded within a month, if not a week or even the next day. Only difference is you likely didn't care (OR you do only own stereos, TVs and video game consoles and never owned a computer, laptop or cellphone)

      Am also not sure how you get about without that... a LOT of developers seem to love the 4.2 API so much they require it.

      This hidden anger for something you claim to love so much you type forum posts from makes me think you likely do have either some hidden passion for that device and are grumpy that you have a first gen and not a second one, or you just a troll that does not even have one. I would normally not take the troll assumption fast, but you are complaining about the lack of a feature that has been there since November, 2010!!!

      Oh and for iOS5, I have seen it running in an iPad 1st gen and runs smoothly, and that was a very early beta build.

    19. Re:iPads by Luckyo · · Score: 1

      TBH I have nothing against gestures. I find that "put finger down in upper middle or touchpad and drag left" for back function on browser or "put down two fingers and drag up or down for vertical page scrolling" to be very comfortable.

      The issue is that there's only so many of these simple, fast gestures available before you go into drawing circles and such, and lose the entire point of such shortcuts. Not so with keyboard that has a very large amount of shortcuts due to having a lot of keys near ctrl and alt buttons.

  11. IT'S NOT CTRL+F by Anonymous Coward · · Score: 0

    It's ESC, :, ?searchstring you insensitiv clod.

  12. 1/2 by headhot · · Score: 1

    1/2 of every one is below average. The 1/4 above that ain't so special either. Let them spend some time reading instead of using crtl-F.. maybe they will learn something.

    1. Re:1/2 by Jay+L · · Score: 4, Insightful

      No, half the population is NOT necessarily below average; that's only true when there's a normal distribution.

      Hint: Most people have an above-average number of legs.

    2. Re:1/2 by u38cg · · Score: 1

      Ahem. A symmetrical distribution, thank you.

      --
      [FUCK BETA]
    3. Re:1/2 by lee1026 · · Score: 1

      Half the population doesn't have a below median number of legs.

      (hint... the median is 2)

    4. Re:1/2 by WebManWalking · · Score: 1

      1/2 of everyone is below the median .

      I realize that you left out "in intelligence" or "at computer literacy" because I'm above the median of people who are above the median of people who are above the median in intelligence. A statistic without reference is meaningless. On TV you see "50% better!" Than whom? At what? Don't be so below the median at clear expression.

    5. Re:1/2 by Anonymous Coward · · Score: 0

      "Average" can mean "median" in some contexts. Although "average" normally refers to the arithmetic mean, it can also refer to a variety of other measures for the center of a distribution, so you need to take context into account. When someone says "half of people are below average", it's not *wrong*, though it could be better said "half of people are below the median". http://en.wikipedia.org/wiki/Average

    6. Re:1/2 by Anonymous Coward · · Score: 0

      No, half the population is NOT necessarily below average; that's only true when the distribution function is symmetric.

      There, fixed that for you!

    7. Re:1/2 by Anonymous Coward · · Score: 0

      Good point, if you mean mean. But if you define "average" to mean median (which often is a better value to consider) then most people have the average number of legs. In fact, the statement that most people have an above-average number of legs is a perfect example of a situation where the mean might not provide a meaningful (so to speak) measure of average.

    8. Re:1/2 by Anonymous Coward · · Score: 0

      No, half the population is NOT necessarily below average; that's only true when there's a normal distribution.

      Not only for normal distributions, it is true for any symmetrical distribution, and many other asymmetrical distributions too.

    9. Re:1/2 by Jay+L · · Score: 1

      Ok, so let's use median instead of mode. What's the median number of legs, and what percentage of the population has a below-median number of legs?

    10. Re:1/2 by Anonymous Coward · · Score: 0

      Above average number of legs? What is the average? 1.999999?

    11. Re:1/2 by Anonymous Coward · · Score: 1

      I assume OP was referring to IQ, which is, in fact, an approximate normal distribution.

    12. Re:1/2 by Anonymous Coward · · Score: 0

      Intelligence is distributed normally in a way that legs are not.

      By and large people get 2 legs and some small number lose one or both, bringing the average below 2. Practically no gains a leg. Intelligence isnt set at some default bequest of life like legs. Humans dont start life understanding say calculus but some forget because they were dropped on their head as babes.

      And, more telling, intelligence is measured by estimating where an individual places against a determined statistical average and standard deviation..

    13. Re:1/2 by Anonymous Coward · · Score: 0

      Actually.. no more than 1/2 of everyone is above or below the median. It is not necessary, in general, for 1/2 to be above/below median

    14. Re:1/2 by dissy · · Score: 1

      Above average number of legs? What is the average? 1.999999?

      There are only really three values for number of legs.
      Two, One, and Zero. Technically three is possible, but there are so few as to not distort the average much so can be safely ignored for our purposes.

      Since most people have two, all the one and zero legged people can only Lower the average away from two.

      So you are more correct than you think, in that the real average will be a non-integer value above 1.3 or so yet below 1.999 (aka it will be a very high fraction value of 1.x, yet still below 2.0)
      Exactly what that value is depends on sample size of course.

      If we have 10 people, 9 of which have two legs and one has only one leg, then the average of that group would be 1.9 legs.
      If we have 100 people, 97 of which have two legs, 2 of which have one leg, and 1 poor sap with no legs, the average of that group would be 1.96

      Both values are closer to your given 1.999999 than they are to 2.0!

    15. Re:1/2 by AthanasiusKircher · · Score: 1

      Half the population doesn't have a below median number of legs.

      Pedantic.

      The use of the word "half" here instead of 49.999999...% is already problematic. That's where the real problem hides, for both mean and median.

      "For any distribution, half of the population has a value at or below the median value."

      Satisfied?

    16. Re:1/2 by AthanasiusKircher · · Score: 1

      So there is no confusion, I suppose I should be even clearer: "For any distribution, AT LEAST half of the population has a value at or below the median value." (From which it follows that "half" certainly does as well.)

    17. Re:1/2 by DaVince21 · · Score: 1

      How can a half of all the people be below average? That would lower the average to the point where they're actually average...

      --
      I am not devoid of humor.
    18. Re:1/2 by EuclideanSilence · · Score: 1

      + 1 to parent. Half the sample is below or equal to the median.

    19. Re:1/2 by Quirkz · · Score: 1

      Globally, I'm pretty sure the median is 6, for all creatures with legs.

  13. Standards by Twinbee · · Score: 1

    Can we make these standard keys on a keyboard as standard? They're used universally in many apps, so it would be great to have them as well. There should be a 'keyboard' equivalent of the W3C or IEEE organizations.

    --
    Why OpalCalc is the best Windows calc
    1. Re:Standards by Anonymous Coward · · Score: 0

      There is. It's called... (ready?) a keyboard.

    2. Re:Standards by CharlyFoxtrot · · Score: 1

      They used to be hardware keys. Frankly I don't miss them and I don't think giving newbies more keys to press is going to put them at ease.

      --
      If all else fails, immortality can always be assured by spectacular error.
    3. Re:Standards by multipartmixed · · Score: 1

      I have a Sun Type 5c keyboard and mouse rigged up to my Mac with the same layout you've got on the (inferior-feeling) Type 6 there.

      The copy/undo etc keys are still quite useful; I was able remap those with Controller Mate IV to generate Mac shortcuts. That works because I can never remember if it's the curly key or the slashy key that is "cmd" -- I guess I should have labelled them with words instead of copying their symbols.

      The one key I REALLY miss, though, is the "Again" key. If I could just find a way to push the keycode through the HID layer into X11 so it would be available to X-Emacs. That's the handiest key ever. It does whatever you just did.

      --

      Do daemons dream of electric sleep()?
  14. Fundamentally by Anonymous Coward · · Score: 5, Insightful

    Fundamentally people need to be taught that mindless repetitive tasks are something that the computer can do for them. That the computers are the slaves.

    1. Re:Fundamentally by Anonymous Coward · · Score: 0

      Except that proprietary software, DRM, vendor lock-in, encryption and surveillance are used against the end-user with such overwhelming, unrepentant brutality that most people are never given a chance to feel comfortable and at ease when using a system that just sucked $50, 100, or maybe even many thousands of dollars out of their pockets.

      Who's the slave now?

    2. Re:Fundamentally by Anonymous Coward · · Score: 0

      That is what this "automation" thing is for, wasn't it?

      But notice that having people make use of that necessitates *gasp* teaching *gasp* people about computers. Weren't these here computer things supposed to be intuitive?

      What you say? Not teaching them doesn't work? Well, time for the industry to let go of that delusion then.

    3. Re:Fundamentally by gknoy · · Score: 1

      We can't do that, then they might start trying to bot Farmville or something.

    4. Re:Fundamentally by drb226 · · Score: 1

      Excuse me, sir. The Cylons would like a word with you.

    5. Re:Fundamentally by iinlane · · Score: 1

      Fundamentally people need to be taught that mindless repetitive tasks are something that the computer can do for them.

      Like cleaning rooms, driving cars, brushing teeth or ironing shirts? As soon as you tell people that computers are smart they want to use at tasks it's useless. Have you not seen software project managers with ideas that require both artificial intelligence an a perpetum mobile.

  15. Most people don't know shit by drinkypoo · · Score: 3, Insightful

    Look, I don't want to get off on a rant here, but most people don't know their ass from... hey, what's that in the ground over there? When they go to perform a new task their first question isn't "how easy is this?" but "why are you trying to hard to read that word? are you a fag?" Most people are not aware of too many things, but they know what they know, and aren't remotely interested in learning anything outside of their world view.

    Some people are different. They want to learn for the sake of learning. We call them geeks, or nerds. Or, when they are coming on all superior to some non-nerd, they are called an asshole.

    Maybe applications need to find a less obtrusive way of popping up hints, because most users need them; they won't go looking. Shit, it took me months to get my lady, who is quite intelligent, to take the windows tour. Once she did, much was revealed that was formerly opaque.

    Finally, have you ever noticed how many people don't even have the basic computer skills in their job description? I've found this to be especially egregious in academia. Explaining basic Office functions to a counselor for the 23523312th time is tiring, to say the least. Isn't this a school? Aren't there classes for this crap that you could take for free? Whoever is pretending to manage these assholes needs to fuck off immediately.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Most people don't know shit by headhot · · Score: 1

      I have found that when it comes to the educated (people with a degree) teachers are the absolute worse at using and understanding technology. Its like they have that part of their brain removed when they when to school.

      Someone moved the icon for word on the desktop, and I got a call saying it was "uninstalled" and they couldn't do any of their work.

    2. Re:Most people don't know shit by Anonymous Coward · · Score: 0

      U mad bro?

    3. Re:Most people don't know shit by supercrisp · · Score: 3, Interesting

      I agree. And I'm a teacher. Teaching teachers is a trying experience. That said, I know that one reason I do stupid things like what you describe is the sheer degree of overload that I'm always suffering. That makes it easy to be panicky and stupid. I'll add, too, that most universities have terrible websites and help areas that actually seem designed to make teachers freak out. At every university I've been at but one, the help and instructions available online trail the actual installed/implemented software by a few versions. Or, there are clear instructions on the page, if you can pick them out of the bad page-layout covered in marketing department mandated gimcracks and whizdiddles. At my current institution, it's a good ten seconds before crap stops flying across the home page, and moving the cursor across any page is liable to give one an epileptic seizure. Then there are the "training" session we must endure, which generally involve some sales flak using a very bad Powerpoint to pitch us some piece of crap product that would cost our students a small fortune (Turning Point technologies, I'm looking at you with your trumped-up "research" claims.).

    4. Re:Most people don't know shit by cheekyjohnson · · Score: 1

      I have found that when it comes to the educated (people with a degree)

      Yes. People with a degree are always educated.

      --
      Filthy, filthy copyrapists!
    5. Re:Most people don't know shit by Anonymous Coward · · Score: 0

      ...Most people are not aware of too many things, but they know what they know...

      ...if you know what they mean?

    6. Re:Most people don't know shit by Anonymous Coward · · Score: 0

      "when to school"?

      Seems like you've had part of your brain removed too... the part that deals with GRAMMAR.

    7. Re:Most people don't know shit by crath · · Score: 1

      Most people are not aware of too many things, ..., and aren't remotely interested in learning anything outside of their world view.

      Steve Jobs came to this realisation many years ago and the Mac and its spawn are the highly successful result. 99% of computer users want to use a computing appliance (i.e., something like an iPad where even the applications are controlled). They have no inclination or interest in making efficient use of the device.

      Take this thinking into another realm: automobile driving. Almost everyone on the road is an incompetent driver. They don't know the basic rules of the road, don't understand how their driving impacts those around them, and—frankly—they don't give a damn. They also don't have the first clue how their car works; nor, do they care.

      While an appliance, like an automobile, should be usable without knowing how it functions, the reality is that a basic understanding of how something works often enables much more efficient (and more enjoyable) use of the appliance. By way of an example:

      • In an luxury car, the heating/cooling system is controlled by setting a desired temperature; the car then does the right thing.
      • On a cold winter day, when most drivers of these cars start their vehicle, they immediately turn up the temperature control to its highest setting in the belief that this will cause the interior of the car to more quickly warm up.
      • Their actions accomplish nothing, and if they had even a basic understanding that the motor must warm up before the heating system will be able to blow warm air, they might use the system in a rational manner.

      Microsoft, in attempting to emulate Apple, has begun to make similar design decisions—probably, without understanding the “why” of the design approach. MS Office 2007 introduced the ribbon and a cursor pop-up menu; both of which override keyboard shortcuts. Most tasks now take 2 or 3 times as many mouse clicks or keystrokes to perform. For anyone attempting to make efficient use of MS Office, this is highly frustrating; but, most users don’t even notice the loss of productivity because they were never productive in the first place.

      Most users are dumb as nails and like that state of being. Application and computing appliance designers need to realise this and design to it. That said, there is no reason that us geeks can’t also include efficient UI interaction mechanisms alongside mechanisms for the masses.

    8. Re:Most people don't know shit by gl4ss · · Score: 2

      well, take a look at Write for windows 3.0.

      all the features, such as finding, copy and pasting etc you find by looking at the screen. at some point UI guys decided that it was better to use icons, so it didn't matter if you could read or if the program was localised, so you had a while huge icon arrays which you didn't know what they did and took screen space. is a looking glass zoom or find? can't know.

      but the latest iteration is just assuming that the user knows shortcuts in advance to make the UI "cleaner". it still takes as much space as the ui in write, but takes more clicks to get anywhere and they don't stick to mind if you scan them, so it becomes again just using magic commands you should somehow know.

      and classes? yeah, around here anyone who's 30 must have taken 3-7 courses on office programs starting from elementary school or courses pushed by unemployment office, high school and university - yeah, in the university the assumption is that you start from zero.

      --
      world was created 5 seconds before this post as it is.
    9. Re:Most people don't know shit by Zontar_Thing_From_Ve · · Score: 1

      Finally, have you ever noticed how many people don't even have the basic computer skills in their job description?

      I can top that. I work in IT for a US based Fortune 500 company who I should not name. Our business requires us to exchange data with customers and sometimes if there are issues with that (we can't get to them, they can't get to us, they can't open what they got, etc.) I get called in to help. I'm amazed at how many smaller companies place no value at all on their IT staff and will just hire some H1B guy who will work for peanuts but lied about his skills and he really can't do anything more complicated than install Windows programs and press Ctrl-Alt-Del if there is a problem and pray that a reboot fixes it.

    10. Re:Most people don't know shit by Anonymous Coward · · Score: 0

      You think any of that is somehow unique to teachers? The stress, the bad documentation, the training, that exists everywhere. The fact that he calls out teachers speaks to their poor responses to the above, not to a unique situation.

    11. Re:Most people don't know shit by excelsior_gr · · Score: 1

      Maybe applications need to find a less obtrusive way of popping up hints, because most users need them; they won't go looking.

      The last time someone tried this we got Clippy. I think a whole generation of geeks needs to die away before anyone gets the nerve to try something like this again...

    12. Re:Most people don't know shit by zippthorne · · Score: 2

      Go to the library. Ask the librarian to help you find a "basics" book. For general use stuff, there should be one there that's more concise than the university web page crap. For specialty software, you might have to ILL something, but I have yet to see an online tutorial explain things with enough depth to understand the software

      Then read the whole thing and try every example. EVERY example. Not just the ones that you think are relevant to whatever tasks you have right now. If you have a Mac, click the desktop, click help from the menu bar, and select "Help Center" and read all of the topics. Believe it or not, power users do, in fact, read the "getting started" tutorials and such.

      In fact, this is what separates the power users from the average blunderers! Reading the documentation will plant the seeds of things you can do with the software. Things it might not have occurred to you to even ask how to do, because it didn't occur to you it was even a thing you might want to do.

      On the general computer use side, I can't tell you how many times i've "helped" teachers in my family with computer tasks where they simply did not want to learn any of the basics. "I just want to do X", they say, and they have these big notebooks full of handwritten "exact steps to do " X's past.

      So, instead of the 1-5 minutes it would take to actually do the task, it takes 45 minutes to exhaustively explain each step. (I can't count how many times I've had to stop after saying "right-click" something, and explain what right-clicking is, or had to point to the menu bar because "from the blah, blah menu, select blah" is, apparently a completely new concept every freakin' time.

      And, I might add, these are often tasks that I don't actually do myself, so all I'm doing is this anyway.

      The problem is not just teachers, but with people who have decided they're "done learning." They're experts in whatever they specialize in, and don't need to know anything from other subjects except the bare minimum to accomplish tasks in their specialty. It's an attitude that maybe shows up more in teachers than engineers, but it's something that everyone is susceptible to.

      -----

      I just looked at the turning point website, and I agree that I can't see how it could be anything other than an overpriced gimmick if you actually tried to use it in the classroom as anything more than an occasional "classroom game" type dealy. Have you done anything to make the area's constituents aware of the potentially wasted money? Taxpayers need to know about these things so it will even occur to them to bitch at the town meetings.

      I think it would be a pretty ideal demonstration to actually demonstrate the use of the product before a town meeting, along with the price...

      --
      Can you be Even More Awesome?!
    13. Re:Most people don't know shit by ColdWetDog · · Score: 2

      Old guys are getting grouchy again. Must be getting on winter.

      --
      Faster! Faster! Faster would be better!
    14. Re:Most people don't know shit by LongearedBat · · Score: 1

      Could it be because teachers teach and students learn, and teachers are seldom students?

    15. Re:Most people don't know shit by theurge14 · · Score: 1

      Finally, have you ever noticed how many people don't even have the basic computer skills in their job description? I've found this to be especially egregious in academia. Explaining basic Office functions to a counselor for the 23523312th time is tiring, to say the least. Isn't this a school? Aren't there classes for this crap that you could take for free? Whoever is pretending to manage these assholes needs to fuck off immediately.

      Why learn it when they can have their computer geek friend fix it for them for the 23523313th time? Feigned ignorance to cover laziness is so much fun!

    16. Re:Most people don't know shit by Nethead · · Score: 1

      Hey! Wait! Summer just started last week! Oh, I'm sorry, I just looked at your forecast, I see you don't even get a summer this year.

      -Joe
        Tulalip, WA

      --
      -- I have a private email server in my basement.
    17. Re:Most people don't know shit by drinkypoo · · Score: 1

      ...Most people are not aware of too many things, but they know what they know...

      ...if you know what they mean?

      I promise there is no danger whatsoever that I will get too deep.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    18. Re:Most people don't know shit by Anonymous Coward · · Score: 0

      I've found this to be especially egregious in academia. Explaining basic Office functions to a counselor...

      A counselor may be at a university, but they're not an academic.

    19. Re:Most people don't know shit by xhawkx · · Score: 1

      @drinky-shit, When I grow up, I want my kids to be just like you....................must be a good life when ya have the ability to shit on others, eh?

    20. Re:Most people don't know shit by drinkypoo · · Score: 1

      A counselor may be at a university, but they're not an academic.

      Most of the time you have to have a fairly fancy degree to get any kind of real job on a college campus. Not necessarily because it's required, but because there's a forest of applicants, many of whom learned they want to work in academia by going to school for approximately eternity.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    21. Re:Most people don't know shit by Yer+Mom · · Score: 1

      In an luxury car, the heating/cooling system is controlled by setting a desired temperature; the car then does the right thing.

      On a cold winter day, when most drivers of these cars start their vehicle, they immediately turn up the temperature control to its highest setting in the belief that this will cause the interior of the car to more quickly warm up.

      Their actions accomplish nothing, and if they had even a basic understanding that the motor must warm up before the heating system will be able to blow warm air, they might use the system in a rational manner.

      Or they just want to set the controls before moving off and have the hot air to come out as soon as it's available, rather than having to keep checking the temperature gauge and then adjust the heater controls while driving.

      Of course, in a well-designed car, turning the heating to max with a cold engine would cause a heating element to warm the air until the engine heat was sufficient for the element to be automatically switched off.

      --
      Never mind Spamassassin. When's Spammerassassin coming out?
  16. in other news by Opr33Opr33 · · Score: 2

    Millions of Americans waste their lives scanning countles hours of tv for small bits of humor...

  17. Smart people use LaTeX. by Anonymous Coward · · Score: 0

    Smart people don't bother with office suites. Smart people, even those who aren't technically-inclined, use LaTeX and a plain old text editor.

    My executive assistant uses LaTeX to prepare all of our correspondence. Her education was in sociology, and she'd never seen LaTeX before, but she picked it up within two days. It makes our documents look crisp and professional, with minimal effort. It's also extremely easy to generate a PDF, if we need to digitally transmit our documents. She can prepare a document much quicker than the EAs of my colleagues can, and they all insist on using MS Office and other office suites. Best of all, using LaTeX doesn't affect our bottom line at all, and documents we prepared over 20 years ago still work perfectly today.

    1. Re:Smart people use LaTeX. by ksd1337 · · Score: 1

      Well, LaTeX can only replace the word processor and presentation software in an office suite. (I do believe it can completely replace a word processor for many people.) Maybe even the vector graphics tool, if you're feeling particularly adventurous. You'd still need to use the office suite for spreadsheets or databases (if you really want to use office tools to handle databases.)

    2. Re:Smart people use LaTeX. by Anonymous Coward · · Score: 0

      Smart people use whichever tool is best/most convenient for the task, and they usually don't make sweeping declarations about what "smart people do."

    3. Re:Smart people use LaTeX. by Oligonicella · · Score: 1

      Smart people don't presume what other smart people are doing. You have intelligence and pomposity conflated.

    4. Re:Smart people use LaTeX. by MITguy21 · · Score: 1

      Some of us are more-or-less required to use MS-Word...but that doesn't mean you have to stick to the default keyboard shortcuts. A reasonable subset of the Emacs commands are available for Word through VBacs (Visual Basic Emacs) licensed under GPL, http://rath.ca/Misc/VBacs/
      Lots of fun when a "normal" MS-Word user tries to use shortcuts on my system!

    5. Re:Smart people use LaTeX. by he-sk · · Score: 1

      LaTeX presentations usually look like crap. I agree that for documents LaTeX beats a word processor every time, but a presentation is a very visual product and a proper presentation suite is much better suited to create one. Of course, Powerpoint is a crappy presentation suite, as is the Open Office variant. Keynote is pretty decent.

      --
      Free Manning, jail Obama.
    6. Re:Smart people use LaTeX. by aaaaaaargh! · · Score: 1

      I don't think he presumed anything, he just stated a fact. Or do you honestly believe the average office suite user is as intelligent as the average LaTeX user? You do know that all mathematicians, all physicists and almost all natural scientists use LaTeX with almost no exception, don't you?

    7. Re:Smart people use LaTeX. by ThurstonMoore · · Score: 1

      Poor woman. She went to school for sociology just to become a secretary for an asshole.

    8. Re:Smart people use LaTeX. by Tarsir · · Score: 1

      Or do you honestly believe the average office suite user is as intelligent as the average LaTeX user?

      Perhaps not. But I don't think the average office suite is as pompous as the average LaTeX user either, so it's still unclear whether intelligence or pomposity is the greater driver of Latex usage.

      My brother is doing a PhD in history, and neither he, nor anyone he knows, has any idea what Latex is. But this is Slashdot, so there are good odds that you think Math and Science are the only worthwhile intellectual endeavours

    9. Re:Smart people use LaTeX. by Anonymous Coward · · Score: 0

      You are a tool, and you don't seem to be clear on what constitutes a fact.

    10. Re:Smart people use LaTeX. by Anonymous Coward · · Score: 0

      I think you just wrote this because you are a stupid office suite user and can't stand it when you're wrong.

  18. I believe it by enryonaku · · Score: 2

    That's why you can make a LOT of money by selling computers that are very simply and easy to use. That market is much bigger than the one that wants complicated computers with a ton of features. Most people just don't like computers, and they don't care to make computers a central part of their daily existence.

  19. Well that's expected; these aren't computer people by tiberiumx · · Score: 2

    As far as commonly used, time saving keystrokes, what always shocks me is when a fellow programmer doesn't know about tab completion. You mean you're really going to type out that whole long-ass file name?

  20. Sure I've heard of Ctrl+F ... by Anonymous Coward · · Score: 1

    It's the shortcut key for boldface text ("fetstil") in the Swedish version of Microsoft Office. This would make sense, sort of, except that Swedish Notepad, WordPad and Explorer still use Ctrl+F as a shortcut for finding. Whenever I hear someone praising the consistency of Microsoft's user interface, I can only assume that he or she is joking.

    1. Re:Sure I've heard of Ctrl+F ... by Anonymous Coward · · Score: 0

      It's the shortcut key for boldface text ("fetstil") in the Swedish version of Microsoft Office.

      Don't forget that Ctrl+B, the English shortcut key for boldface text very conveniently maps to search ("böka"). No harm done.

    2. Re:Sure I've heard of Ctrl+F ... by Menkhaf · · Score: 2

      I guess it has some consistency -- the shortcuts are the same for Danish, and, I presume, Norwegian. But you're right. It bugs me when I occasionally is being forced to use Outlook/Word on a computer with a Danish locale. Screw all localization, let's just all agree on using English for computers. ...and force all Americans to use the international date format, ISO 8601.

      --
      A proud member of the Onion-in-Hand alliance
  21. Ctrl+f to find? by Splab · · Score: 1

    No no no, ctrl+f turns text into bold, ctrl+b searches.

    Ohhh... you meant on English OS.

    1. Re:Ctrl+f to find? by iluvcapra · · Score: 1

      My Kyma's control application and compiler use Command-B to find, and it's English. The documentation says that "B" stands for "Befuddled."

      --
      Don't blame me, I voted for Baltar.
  22. What a great idea! It should be a question mark! by wisebabo · · Score: 1

    No, I'm serious! Make the gesture like a question mark (maybe without the little "." so as to not confuse the system). It would seem to be very easy to implement and everyone would instantly recognize it! If you want it could bring up a multipurpose "question box" which could do a number of things (like help or spelling) in addition to "find".

    Too bad a said this out on a public forum. Now I (assume) I can't patent it. Well at least the Guess Jeans company hasn't trademarked it!

  23. Next in news by ThePhilips · · Score: 1

    Next in news: Asa Dotzler proposes to drop keyboard shortcuts support in FireFox.

    --
    All hope abandon ye who enter here.
  24. Re:What a great idea! It should be a question mark by Anonymous Coward · · Score: 0

    Oh, you mean like the three shells thing?

  25. CTRL+F in meatspace by What'sInAName · · Score: 1

    I have the opposite problem. I try to use Ctrl+F (well, grep actually) in the real world. Don't tell me you haven't. I can't recall the number of times I've been reading a book, deciding I want to search for something, and caught myself thinking "I'll just grep for.... oh shit."

    It happens less and less now, since I've started using the iPad as a book reader. Now the only really annoying thing is getting a non-searchable PDF, which is fortunately pretty rare.

    1. Re:CTRL+F in meatspace by Jay+L · · Score: 1

      I can't say I've ever done that, but I have clicked on blue links in a color printout.

    2. Re:CTRL+F in meatspace by he-sk · · Score: 1

      Where did you plug the mouse in?

      --
      Free Manning, jail Obama.
  26. Basic editing skills are hard to find by spooky_d · · Score: 1

    I was amazed (and I still am) at how clumsy my girlfriend is when trying to write code. Not because she is a bad programmer, to the contrary. But she lacks basic skills like using the TAB key for indenting, for holding shift and moving the cursor to a certain direction. How moving from word to word can be done by holding CTRL pressed as well. I guess this sort of amateurism in basic editing skills (and basic operating skills) is due to the fact that software is now friendlier. Maybe too friendly.

  27. Ctrl+V is raw input by Chemisor · · Score: 1

    Ctrl+V enables raw keycode input in your shell. For example, Ctrl+v ESC c is what you type in to issue the terminal reset command to the shell. The ESC is not intrpreted when you press it, but is passed through to output as \033, the shell escape character.

    1. Re:Ctrl+V is raw input by Compaqt · · Score: 1

      Strangely, that doesn't seem to work in gnome-terminal.

      ls Ctrl+v tab

      --
      I'm not a lawyer, but I play one on the Internet. Blog
    2. Re:Ctrl+V is raw input by Anonymous Coward · · Score: 0

      The Esc key? Use the proper form: Ctrl-[ (control square-bracket), which is the only true escape sequence.

      Pah, young whippersnappers and their space cadet keyboards... ;-)

  28. This is worse than Americans not knowing... by Anonymous Coward · · Score: 0

    ..where Europe is on a map. This directly affects their lives in a way.

    At least we have the right to vote.

    And own a gun, or many guns for that matter.

    Who needs to be able to think or be curious about how things work?

  29. And 99% ignore there's a much better solution by Anonymous Coward · · Score: 0

    For those using Firefox, just look at the SearchWP extension (and associated SearchBox Sync), it highlights each word (or "group of words") from the search bar in open pages (with post-it like colors, look at Cutomize... to add a button looking like a fluorescent marker to disable/enable hi-lightening if it becomes too "heavy", I put it just to the right of the search bar). It also turns words in the search bar into separate search buttons, just clic them to select successive occurences (just have to clic on the leftmost or rightmost area of the text field of the search bar where the cursor becomes a text insertion instead of a hand to edit its content as normal text).
    Highly convenient: multiple independent searches at once, much more useful than the Ctrl+F search.

  30. So how come it hasn't been patented yet? by petes_PoV · · Score: 1

    If this way or working is so good, why hasn't someone, somewhere added it their pool of obvious and trivial patents? since so many organisations make their living from peeing in the pool of knowledge, this would seem to be an obvious candidate.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  31. Re:What a great idea! It should be a question mark by Anonymous Coward · · Score: 0

    You really would be surprised at how people struggle with something that might seem totally intuitive to you. Take a pop sample of 10 people and the gesture they would use to bring up "find" or "help" and you might end up with 10 different gestures (or x gestures + x IDKs).

  32. outlook by Anonymous Coward · · Score: 0

    So why did Microsoft choose F4 instead of ctrl+F for Outlook? Idiots.

  33. Re:What a great idea! It should be a question mark by sgt+scrub · · Score: 1

    Apple has surely already patented that gesture. If not Apple, then HP picked it up when they bought Palm. If it is neither you better hurry. Microsoft is filing as I type.

    --
    Having to work for a living is the root of all evil.
  34. In a related story... by Anonymous Coward · · Score: 0

    ... study finds most people do not know alt+f4 either, but after being advised to use it will never forget it again.

  35. alt+tab by Anonymous Coward · · Score: 0

    even techies some of them don't know alt+tab. Toggle between open apps. But ctrl+f has been instrumental in my e-life

  36. Undo send by tepples · · Score: 1

    Of course, they're always surprised that CTRL-Z won't make an email they just sent come back.

    In other words, some interactions with external systems are irreversible. But this can be worked around whenever the interactions can run as a batch as opposed to interactively. For example, an e-mail client can implement undo send by holding the message in the outbox for several minutes before actually sending it.

    1. Re:Undo send by WrongSizeGlass · · Score: 4, Funny

      In other words, some interactions with external systems are irreversible. But this can be worked around whenever the interactions can run as a batch as opposed to interactively. For example, an e-mail client can implement undo send by holding the message in the outbox for several minutes before actually sending it.

      Users who cannot grasp what "undo" does will be overwhelmed by the concepts of "batch processing" and "delayed email". Many already have enough trouble with "the trash is just another folder".

      When trying to see things from the average user's perspective just have someone kick you in the balls while you're sniffing glue. That should result in a relatively accurate POV.

    2. Re:Undo send by tepples · · Score: 4, Insightful

      Users who cannot grasp what "undo" does will be overwhelmed by the concepts of "batch processing" and "delayed email".

      I guess this is one of the problems with the desktop metaphor in the post-paper era: people who haven't worked with paper have no reference point for the metaphors. For example, people who have never worked a desk job in the paper era don't know what an outbox is because they've never seen one.

    3. Re:Undo send by sonicmerlin · · Score: 1

      I'm pretty sure that's not the problem, given the older generation is even more clueless about computers.

    4. Re:Undo send by thegarbz · · Score: 1

      If they did they may remember about the mailboy running past once maybe twice a day, which will lead them to a new an interesting concept: "I thought email was instantaneous, why does it not send straight away?"

      This is what it's like at my workplace. People walk in from the office next door and blabber on about an email they sent seconds earlier and then complain and moan when the email takes more than 30 seconds to arrive.

    5. Re:Undo send by lonecrow · · Score: 1

      What about having to explain to your 9 year old why this is the symbol for "Save" http://www.clker.com/cliparts/a/d/a/4/1194983782861263401floppy.svg.med.png

    6. Re:Undo send by MobyDisk · · Score: 1

      I guess they have never sent postal mail either. That amazes me, but you are right the inbox concept is the same way. Most people leave all their email in their inbox. Can you imagine if someone kept every single piece of mail they ever received in the inbox on their desk?

    7. Re:Undo send by pugugly · · Score: 1

      That's why I've set Ctrl-Z to send an IM saying "Wait!" back in time 30 seconds. But of course that's easy on Linux.

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
  37. Schools by TurtleBay · · Score: 1

    "We're talking about the future of almost all knowledge acquisition and yet schools don't spend nearly as much time on this skill as they do on other equally important areas." I wouldn't be surprised if schools are still teaching the use of the card catalog.

  38. Shhh... by Anonymous Coward · · Score: 0

    It's called survival of the fittest. Let them figure it out or fail. If some one is too lazy to go to the task bar and see what options are available, they deserve doing it the hard way...

  39. Ctrl+Shift+Gay by tepples · · Score: 2

    However on apple keyboards command is right next to the spacebar, so it is very easy to use.

    Is it south of X? south of C? It depends on the keyboard and how many keys are to its left. One might aim for Command and hit Space, or one might aim for Command and hit Option.

    I can command -c in a terminal window without a gay work around, where as if you ctrl -c in a terminal window you close it not copy the text.

    I agree that the workaround on Windows in inconvenient, but the GNOME terminal's workaround is sensible: Ctrl+Shift+C to copy, Ctrl+Shift+V to paste. Now is this a "Happy, joyful, and lively" workaround, a "Festive, bright, or colourful" workaround, or an "Effeminate or flamboyant in behavior" workaround?

  40. It is either lack of training or ignorance by Orion+Blastar · · Score: 1

    I've seen this since the 1990's, most computer users even in a corporate environment don't know what the shortcut keys are. Even less know that the alt key plus the underline character in a menu can be make into a shortcut by holding down the alt key and the underlined letter as a shortcut.

    I remember working for a FORTUNE 500 company and the help desk asking that the feature to search be added to my program, it already was, and I said "just try a control-f and the user can find any text in the edit area. the feature has been there since day one. Here is a FAQ file and the F1 key will load the help file to see more help." only to have them get mad at me and insist that the feature is not there and add it. They had no idea it was built into Windows, nor did the help desk, and that practically every program that uses a text box edit field has it. But for some reason it was my problem and I should add in the feature to my program in order to assist the users and help desk. They must have requested it hundreds of times, and had no clue it was always there, even with a "Find" on a button, and "Find" on the drop down menu, and control-F built into Windows.

    Another thing was searching for active and inactive records, I had a drop down combo box that had active and inactive in it, it was on the main search page. They requested a feature to add in a search for inactive and active status for records, it too was in there since day one and part of the FAQ and help file. Still they claimed it was not.

    But like always it was a programming problem, and written up on my performance review that I was not adding in features the users wanted, even if the features were always there since day one and fully documented. I later found out the trainers had skipped those areas because they were documented and they figured the users would read the FAQ or hit F1 to learn more about it.

    --
    Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    1. Re:It is either lack of training or ignorance by Jay+L · · Score: 1

      This was the impetus for the Office ribbon; the top 10 requested features for Office were already in Office, but buried in the menu bar.

    2. Re:It is either lack of training or ignorance by Orion+Blastar · · Score: 1

      Office Ribbon, rejected almost as much as the MS-Office Assistant Paperclip and MS-BOB.

      There were tiny buttons on the tool menu that did the same thing, all they did with the ribbon was make them bigger and rearrange them. I mean you had a button that looked like a floppy disk to save the file and nobody knew what it did or called it a "TV set" so trainers told them to "click on the TV set" button to save. Now this Office ribbon is rejected by users even if it was made to make it easier for them. You'd have built in speech to say "save file 'mywork1.docx' in my documents folder" and users still won't know how to use that either.

      --
      Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
  41. It's conceptual by Rambo+Tribble · · Score: 1

    These functions are available through the GUI, as well, and yet they languish unused there, too. It isn't just the learning of control key combinations that is the problem; it is the conceptual approach most people have to a computer. They treat it like an instrument of blunt force, when it is a finely tuned and nuanced instrument.

  42. Re:What a great idea! It should be a question mark by Jah-Wren+Ryel · · Score: 1

    Too bad a said this out on a public forum. Now I (assume) I can't patent it.

    Most of the world is "first to file" not "first to invent" and, iirc, the US is in the process of chaning to "first to file" too.

    --
    When information is power, privacy is freedom.
  43. what would captain kirk do? by Anonymous Coward · · Score: 0

    first off, he would probably spell artillery, & the, correctly, so as to not goof up the whole ctrl+Fing thing.

    then, as any genuine human of high authority would do, he would see to it that ALL of the creators' innocents under his watch were well protected & cared for appropriately, no matter what resources need be developed. if we recall, the captain set dozens of populations & planets 'back on their feet' during his career.

    do we need a genuine capt. kirk style hero now, or what if we are it? hold on to your holograms, the best has yet to come. see you there.

  44. Localized versions of Office by Anonymous Coward · · Score: 0

    In localized versions of Office, Microsoft changes even the keyboard shortcuts (at least for my language), CTRL+F becomes CTRL+L (Localizar).

  45. /(slash) works great, except... by nonsensical · · Score: 1

    Except on broken web pages that intercept keyboard commands, such as slashdot.

    1. Re:/(slash) works great, except... by leromarinvit · · Score: 1

      Huh? The slash works fine here (Firefox 5.0). Must be your settings.

      --
      Proud member of the Ferengi Socialist Party.
  46. Most people? by Pete+Venkman · · Score: 1

    Isn't it safe to say that most people in the world don't own computers? Maybe this article should be titled "Most Users Have Never Heard of CTRL+F".

  47. Add to that... by chill · · Score: 1

    TAB - Move to next field
    SHIFT-TAB - Move to previous field
    ENTER/RETURN - Submit

    --
    Learning HOW to think is more important than learning WHAT to think.
  48. Somebody please teach this to Android! by Jmc23 · · Score: 2
    Sure you can plug a keyboard into an android tablet but no shortcuts work! I want my CTRL+C, V, S, F, O, Z, and dammit give me CTRL+Enter for emails and IMs.

    I'd be really happy if i could get CTRL+C CTRL+K working onboard :)

    --
    Don't complain about syntax, grammar, or spelling. There is no.hell like input on android.
  49. CTRL+F? by Anonymous Coward · · Score: 0

    Computer illiterates are supposed to use ipads and we the professionals are there to make their interactions with programs seamless and easy.

    That said, I had to check what CTRL+F does...

    Apparently keyboard shortcuts are only known by muscle memory to me ;-)

  50. CTRL-F vs the mouse (Edit-Find) by mcn · · Score: 1

    People are just used to use the mouse to do all things... Only people like me (yeah, i am not young anymore) who have used Wordstar, WordPerfect, and all those programs in the old DOS days are more likely to still continue to use keystrokes combinations to do things...

    and I seriously hate the Ribbon menu.. I believe the Button menu can do whatever the Ribbon does... don't understand why MS wants to change it...

    1. Re:CTRL-F vs the mouse (Edit-Find) by u38cg · · Score: 1

      Do you actually *use* Office? I probably spend about 30 hours a week in it, and I can assure you the Ribbon is one of the few things Microsoft got right.

      --
      [FUCK BETA]
    2. Re:CTRL-F vs the mouse (Edit-Find) by mcn · · Score: 1

      probably not as much as you. Ribbon is good for newbies who has never used any office suites... For users used to the old way of doing things, as the saying goes, old habits die hard.. I am still figuring out where to find the function I need every time I need it... It doesn't come automatic to me.

    3. Re:CTRL-F vs the mouse (Edit-Find) by u38cg · · Score: 1

      There you go - I think a lot of users confuse "well-trained" with "user-friendly". Everyone who transitioned to 2007 had this feeling. Once you get used to it, it is significantly faster than 2003 and (dare I say it) more intuitive too.

      --
      [FUCK BETA]
    4. Re:CTRL-F vs the mouse (Edit-Find) by Anonymous Coward · · Score: 0

      I think you're confusing "well-trained" with "intuitive" ;)

  51. I sometimes forget about Ctrl+F too, Google. by Anonymous Coward · · Score: 0

    Every single time I use (someone else's copy of) Google Chrome and want to find something in a page, I press / and finish typing the text string before I realise that Google decided not to include that particular feature. Then, I spend ten seconds trying to remember what that other keyboard command is and wonder why the search box doesn't disappear by itself when I've finished with it.

    Fix it Google!

  52. Shortcut keys by beep54 · · Score: 1

    Love knowing these, but instead of CNTL-F I have always used the F3 key. One less button to punch :)

  53. Re:Well that's expected; these aren't computer peo by foniksonik · · Score: 1

    push and pop are my fav tricks to show fellows. They will just happily go about up and down the tree to get to the same places never realizing they can bookmark a location and pop back when done with something else.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  54. I guess I shouldn't be surprised by NotSoHeavyD3 · · Score: 1

    I mean given how many people I've seen use computers that never learned to type which would actually be more immediately useful than ctrl-f

    --
    Did you know 80 to 90% of the moderators on slashdot wouldn't recognize a troll even if one dragged them under a bridge.
  55. And for these people by intoxination · · Score: 0

    If they don't know the simple commands, the best one to teach them is ALT-F4!

  56. this is why I want out of IT by Velex · · Score: 4, Insightful

    Hell, most people can't tell the difference between a crookedly scanned all-image PDF and a Word document.

    Then there are the clients who have shit fits when I tell them I can't make a 50 page fax that's obviously a print-out of an Excel or Word document go *bloop* into a database and that I need the actual file emailed to me otherwise I'll have to give them a data entry charge.

    Yes, I've heard of OCR. I haven't heard of OCR that works well enough.

    --
    Join the Slashcott! Stay away entirely Feb 10 thru Feb 17! Close all tabs to prevent autorefresh!
    1. Re:this is why I want out of IT by utkonos · · Score: 1

      Have you heard of unpaper and Tesseract? If you put these two tools together you get really really good OCR, and its all free software.

    2. Re:this is why I want out of IT by Anonymous Coward · · Score: 0

      Object not found!

      The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

      If you think this is a server error, please contact the webmaster.
      Error 404
      unpaper.berlios.de
      Sun Aug 21 05:20:01 2011
      Apache

    3. Re:this is why I want out of IT by Anonymous Coward · · Score: 0

      Try this: http://www.cogniview.com/pdf2xl-enterprise.php

      It even has a built-in OCR and works quite well.

    4. Re:this is why I want out of IT by Anonymous Coward · · Score: 0

      The unpaper link has a typo. Try this link instead.

  57. It is depressing. by Steauengeglase · · Score: 1

    At least once a year someone asks for a page search, as in: "Can we add something that allows us to easily search this one particular page for some text. If you can't do that is there a browser plug-in or something we can use?"

  58. Better skills by FrootLoops · · Score: 3, Insightful

    A better skill to teach is menu exploration. Find, Select All, Undo, Replace, and a zillion application-specific gems are in the menus, together with their shortcuts. An even better meta-skill is generic program exploration, with an emphasis on not screwing things up. When I encounter a new program for the first time, I always find the Settings/Preferences/Options and at least glance through them. If it's a type of program I'm not familiar with I definitely look through the menus. I right click places that might be right-clickable and explore the ensuing context menus, I try double clicking, I sometimes try control-clicking, and I generally see what the program does in response to standard inputs. Some people seem to think I have magical abilities when they watch me run a program I've never encountered before, but they just miss the conventions and tests that I don't. Most people are capable of picking up on these skills pretty quickly if they're given some examples and told what's going on.

    1. Re:Better skills by ColdWetDog · · Score: 3, Insightful

      Or just paste this handy graphic on the wall and just mutely point to it when Luser has a question.

      --
      Faster! Faster! Faster would be better!
    2. Re:Better skills by Anonymous Coward · · Score: 0

      Like!

    3. Re:Better skills by Anonymous Coward · · Score: 0

      zillion application-specific gems are in the menus, together with their shortcuts.

      In the Windows 7 file manager, ctrl-C/X/V/A work, but they're now undiscoverable. Sorry, menu exploration doesn't work anymore.

  59. Embarrasing by barlevg · · Score: 5, Informative

    Me: Hey, Slashdot says 90% of people don't know what Ctrl-F does. That sounds pretty low to me.

    My wife (who's in IT): Ctrl-what?

    Me: Ctrl-F. You know, for searching on a page.

    WIfe: Oh, yeah. Well, why would you ever use Ctrl-F when you can just hit F3?

    Me: F3?

    (hits F3)

    Me: Oh.

    1. Re:Embarrasing by Anonymous Coward · · Score: 0

      doesnt work on osx

    2. Re:Embarrasing by Anonymous Coward · · Score: 1

      Because most keyboard manufacturers have usurped the function keys, making them into the ever useful "reply" or "Excel" buttons...an it'd be faster just to not have to find their genius F-Lock button and light to determine if your F3 keypress will actually do something productive.

    3. Re:Embarrasing by Anonymous Coward · · Score: 0

      or / or edit->find

      or the 50 other finds that are out there.

      Or my personal fav lately ctrl f4. close program. Excellent for those programs that seem to want to hide their ability to close.

      Win95 actually had a text file in the windows directory that described many of these commands. *NO* one read it. Think they removed it in xp.

    4. Re:Embarrasing by zippthorne · · Score: 2

      Do you use firefox or opera?

      You can go right back to her with this:

      Why would you use one of the F-keys when you can just use /

      There's always a better way, although I think F3 is inferior ^F because it takes your hands off the home row.... WIth tab, backspace, ^f, the space bar, and ^L, you can accomplish a LOT of browser tasks without having to reposition your hands.

      --
      Can you be Even More Awesome?!
    5. Re:Embarrasing by pgn674 · · Score: 1

      Huh, that's nice. I've probably seen that a few times when I try all the F# keys to see what they do in a particular application, and then promptly forgot it. I think I'll keep using Ctrl-F, though, as I frequently have the text I want to search for in the clipboard, and so doing Ctrl-F then Ctrl-V (no need to release the Ctrl key between combos) is faster than F3 then Ctrl-V.

      And on a related note, I like having the Google Quick Scroll extension installed on Google Chrome (not sure if there's something available for Firefox). If a website linked to by a Google search result has any viewabl;e text that was part of the reason that that website came up as a rsult, Google Quick Scroll will let you jump right to it.

    6. Re:Embarrasing by Anonymous Coward · · Score: 0

      this key does the same thing: /
      it's closer than F3, just drop your pinky a lil bit

    7. Re:Embarrasing by Anonymous Coward · · Score: 0

      keeper

    8. Re:Embarrasing by Anonymous Coward · · Score: 0

      Because you don't have to move your hand as far to do Ctrl-F as F3.

    9. Re:Embarrasing by Anonymous Coward · · Score: 0

      Me: Because F3 takes my fingers off of the home row!

    10. Re:Embarrasing by theurge14 · · Score: 1

      Only works on Windows, like F1 for Help.

    11. Re:Embarrasing by Anonymous Coward · · Score: 0

      Oh.

    12. Re:Embarrasing by Anonymous Coward · · Score: 0

      Because I always have my fingers near CTRL-F but F3 is pretty far out of reach. And because F3 is a Windows thing :)

    13. Re:Embarrasing by Anonymous Coward · · Score: 0

      I had to check this for myself. I feel stupid now.

    14. Re:Embarrasing by Anonymous Coward · · Score: 1

      They don't do the same thing though, at least in Firefox. F3 is "find again", i.e., go to the next match of what you typed in previously, not start a new search.

    15. Re:Embarrasing by Anonymous Coward · · Score: 0

      F3 is mostly to find next (only work for searching if there was no previous search)

    16. Re:Embarrasing by Anonymous Coward · · Score: 0

      I learned something new! :-)

    17. Re:Embarrasing by thegarbz · · Score: 1

      Do you use firefox ...

      Why hit / when you can just tick the box that says "Search for text when I start typing" :-)

    18. Re:Embarrasing by AthanasiusKircher · · Score: 1

      WIfe: Oh, yeah. Well, why would you ever use Ctrl-F when you can just hit F3?

      Because different applications/different OSes/different computer hardware supports different shortcuts. (By hardware, I'm referring to laptops that by default require you to hold down a function key to make function keys actually work.)

      Ctrl-F is pretty universal and requires less hand motion than F3. But it's always good to know other options, since they may work in other circumstances.

    19. Re:Embarrasing by Anonymous Coward · · Score: 0

      F3 is search again. you cannot start a new search with F3, if there was a previous one.

  60. What is this CRTL-F? Search is "/" or CTRL-S! by gweihir · · Score: 1

    no text

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  61. Re:Well that's expected; these aren't computer peo by adnonsense · · Score: 1

    The number of times I've shown colleagues something in a shell, finished my demonstration and logged out with CTRL-D... and they ask me "how did you do that?"

  62. When I saw the title.... by Anonymous Coward · · Score: 0

    ....I actually had to think about what Ctrl+F does for a second. It's become that natural to me, almost second nature. Keyboard shortcuts, especially those that are universal across many systems, are so often forgotten. I'm baffled at the amount that my "Technical" co-workers rely on mice and UI elements for navigation, functions, and the like.

  63. Flipping through a book - Fast scanning by ehud42 · · Score: 2

    Ctrl-F works great if you know the word you are looking for, however, sometimes I'm looking for a picture or more loosely a concept. I know I've seen it, and in my subconscuous I have an idea of what it looks like which is why I like to flip through a dead-tree manual.

    I want google to enhance the Android to provide a document reader with a mutli-touch interface that displays a book like the iPod's scrolling album covers. A quick fling of my finger across the screen to rapidly display many page images at once.

    --
    I'm in my right mind and I have the answer to everything!
    1. Re:Flipping through a book - Fast scanning by AthanasiusKircher · · Score: 1

      Ctrl-F works great if you know the word you are looking for, however, sometimes I'm looking for a picture or more loosely a concept. I know I've seen it, and in my subconscuous I have an idea of what it looks like which is why I like to flip through a dead-tree manual.

      Yet another reason I like actual books (as a supplement to electronic versions). Electronic versions allow searches that allow you to find things that you wouldn't already know about.

      But if you already have encountered something, and you can't remember an exact word to search for, a book is handier. I have a sense of how far into the book I was, what side of the page it was on, what sorts of illustrations, heading, and so forth were around it, etc. A PDF can sometimes work like that. A website or reflowing text in an e-book doesn't work as well.

  64. Even people who write 10+ hrs/day by LastDawnOfMan · · Score: 5, Interesting

    I worked at a newspaper and would see journalists and editors doing things like searching for words completely manually. I would say, "hey I have a very quick tip for you that will save you hours every single day for the rest of your career. In fact, it'll save much, much more time TODAY than it takes to teach it to you." and they would say "I don't have time!!! I have too much work to do!!!." Often I would just jump in and show someone how to do it, doing search and replaces in less than 10 seconds that would take them well over 30 minutes. That impressed a few people enough for them to start using it. But I found that many of them would persist in doing it manually anyway because it was just "easier." So what I discovered is that there are a lot of people who will work their fingers to the bone, unnecessarily spend hours working instead of enjoying life (these people were all salaried), even injure themselves with repetitive stress disorder, osteoarthritis, and so forth, to save the slightest mental effort involved in learning something very slightly new.

    1. Re:Even people who write 10+ hrs/day by DNS-and-BIND · · Score: 0

      This can't be true. Journalists are the smart people. Otherwise, they wouldn't be journalists. You seem to be implying they're just as anti-intellectual and anti-learning as a person who lives in a rural area, a patently false assertion.

      "CBS News has a culture, has a history that for those of us who work here, is very real - that we see it as a sort of magical mystical kingdom of journalistic knights - and I know I can mentally hear people rolling their eyes, that's the way we feel."
      -- Ex-CBS News anchor Dan Rather

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    2. Re:Even people who write 10+ hrs/day by Anonymous Coward · · Score: 1

      You've stumbled on the underlying problem, but they've failed to communicate it to you. It's not so much "easier" as it is "less stressful". You've shown them a method that does things they don't quite understand in ways they can't actually see. That frightens people. It's hard for them to predict what a Search and Replace will do, exactly. Whereas going through a document and replacing manually assures them that the changes which have taken place were all seen and actively made.

      It's a result of this segment of the population not really having sufficient experience with using these tools, enough for them to feel comfortable in using the computer as a tool to accomplish tasks, rather than as a machine they are forced to use in accomplishing a task they already know how to do by hand in a roundabout way.

    3. Re:Even people who write 10+ hrs/day by Anonymous Coward · · Score: 1

      but at the same time, i remember a few occasions when writing a sed expression trying to do an incredibly clever search & replace, spending 15 minutes on it and trying to debug my cmdline .. on a data stream that's only 40 lines long and is a one off task for sure.

      there is a fine balance there, somewhere.

    4. Re:Even people who write 10+ hrs/day by RockDoctor · · Score: 1

      Whereas going through a document and replacing manually assures them that the changes which have taken place were all seen and actively made.

      Which is where the option commonly (but not universally) available to ... find the next occurrence of your search term, then choose to replace, or find next again ... meets both points and can be carried out with one hand on the Alt key (left or right, your choice) and the other poised over the "R" and "F" keys.

      The usage of keyboard accelerators started to drop (from initially low levels) when IIRC Win98 introduced the option to hide emphasis of accelerator keys in menus. And now you have idiocies like the "Ribbon" interfaces that practically force people to stop working and pick up the mouse to do almost anything. Madness.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  65. CTRL and SHIFT for selecting.... by Anonymous Coward · · Score: 0

    Much more importantly the majority of people that I come in contact with don't know what CTRL and SHIFT do when selecting items in a drop down box.

  66. Conclusion by Arthur+B. · · Score: 5, Insightful

    We live around 90% slouches who would rather waste thousand of hours in the future than take 10 minutes now to learn to use a piece software correctly. The same applies to touch typing, but also eating junk, shopping with a 20% APY credit, etc. High time preference leads to social decay. Now stay out of my lawn.

    --
    \u262D = \u5350
    1. Re:Conclusion by Anonymous Coward · · Score: 0

      I think 90% is a little optimistic.

    2. Re:Conclusion by Chemisor · · Score: 2

      90% of the population are not paid by the hour, so they don't really care how long it will take. Learning something takes conscious effort, and therefore is hard. Only the boss cares, and that's why he sends them to training seminars.

    3. Re:Conclusion by Anonymous Coward · · Score: 0

      And we like going to training seminars, because it's a paid (for) vacation and otherwise we have to do real work.

  67. Re:What a great idea! It should be a question mark by gl4ss · · Score: 1

    Too bad a said this out on a public forum. Now I (assume) I can't patent it. Well at least the Guess Jeans company hasn't trademarked it!

    silly you! just patent in the usa, works nicely. too bad it's probably patented already a thousand times.

    --
    world was created 5 seconds before this post as it is.
  68. UI Must Prevail by wreakyhavoc · · Score: 1

    MS used to have good keyboard shortcuts. MacOS pretty good for OS, but not so good for software without digging. Now it seems very broken.

    I'd rather not use the mouse if at all possible. I know many here will agree. With the advent of AJAX interfaces keyboard shortcuts are out the window. And browser mouse clicks are a recognized attack vector. Is this intentional?

    The mouse-and-clickers have taken over (due to consumer demand).


    1.Bring back keyboarding! Neutral hand position.
    2.Less wasted movement.
    3.More efficient.
    4.Profit.

  69. It's not the fault of schools by Anonymous Coward · · Score: 0

    I don't think it's due to schools that ppl don't know this stuff but rather a young versus older generation thing. I can't for the life of me know where I learnt the cntr F Command but I can be sure that my Dad and uncle don't know what it is.

    Joey

    www.duckprint.com.au

    Unique doona cover designs

  70. learning by Anonymous Coward · · Score: 0

    You know what ctrl & alt keys you can use by reading them off the menu before selecting the menu option, this requires curiosity and a ability to learn. Education has nothing to do with it. Its called not being a mindless robot and being able to learn things on your own.

  71. CTRL+F by Anonymous Coward · · Score: 0

    I am a high school teacher librarian, and I am surprised at how many of the "digitally native" high school students are totally amazed when I teach them about CTRL+F.

  72. F3 by Osgeld · · Score: 1

    F3 does it in most applications, firefox, chrome, office etc. why fuck about with 2 keys? the ONLY place I can think where you NEED ctrl+F is on the windows desktop where it was a leftover from windows95. but hey that broken windows search usually keeps people from using that

    1. Re:F3 by assassinator42 · · Score: 1

      But it doesn't work everywhere. In several programs (UltraEdit, Notepad++, Foxit PDF Reader) Ctrl+F bring up the find dialog while F3 only functions as "Find Next".

    2. Re:F3 by Osgeld · · Score: 1

      well since all of those are ma and pa projects maybe you should pass the memo

  73. Wait...er...no...um...go back again by tunapez · · Score: 1

    For thendecisive lot, gotta show them Ctrl+y along with Ctrl+z.

    --
    Imagination drew in bold strokes, instantly serving hopes and fears, while knowledge advanced by slow increments...
  74. Too much mouse dependency by scarboni888 · · Score: 1

    I find people think that the mouse is supposed to be some kind of replacement and/or is superior to the keyboard.

    When I'm training people at work they're always asking me to slow down, show them 'how I did that', because they see me functioning rapidly (yes even in MS Windows) without using the mouse often. They are always amazed to hear about the edit keys, CTRL-S to save quickly and often, the CTRL-F mentioned here, as well as undo and redo via the keyboard only.

    They are often confused - looking perplexed because they bought into the idea of the mouse as some sort of improvement over the keyboard. So i let them know that it's more of a case of 'the right tool for the right job' than it is a case of one being better than the other in any kind of broadly-based way.

  75. Evolution... by Anonymous Coward · · Score: 0

    Until the rest of you cavemen start using Dvorak, you haven't much room to talk...

  76. I have a german keyboard you insensitive clod! by excelsior_gr · · Score: 1

    It's Strg+F instead!

  77. F3 doesn't work in Word or Acrobat by michaelmalak · · Score: 1

    F3 doesn't work in Word or Acrobat

  78. Outlook... by oaksey · · Score: 1

    Unfortunately in Outlook it forwards the email you are looking at, rather than it being for find, quite annoying when it seems to be the standard in every other app.

  79. That's not the most important one: CTRL-S by Anonymous Coward · · Score: 0

    The most important one is CTRL or COMMAND-S. How many times have you heard sob stories from people telling you that they just typed in a long essay or letter and forgot to save it? Sure, there's autosave for some word processors, but I've seen plenty of people that have no clue where to look for it. Their work is just "gone". I've told students that if they haven't developed a compulsive, every-5-or-10-minutes "CTRL-S twitch", and haven't saved multiple versions in multiple places, then they're going to be wasting a *LOT* of time during their educational and subsequent career retyping things. I mean, ye gods, "Untitled Document" wasn't a clue? Actually, now that I think about it, a useful message would be after 10 minutes without saving an initially-created document, a word processor should put up a message reminding the user to save it somewhere. I find nagging like that annoying, but oh the untold horrors it would save so many people (just make sure there's a button to turn it off in Preferences somewhere).

  80. move to GUI was step backwards by rcpitt · · Score: 2
    I'll never forget the point at which the GUI took over from the keyboard for such things as bold, italic, and other things. Prior to this - the likes of WordPerfect were fast and efficient word processors because your fingers never left the "home" row and all commands were done with key combinations.

    Now - type something, move right (or left) hand to the mouse - highlight - move mouse to menu - select - press mouse button - find "home" row again and start typing.

    No wonder kids today use short-forms and misspellings and such In the mean time - I take full advantage of what key-combination commands there are - and get a lot more done

    --
    Been there, done that, paid for the T-shirt
    and didn't get it
    1. Re:move to GUI was step backwards by Ster · · Score: 1

      Now - type something, move right (or left) hand to the mouse - highlight - move mouse to menu - select - press mouse button - find "home" row again and start typing.

      While that's certainly one way to do it, I've never seen anyone actually do it that pessimally.

      'Cmd-B' to start the bolding (or 'Cmd-I' for italics), type whatever you need, and then 'Cmd-B' again to end the bolding. Hands never leave the keyboard. Or if you need to italicize something that's already there, select the text (keyboard is usually faster if it's just a few words away, mouse is often faster if the target text is far from the text-cursor location), and hit 'Cmd-I' (though if your hand is already on the mouse because you used it to select distant text, then it might be faster to pick from the menu).

      Short version: TMTOWTDI; the "right" one might depend on the context.

      -Ster

    2. Re:move to GUI was step backwards by laejoh · · Score: 1

      I think getting out of the trees was a bad move. There are even those two think that it was a bad move to get out of the seas.

    3. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      Ctrl+Arrowkeys through your document, and hold Shift when you want to start highlighting. On the other hand, the mouse saves time too, double-click to highlight a sentence, triple-click to highlight a paragraph.

    4. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      Have you ever spent time in *nix message boards? There are often 3+ different ways suggested to do the same thing, and few people know more than one of them, much less all of them.

    5. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      You sure you're not having that "get off my lawn!" feeling?

      I'm 28, and have always done my writing in a GUI word processor. (I was fairly poor so we couldn't afford a computer when DOS and Apple CLI were common. Windows 95 at school was my first real exposure.) At this point, I've written several hundred thousand words of fiction (might have even surpassed my mandatory "million words of crap"), but even 10 years ago when I'd written less and I was in high school and STILL didn't have a computer at home, I knew the keyboard shortcuts for italic, bold, and underline.

      I'm doing a bit of an informal poll among my writer friends now to see if anyone uses the menu to do these common tasks. The results will be a bit skewed in that these writers are heavy users of twitter/livejournal/etc. so they have some level of computer competence, but as far as I know, I'm the only one actually employed in IT for my day job. Well, aside from one sys admin/programmer, but she picked up writing AFTER learning all of that. (And honestly, in the fiction-writing realm these days, you're *required* to have an above-average idea of how computers work. Publishing houses require that you do some marketing of yourself, with twitter and blog posts and the like. Only the old moldy dinosaurs who may have literally started writing on actual typewriters get away with being completely computer-illiterate, and that's only if they're popular enough to still be selling books.)

      My theory is that if you use a word processor regularly, and the type of writing you do needs italics/underline/bold (fiction writing utilizes italics frequently), you'll typically learn the keyboard shortcuts. It won't make a difference if you grew up with using a CLI (DOS or Apple or even *nix of some flavor) or if, like me, you've almost always had a GUI for everything you needed to do. I guess I'll see what my results are.

    6. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      People in general don't want to get a lot done

    7. Re:move to GUI was step backwards by blair1q · · Score: 1

      So you want meta-cokebottle-shift-lol

    8. Re:move to GUI was step backwards by dotancohen · · Score: 1

      Why don't you comment on this Open Office bug requesting VIM key bindings:
      https://openoffice.org/bugzilla/show_bug.cgi?id=89663

      --
      It is dangerous to be right when the government is wrong.
    9. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      While the GUI was to an extent a step backward since it made things too easy to not learn the software (instead of making it like vi where you needed to know the keyboard shortcuts or else), I blame many of the shortcomings on schools. I'm not an old man by any means (at 22), but I'm definitely among the minority in my age group that actually learned to use the software properly because I took my own initiative to actually do so. I remember classes on WordPerfect and eventually Office 2000 when I was still in the public school system and the entire concept of keyboard commands were not even touched upon. Luckily, they at least had the decency to hire a rather strict typing teacher that was well versed in using a ruler if you looked.

      Anyways, I find at work (I'm not in IT yet due to college, so I'm still doing data entry) I have to frequently end up having to guide my supervisors through doing simple things in Excel and Word in order for them to actually get things done.

    10. Re:move to GUI was step backwards by AthanasiusKircher · · Score: 1

      While that's certainly one way to do it, I've never seen anyone actually do it that pessimally.

      You've obviously never spent time around 99% of computer users. Probably more than 1% know some of the keyboard shortcuts you bring up, but I guarantee you that >99% do not know all keyboard shortcuts for all tasks they use multiple times per day.

      Heck, I've seen very few people who know the shortcut to get to a search box in their web browser or to get to the URL box in their web browser, probably something many people do more than just about anything else these days.

      Aside from fairly universal shortcuts (like cut/copy/paste, bold/italic/underline, quit/exit, undo, and new, to name most of the common ones some people know), many applications require specific shortcuts. In my experience, almost no one ever bothers to learn anything beyond these fairly universal ones, even if they appear on menus that people click all them time.

    11. Re:move to GUI was step backwards by AthanasiusKircher · · Score: 1

      I guess I'll see what my results are.

      I'd be curious. I'd be even more curious to know if these friends know other shortcuts beyond bold/italic/underline, cut/copy/paste, undo, new, and a few basic universals. Outside of tech geeks, I've met very few who bother to learn useful shortcuts for their own work, e.g., shortcuts only useful in a specific application, shortcuts for tasks that they need to perform repetitively, etc.

      Anytime I find myself clicking a menu or button more than a few times, I look around to see if there's a shortcut for it. But I don't think that's the common working method for 99% of people.

    12. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      You can create keyboard combinations for MS Office if you like.

    13. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      There has always been and always will be a segment of the population who doesn't care about learning new things. 20+ years ago those people didn't have computers. Now they do. With or without computers they aren't interested in learning how to type or format fast. Before you (this is for everyone else too) spout off shit about social or technical decay think about how the changing nature of technology has made people who would normally never touch a computer work on one every day.

      Also, bullshit about GUI's robbing functionality.
      1.) The 1980's clicky keyboard I have has the exact same buttons on it as the 2010 laptop sitting next to me (with the exception of the number pad.)
      2.) If you for some reason lose some functionality you can program it back fairly easily using macros, problem solved.

      As a 16 year old with no serious computer background I know more hotkey combinations than my dad who grew up programming in the 1970's.

      Also, also, bold= ctrl+b italic= ctrl+i.

    14. Re:move to GUI was step backwards by purpledinoz · · Score: 1

      And the word processor was a step backwards to the typewriter. I remember the times when I would type something in the typewriter, I could place each character exactly where I wanted it on the paper... and since it was already on paper, I didn't need to print it out! No need to hook up a printer, install the driver, then fiddle with the ink, then get the word processor to print it the way I wanted it.

    15. Re:move to GUI was step backwards by Anonymous Coward · · Score: 0

      "fiddle with the ink"? Are you sure you used a typewriter because they still needed ink to work.

      My experience was only with an old manual one I had at home as a kid, but that had ink in a ribbon, I'm sure I must of needed to fiddle with that from time to time.

  81. What, the exact same place as ctrl on a win keyb? by Anonymous Coward · · Score: 0

    n/t

  82. Re:What a great idea! It should be a question mark by ColdWetDog · · Score: 1

    You really would be surprised at how people struggle with something that might seem totally intuitive to you. Take a pop sample of 10 people and the gesture they would use to bring up "find" or "help" and you might end up with 10 different gestures (or x gestures + x IDKs).

    No, you typically get one gesture. It just isn't one that adapts to the keyboard or pad easily. But it's pretty obvious visually.

    --
    Faster! Faster! Faster would be better!
  83. Notepad by LongearedBat · · Score: 1

    I always have a shortcut to Notepad readily available for doing just that: stripping out formatting.

  84. WTF Mods? by Anonymous Coward · · Score: 0

    Why the fuck is this a troll? In an article about how great keyboard shortcuts are, somebody has the audacity to point out that the lack of said shortcuts are another shortcoming of the over-hyped iPad. It is not particularly insightful, but in light of what is happening in computing today it is both relevant and pertinent.

    Yet some douchy Apple fanboi (or astroturfer) marks it a troll because you can't criticize their wonderful products. And the Slashmods let it stand. Great.

    In a way, I am grateful. I will bookmark this comment to use as evidence of the douchiness of Apple fanbois.

  85. More important imho.. by SuperCharlie · · Score: 1

    With the minimization of GUIs and the loss of the main menu in a lot of applications I find that alt-f is a good thing to know.. it usually bring back (temporarily) the regular menu where you can select the thing you want and for bonus points most of the time there is usually a helper text there for the key-combo for that item.

  86. PASTE WITHOUT FORMATTING by managerialslime · · Score: 2

    Dude, paste-without-formatting is essential for anyone who spends a lot of time cutting and pasting between applications into compound documents.

    There are so many whiney paste-related comments in this chain that it is time for one of my rarer than Haley's Comet posts to /.

    Immediately (if not sooner), get thy focus to CNET.com, click on the downloads tab, and search on Pure Text.

    Both Pure Text and Pure Text Plus are free and legal programs that turn your Windows-Key-V combination into a paste-without-format key.

    (Be sure to decline the offer to install the Bing toolbar upon installation.)

    I use Pure Text so much, it is one of the few programs I run in my start-up group.

    My work here is done.

    --
    Live Long and Prosper - Thanks Leonard. You are missed.
  87. Why schools don't teach this by Anonymous Coward · · Score: 0

    F is a considered a grade to be afraid and to avoid. We can't have CTRL+F as in control failure! The ponies. Although a controlled failure is always better than an uncontrolled one. Hot grits.

  88. Good luck with that by Anonymous Coward · · Score: 0

    It's in the menu of all browsers I'm aware of. If people don't even care enough to look through the menu of an application they use all the time, I don't think they will remember this magic key combination. I say magic because for them it is magic, and you're the magician. You try to show them something (that they could have easily discovered on their own), they will always come back to you to watch you do the trick again.

  89. Excellent point! by jscotta44 · · Score: 1

    You are so right. We need to get beyond the desktop metaphor. Yet, this very /. group collectively gnash their teeth when Apple tries to move beyond the file system, for the typical user. All you can hear (um...see) is posts complying that Apple is rooming easy default access to the file system. It is so funny that these are the same people that say they want progress.

    1. Re:Excellent point! by Anonymous Coward · · Score: 0

      I hate when posts comply that Apple is rooming.

  90. you mean ctrl-b? by Anonymous Coward · · Score: 0

    Which is used for search in my locale (because "bold" starts with an F in my locale and so ctrl-F is used for toggling bold text...) - but only in _some_ applications, others use ctrl-F.

  91. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  92. Since we're all on a rant here... by Anonymous Coward · · Score: 0

    Fuck all you idiots who send me a Word document containing a JPEG, GIF, or BMP of a spreadsheet that I'm supposed to gather data off of. FUCK YOU WITH BEANS!

  93. Why is this surprising? by Anonymous Coward · · Score: 0

    We already knew that people don't read manuals, and many even seem proud of it. Why should we expect them to know how to use their software?

  94. I love my shortcuts by Anonymous Coward · · Score: 0

    I was a cheap bastard in college, and when my mouse broke I just learned how to use the keyboard to do everything. I even used the number pad as my mouse when playing EverQuest...

    One warning about using shortcuts; if you use them at a place that's assessing your software skills / knowledge using software that asks you to accomplish tasks like copy and paste, or access a function from the menus, you'll find they aren't shortcut friendly. I've lost points on tests because I could remember a sequence of 3 keys to open the correct window, select the next sub menu and then the action I was asked to perform. While I still had 95% accuracy on these tests it was still annoying.

  95. recalling e-mails by Derek+Pomery · · Score: 1

    Well, there is that "recall" function that some e-mail clients honour.

    Of course, some people seem to think it completely wipes all traces of the original e-mail, when it is more a "Hey! You know that e-mail I sent you that you'd ignored as spam? I really didn't mean to send it to you, it may have something embarrassing in it."

    --
    -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  96. you know what 100% people haven't heard of? by Anonymous Coward · · Score: 0

    Google search anthropologist Dan Russell says that 90 percent of people in his studies don't know how to use CTRL/Command + F to find a word in a document or web page.

  97. In a few years, keyboards may be dead. by blair1q · · Score: 1

    How do I do ctrl-F in Android?

    1. Re:In a few years, keyboards may be dead. by purpledinoz · · Score: 1

      Are you saying that software developers may be coding on a touchscreen? Sounds like torture to me.

  98. addicted to scrolling? by Anonymous Coward · · Score: 0

    One of the first things I show people. I never get tired of saying "ctrl-f is your friend". Some folks don't want to change. Maybe people prefer the cognitive security scrolling and hunting provides? "I watch the document scroll by as I find words. Thererefore I know the document is still the same." As opposed to "I enter a phrase into some box and these little highlighted results show up and if I punch next the screen seems to jump, perhaps willy-nilly to a different place. I don't trust this." It's like people need the continuity of the scroll.

  99. 3rd Party tool... by WoTG · · Score: 1

    Agreed. For years I was using copy and paste into a text editor to strip out formatting... a year or two ago I started using a utility called "PureText". Now using "Windows+V" will do what amounts to "paste without formatting" in any application.

  100. Shouldn't have to by __aazsst3756 · · Score: 1

    If it is truly important, it should have an easily identifiable counterpart in the GUI. Shortcuts should always be a second method for power users. I think were getting better on this, many apps are copying web browsers, with dedicated search boxes in plain sight.

  101. Computers will never "just work" by Anonymous Coward · · Score: 0

    unless the halting problem is solved. Computers are Turing machines. 1+1=2 no matter how many people insist 1+1=3 for small values of 3.

  102. Broked Trackball = Forced Shortcuts by Anonymous Coward · · Score: 0

    When the trackball on my work-provided Blackberry (read free) broke down a week after purchase I was forced to learn ways around it. I still use many of them.

    Space bar to "Page Down" Also works to shoot in brickbreaker - this is handy because you can control the left/right with the trackball which worked in those directions only and control the shooting independently

    Alt + Back to switch applications. Soon replaced by

    Holding down BB button navigate through applications.

  103. I inherited a VB.NET app by drfreak · · Score: 2

    a few years ago which I've been maintaining.every since. A user reported last week that every time he hits Ctrl-X to cut text for pasting, that the app crashed. In fact, the app exited with no error window. Whatever I might have to say about the previous programmer's style, at least he didn't have empty try/catches everywhere so I found it hard to believe the app was crashing without any exception window.

    Turns out, the main window had a keyboard event which exits the app when Ctrl-X is pressed with no prompting first. I've always used keyboard shortcuts and took it for granted thinking everyone else did until I realized it took years for a "power user" to hit this problem for the first time.

    1. Re:I inherited a VB.NET app by purpledinoz · · Score: 1

      And did you tell him it was a feature, not a bug? :P

  104. cmd-opt-shift-v by edalytical · · Score: 1

    "Paste and Match Style" people! It's ironic that you'd suggest such a convoluted time-wasting method for striping formatting when there is a single simple command bound to a key sequence that accomplishes the task. Not only that but it will match the formatting, if any, you have set up into the document you're pasting into, which is what you want anyway.

    --
    Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
  105. CTL+F Doesn't Work by Anonymous Coward · · Score: 0

    I don't bother with ctl+f on web-pages for the simple reason it far more often does not work. The result is nothing found. Even on pages browsed to via google because google says the search terms are on the page.

    In documents ctl+f works 100% of the time for me. In web-browsers, about 1%.

  106. How about CAPS lock instead of Shift by Taxmanz · · Score: 1

    Always amazes me that people use Caps lock instead of shift, first you have to turn it on and then you have to turn it off. The same people who do this are the ones who ring up the helpdesk most often to unlock their account.

  107. Action icons are the culprits by manu0601 · · Score: 1

    In the ancient time, Apple had some nice documents about building UI. You could read that when interacting with the UI to build a sentence, the subject could be an on-screen object (a paragraph, a file icon), but that verbs (like search or copy) would be difficult to draw as a picture (with exception of well established things like a square for "stop"), and hence would nicely fit as menu items. This had the advantage that the user could discover all verbs in menus, with their associated shortcuts.

    Then someone introduced action icons, with things like icons bar in MS Office. Users do not navigate menus anymore. They do not discover new verbs, neither do they learn shortcuts. The funny thing is that iccon actions carry a tribute the to the statement that verbs cannot be drawn as pictures: when your mouse pointer flies over it, a text appears so that you can have an idea of what it does.

  108. There is an other one... by Anonymous Coward · · Score: 0

    What about the Ctrl+Shift+T for reopen a closed tab!?

  109. Why Not Just Include "Seach on Type" in Chrome? by LibRT · · Score: 1

    This is amusing, because the folks at Chrome have been asked repeatedly to include an option for "search on type" (as available on Firefox) and have repeatedly refused to include this, on the grounds that "Ctrl+F" works just fine.

  110. Brain Real Estate by AndyCanfield · · Score: 1

    I completely disagree. The most valuable resource I have is real estate in my brain. Yes, I know "Ctrl+F". and often use it. But I don't know, I don't want to know, Ctrl+D, Ctrl+R, Ctrl+H, etc. Put them on a menu, in English.

    The purpose of a user interface is ***NOT*** to minimize keystrokes, nor to minimze mouse clicks. It is to minimize the junk you need to know to use the program. A lady who hasn't found Edit / Find on the menu is just plain dumb. But a lady who uses Edit / Find instead of Ctrl+F is using her brain for what she gets paid to use it for - keeping her boss happy.

    Thirty years ago I argued that we were mistaken in writing our programs for "expert users". Even then people had so many different programs to use every day that nobody had time to become an "expert" in any one of them. That is even more true today. I have Ctrl+F on my PC, but not on my phone, so why should I memorize it?

    People who love Ctrl+F probably love VI, the second worst editor ever invented (The worst is emacs, which is VI with unpredictable macros; sit down at a friend's computer and run emacs and you have no idea what Ctrl+F does on HIS machine.)

    Keep it simple, keep it obvious.

  111. People already know how to search by Anonymous Coward · · Score: 0

    People already know how to search for text on paper, and the method seems to work on screen too. When they want to make text bold, the only way they're going to do it is to hunt for the bold command; they'll spot it on the toolbar and click it. Most users won't use ^B. But if they want to search, they can just scroll and scroll and scroll, hence they won't look for the search button, even though that's on the toolbar too. Why would it occur to people to learn to do something that they can already do?

  112. I could care less about 90% percent of users. by Anonymous Coward · · Score: 0

    I was just fired from my tech support position so I no longer give a rats rectum about people that don't know how to copy, cut, paste, undo or find. Let them use webTV and their IPhones.
    Really if you are older than 6 or younger than 50 you should at least understand the copy and paste concept.
    Growing up I educated myself using magazines, books, and BBSs and I am just amazed at what the web has become. I some times wonder what it would be like growing up with modern PC's and the internet available. Although I have to say that some info has become less available. I remember quite a few academic journals that used to be free to access or accessible using URL hacks, that are now pay only.

  113. omg by Anonymous Coward · · Score: 0

    One of the best developers in our company... I'm the spec writer... I told him "and make sure Alt-F4 works".... he asked me what that is. Fuck. And I thought that was bad

  114. CTRL-F? what's that? by boltik · · Score: 1

    I never heard of it. I will use F3 now to find out about it.

  115. Ctrl + Y by Anonymous Coward · · Score: 0

    If they're going to use Ctrl +Z they should also learn about Ctrl + Y.

  116. In Other News ... People don't RTFM. by RockDoctor · · Score: 1
    Umm, things like keyboard accelerators are (generally) listed in TFM, which people don't R. So keyboard accelerators don't get used ... so the programmers don't get bug reports when they stop updating them in the code or the manuals, which people still don't read.

    No news here. Unfortunately.

    --
    Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  117. Whoah. Slashdot uses vim navigation by Anonymous Coward · · Score: 0

    So on a mostly unrelated note, I just discovered that slashdot supports HJKL for left/down/up/right. Blew my mind.

  118. Forget Cntrl+F, how about looking in the MENU BAR by Anonymous Coward · · Score: 0

    Knowing keyboard triggers is nice, but to me this means there's a much broader issue. 90% of computer users don't know how to skim through the MENU BAR to see what features are available.

  119. THIS POST ENTIRELY OFF-TOPIC by Blakey+Rat · · Score: 1

    Their actions accomplish nothing, and if they had even a basic understanding that the motor must warm up before the heating system will be able to blow warm air, they might use the system in a rational manner.

    I have a friend who bought a dirt-cheap Kia that actually had a fast-working heating element in the heater, so it could spit out heat right away without waiting for the engine. This was in a ~$8,000 car, seriously bottom-of-the-line super economy car.

    I've never, never found this feature in another car, even those that cost 5 times as much. My car cost three times as much, and is several years newer, and I have to wait for my engine to warm up, like a chump.

    What the hell, car makers? I live in Washington State; I need a goddamned fast-working heater! Why is Kia, of all companies, cornering this particular feature?

  120. vi(m) by Kvasio · · Score: 1

    teach them at least :q! , :qw and jkl;

  121. Wordperfect Shortcut Template... by DarthVain · · Score: 1

    Anybody else remember the stupid cardboard template you would place over top of your keyboard in order to remember the 8 gajillion shortcuts that wordperfect used back in the 1990's?

    Personally I think the farther removed we are from that sort of foolishness the better. Not to mention that there is nothing to say that whatever "ctrl-???" will continued to be supported into the future by anything. So, yes teaching that would be stupid, just like teaching computers using the manual of some software... Though some have been built into many thing due to long use like ctrl-C or ctrl-break.... anyway the keyboards are full of legacy garbage.

    Though this continues to plague software design... forget a feature... add a shortcut. I was horrified to see just the other day, that in MS Access 2010, someone can hide/show the show freaking navigation pane (you know the little thingy that lets you brows through, tables, queries, reports, forms, modules, everything) using F11. Oh and if you made a DB with a loading form, it is by default hidden. It took me awhile of online searching to find the stupid F11. Now I get to impart this "wisdom" on to every new user of MS Access 2010 I meet who will be calling me and going WTF where are all the tables!

  122. Re:Well that's expected; these aren't computer peo by badkarmadayaccount · · Score: 1

    Is that in a terminal? What's the combo?

    --
    I know tobacco is bad for you, so I smoke weed with crack.
  123. A Function of Dysfunction... by Anonymous Coward · · Score: 0

    Aside from shortcut keys I cannot believe the number of folks that do not know, understand, or use Alt+PrintScreen and Ctrl+PrintScreen functions.

    All of this just reinforces my opinion that 90% of the people that have access to computers should have them taken away.