vote up 19 vote down star
8

What's the worst shortcut you have in your "muscle memory"?

For example, mine is CTRL-L: compiles the current object in Sybase Powerbuilder, but deletes the current line in Visual Studio.

flag
show 4 more comments

101 Answers

1 2 3 4 next
vote up 35 vote down check

When I was working in Germany on a German configured machine:

Alt-F followed by S

I'm wanting, File|Save, instead I often got Fenster|Schließen (translates to Window|Close). Excel used to close the window without prompts, hardly what I was intending!

link|flag
9  
Maybe you should have Ctrl-S in your muscle memory instead! ;) – polyglot Feb 7 at 19:34
vote up 67 vote down

Backspace. It's backspace in everything except web browsers, where it goes back a page in your history depending on where the input focus is. Irritates the hell out of me, especially if I've just typed a huge forum entry that the browser decided not to cache.

link|flag
2  
+eleventybillion (if I could) on this one! ;-) Whoever decided backspace should go to the previous page in a web browser needs to have some seriously painful punishment inflicted upon them! – Brian Knoblauch Oct 27 '08 at 17:48
1  
One thing that always irked the crap out of me in Firefox. I've developed a defense mechanism: I compulsively Ctrl+A, Ctrl+C to copy what I've typed so far, in case of disaster, – TM Oct 27 '08 at 22:36
4  
You can get rid of this behaviour in firefox. It's the browser.backspace_action property. Possible values are here: kb.mozillazine.org/Browser.backspace_action#Possi… If you actually want to move back/forward with your keyboard, use Alt+Left, Alt+Right respectively – AgentConundrum Mar 23 at 6:15
show 8 more comments
vote up 44 vote down

My password.

Don't know how to write it on a phone or something else (ancient history: pencil) since i frankly don't know my own password except in muscle memory.

This is my best excuse for not switching to Dvorak layout.

link|flag
6  
The upside is that it's really easy to find out what it is: type it out in clear text. – titaniumdecoy Oct 27 '08 at 18:39
show 9 more comments
vote up 35 vote down

I always type 'mysql' instead of 'myself' when writing personal emails, etc.

link|flag
show 2 more comments
vote up 33 vote down

SHIFT-delete

This permanently deletes a file instead of putting it in the recycle bin, helps a lot, hurts sometimes.

link|flag
show 15 more comments
vote up 24 vote down

"ESC" when I'm done typing in non-vi/vim environments. Most apps ignore the escape, but in a lot of IM clients ESC seems to mean "throw away all the stuff I just wrote". Since I usually only do it after I've typed a lot, I usually lose quite a bit of information.

tappitytappitytappitytappitytappity-tap-AAARGGGGGGHHHHH!!!!!!

link|flag
show 6 more comments
vote up 15 vote down

As a longtime Vim user, h-j-k-l are my number one nemesis. :-) I'm constantly attempting to use them within other editors...somehow it just never works. You should see the number of times I randomly insert "jjjjjjjj" within a block of code before I realize what I've done.

I have found that you can map Alt+{h,j,k,l} within Eclipse and jEdit, which is better than nothing.

link|flag
show 7 more comments
vote up 14 vote down

I'm usually working in Vim, and I try to stay out of edit mode as much as possible. This means that I almost always hit escape after typing a string of text - even in my Outlook email.

link|flag
1  
I sometimes do this and I rarely use VIM ever. – Mr. Shiny and New Feb 17 at 18:27
show 3 more comments
vote up 14 vote down

Control-Enter. In my chat client, this inserts a newline into the usual single-line input field, but in Outlook, this sends a mail, in its current incomplete and embarrassing state.

link|flag
1  
thankfully Thunderbird pops up saying "Do you want to send this email now?" when you use the Ctrl+Enter shortcut – nickf Mar 23 at 5:47
show 2 more comments
vote up 10 vote down

Mouse gestures in Opera. I often find myself trying to use them in IE. Fail!

link|flag
1  
I keep trying to close tabs in vs.net using gestures. Someday it might work... – bh213 Oct 27 '08 at 22:50
show 4 more comments
vote up 9 vote down

I don't know why, but 3 out of 5 times I type

use string;

instead of

use strict;

when coding in Perl. I guess my muscles are accustomed to end a word beginning with 'stri' with 'ng'.

link|flag
7  
Heh, I do the same thing. Another one that gets me is "/usr/lolcat" instead of "/usr/local"... but I don't type "lolcat" very often! – Rich Oct 27 '08 at 17:27
1  
Ahh just sudo ln /usr/local /usr/lolcat – Brad Gilbert Oct 27 '08 at 22:38
1  
Once I was typing vaporub and instead typed vaporuby – wallyqs Feb 11 at 6:23
show 4 more comments
vote up 8 vote down

As a VI user, pressing esc, :w to save my work or :q to close MS Word (for example)

link|flag
vote up 8 vote down

Emacs Meta-W (copy region) is one of my often-used key commands. Works great... except when I forget that I am using the terminal app on my wife's Mac. (Meta-W is Command-W => Close window.)

The "muscle-memory" kicks in faster than the supervisor thought process. I can almost feel that part of my brain saying "wait, don't do... D'oh too late!" every time I do that.

Actually, Emacs in general has turned into muscle-memory, and when I get deep into coding, I sometimes forget that I'm in an alternate editor universe, and then quickly get into a mess when I rapid-fire type in navigation command streams.

It's also my Emacs-ish tendency that has me preferring to use Control-ESC (instead of the dedicated Windows key) to bring up the Windows Start Menu. It's normally not a problem, except my laptop's Fn+ESC invokes system Standby, which leads to a 30 second penalty-box-time as I go into suspend and then re-wake the machine. If I had a network connection (SSH or Network file copy), I also lose the network connection because the suspend kills the connection. Aargh!

link|flag
show 4 more comments
vote up 8 vote down

Ctrl-X Ctrl-S

In emacs, this saves the current file. In Visual Studio, this deletes the current line, then saves.

I really wish there was a way to make Visual Studio work like all other Windows apps, where Ctrl-X does nothing if nothing is selected.

link|flag
show 2 more comments
vote up 7 vote down

F5. I use it all the time in SQL Manager to run a query. In Visual Studio, it starts a debugging session, which is irritating when I've been looking at the VS window, but forgot to select it.

link|flag
show 5 more comments
vote up 4 vote down

CTRL + Y

In almost every application it performs a redo. However, depending on your settings in VS.Net 2008, especially under the default VB.Net programming shortcuts, performs a line delete.

link|flag
show 2 more comments
vote up 4 vote down

Weird, no-one has mentioned the infamous Quake claw :)

link|flag
show 8 more comments
vote up 4 vote down

Ctrl + P is nice. It's always "Print file". ALWAYS. In every application.

Not in (the German) Notus Notes. There it is: Close the current tab. Nice... very nice, since it's soo fast to open it again :-|

link|flag
2  
Bonus points for making the key images! (How did you do that?) – Jeremy Stein Jun 18 at 19:00
3  
Jeremy: <kbd>Ctrl</kbd> – furtelwart Jun 19 at 9:57
vote up 3 vote down
Alt+F4, Y

I used this to close and save Notepad for, I don't know, decades, and they changed it in Vista. It took me a while to switch to Alt+F4, Enter, which will close without save in XP. Thanks, Longhorn!

link|flag
show 2 more comments
vote up 3 vote down

CTRL-Y.

In every application ever, it's Redo, except IntelliJ where it's Delete Line.

link|flag
show 6 more comments
vote up 3 vote down

Eclipse - Run Java Application - Alt+Shift+X,J

link|flag
vote up 3 vote down

F9. In Delphi, it launches the program under the Debugger, in Visual Studio it toggles a breakpoint.

Also F12. In Delphi, toggles between Code and Design view, but in Visual Studio it Goes to a Definition.

F5 was already listed.

link|flag
show 2 more comments
vote up 3 vote down

Left Ctrl + Shift + Left/Right arrow keys, when working on a laptop with the leftmost Fn key (where Ctrl should be), it's frustrating...

link|flag
vote up 3 vote down

I have a mac at home, but use VS2008 at work. I often find myself doing Win+ instead of ctrl+.

link|flag
show 2 more comments
vote up 3 vote down

At work, my systems are connected to a switch box. If I cut-and-paste something (using Ctrl-X, Ctrl-V) too quickly I activate the "Switch to next machine" function of the switch box (Ctrl, Ctrl). *sigh

So, usually, I just use Shift-Insert for Paste. This works great until I have to use my wife's PC. Her Insert key is in a different location... so I end up hitting Shift-Del instead. *sigh

Sometimes you just can't win.

link|flag
vote up 3 vote down

CTRL+W

Deletes one word on the command line and in Firefox on OSX; closes the tab in Firefox on Windows and Linux.

I usually use this shortcut when I'm typing in a textarea, and decide to edit/erase the last few words I just typed. Which means that I go:

type type typetypetype type type ^W^W^W-- and AGH promptly lose three tabs of work.

link|flag
show 1 more comment
vote up 2 vote down

Ctrl-U: I'm used to it erasing the input line in Unix, but in Firefox, it's View Source. Often leads to annoyance when I try to erase the address bar quickly. Thankfully at least Opera follows the Unix way.

link|flag
vote up 2 vote down

In Windows, CTRL+DEL deletes the whole word in front of the cursor everywhere ...

Except on StackOverflow, where the markdown editor sets me up to do a quote and graciously moves the entire line I was working on beneath said quote. D-Oh! (Yes, this bites me almost daily.)

I shouldn't gripe -- the editor is outstanding in every other conceivable way, and supports all the other keyboard shortcuts I use routinely ... But still. You asked. :)

link|flag
show 1 more comment
vote up 2 vote down

I am switching between Macs and Windows Machines on a regular basis. On Windows, Alt-Q writes an @, on the Mac, it quits many programs. Every CMD-XX shortcut from the Mac invokes the Windows start menu.

But the worst thing I ever whitnessed is a numeric pad that used a telephone-key-layout. It took five tries until I figured out what was wrong with my PIN.

link|flag
vote up 1 vote down

Being a Mac owner but working in windows/visual studio. I forget many windows shortcut without really learning Mac ones.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.