vote up 18 vote down star
7

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 36 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 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 0 vote down

CTRL-L is also my pain point. It goes to the address bar in firefox, but also logs me out of my internal chat application.

People are always wondering why I'm going in and out of chats all the time, they must think I'm very confused.

link|flag
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 1 vote down

When switching between Eclipse and Visual Studio+Resharper, I always confuse the organize shortcuts.

link|flag
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 0 vote down

Used to be cntrl - alt - F4.

I used to run my IRC sessions on terminal 4 in linux - was a pain when I had to use windows and instead of switching me to my IRC client, it closed whatever window I had open ;)

link|flag
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 35 vote down

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

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 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 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 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 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 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 0 vote down

I'll sometimes hit CTRL-K/CTRL-Q to quit (or other Wordstar combinations) in vi thinking I'm in joe. Drives me up the wall. :D

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
vote up 0 vote down

F5 - In Internet Explorer, Firefox and Google Chrome it refreshes the page. In MSSQL Enterprise Manager, it refreshes the current query results. But in Zend Studio (which I use for PHP development) it starts a debug session... arrgh!

link|flag
vote up 65 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 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 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 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 0 vote down

After programming in C# for most of the day, I always type "string" rather than "String" when declaring a string variable. Then I see the little red squiggly line in Eclipse...

link|flag
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 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 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 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 0 vote down

In the spanish versions of many office applications (MS looking at you), Ctrl + S, instead of saving, it underlines text, so when you quit carelessly you can end with no changes saved ...

link|flag
vote up 1 vote down

Ctrl-X, S. In Emacs, it saves the current buffer. In Visual Studio 2005 (with Visual Studio 6 key bindings), it cuts the current line and then saves the file.

link|flag
show 1 more comment
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.