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.
|
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. |
|||
|
|
|
|
When I was working in Germany on a German configured machine:
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! |
||||
|
|
|
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. |
|||
|
|
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. |
|||
|
|
I don't know why, but 3 out of 5 times I type
instead of
when coding in Perl. I guess my muscles are accustomed to end a word beginning with 'stri' with 'ng'. |
||||||||||||
|
|
|
When switching between Eclipse and Visual Studio+Resharper, I always confuse the organize shortcuts. |
|||
|
|
|
|
SHIFT-delete This permanently deletes a file instead of putting it in the recycle bin, helps a lot, hurts sometimes. |
|||
|
|
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 ;) |
|||
|
|
|
|
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! |
|||
|
|
I always type 'mysql' instead of 'myself' when writing personal emails, etc. |
|||
|
|
CTRL-Y. In every application ever, it's Redo, except IntelliJ where it's Delete Line. |
|||
|
|
Eclipse - Run Java Application - Alt+Shift+X,J |
|||
|
|
|
|
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. |
|||
|
|
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. |
||||
|
|
|
As a longtime Vim user, I have found that you can map |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
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 |
|||
|
|
|
|
Being a Mac owner but working in windows/visual studio. I forget many windows shortcut without really learning Mac ones. |
|||
|
|
|
|
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! |
|||
|
|
|
|
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. |
||||||||||||
|
|
|
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. |
||||
|
|
|
Left Ctrl + Shift + Left/Right arrow keys, when working on a laptop with the leftmost Fn key (where Ctrl should be), it's frustrating... |
|||
|
|
|
|
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! |
|||
|
|
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... |
|||
|
|
|
|
"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!!!!!! |
|||
|
|
As a VI user, pressing esc, :w to save my work or :q to close MS Word (for example) |
|||
|
|
|
|
I have a mac at home, but use VS2008 at work. I often find myself doing Win+ instead of ctrl+. |
|||
|
|
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. |
||||
|
|
|
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 ... |
|||
|
|
|
|
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. |
|||