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.
|
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. |
|||
|
|
|
|
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! |
||||
|
|
|
CMD in Mac and Ctrl in Windows |
|||
|
|
|
|
CTRL-W in Visual Studio to select word (or Extend Selection with resharper) closes my browser window while editing entries in Sharepoint. Extremely painful. |
|||
|
|
|
|
In VS2008 in my old job I could Build hitting F6, here at my new job (VS 2008 too), I have to hit Alt + B, U. Which is kind of annoying because from time to time, I hit F6 and nothing happens and I'm like "what the hell?" |
|||
|
|
|
|
Delete-Enter in Windows. I got used to using this keystroke combination to delete a file, and then hit "Yes" when Windows asked me if I was sure. It worked fine until Windows XP, where the small delay before the "Are you sure?" dialog comes up is just enough time for the Enter keystroke to launch whatever I had selected. I've done this with hundreds of high-res photos selected. The only way to kill it was a hard reboot. |
|||
|
|
|
|
CTRL-M At my first software job, we had wyse50 and tvi925 terminals, but the one I got the first couple of months didn't have a return key (it was broken). So, I learned to type CTRL-M for a return. It was MANY MANY MANY years before I broke that habit. |
|||
|
|
|
|
Ctrl-w Deletes the current selection in the various editors I use for programming. Closes the window in various other programs (ex, my email client) It used to be Ctrl-e, which moved to the end of the line in my editors, but sent the email I was working on in my email client... but my current email client doesn't have that behavior. edit: changed 'line' to 'selection' |
|||
|
|
|
|
Because of the spanish ambigüity:
I always get confused, because i have to cognitize what program I am using before applying the shortcut (I am on VStudio, mmm then CTRL-S will work )... |
|||
|
|
|
|
I got in the habit of using windows + m to minimize all windows. This wasn't a problem until I switched to ubuntu where it will give you something like this:
I freaked out for ten minutes until I finally figured out what I did. |
|||
|
|
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 :-| |
||||||||
|
|
|
When Running MS-SQL Server Management Studio in VMWare. Ctl-E in SQL is run the query Ctl-E in VMware is power the machine off .. Instantly .. no waiting!! You really have to be careful which system has focus. |
|||
|
|
|
|
YA emacs answer. I constantly find myself pushing C-p to move up a line. And if I'm not using emacs, it usually takes me a moment to figure out why a print dialog box inevitably comes up. |
|||
|
|
|
|
Ctrl+Shift+f. In firefox it turns on the web dev extension highlighter. In eclipse it autoformats your code to HTML (even if you're working in CSS) Guess how that turned out on launch day. |
|||
|
|
|
|
Well its the 3rd time that I've been embarrased by sending incomplete emails. I am sick of this, I dont know if there is a way to change this shortkey in OUTLOOK. Mousa |
|||
|
|
|
|
A specific keystroke that is burned into my hands is |
|||
|
|
|
|
ctrl+Y usually redoes, but in Aqua Data Studio (a great tool) it deletes the line. |
|||
|
|
|
|
CTRL-ENTER: in my IM client (since forever) it sends the message. In Outlook it does too. But I'm used to typing a single sentence in IM and sending that, then typing the next sentence; this doesn't work well in e-mail. I've sent three messages in a row once, each appologizing for the previous message not being complete. |
|||
|
|
|
|
Using CTRL+W to fast backspace URLs in Firefox address bar. On OS X, it works like CTRL+W in a shell, on Windows, Firefox is usually closed down by the time I realize what I'm doing (closing tabs). |
|||
|
|
|
|
Accidentally pressing CTRL + s while editing a file in vi. Countless times I've done this and even after learning that a CTRL + q will undo it, I still get a bit nervous and start hitting ESC. |
|||
|
|
I use the same Apple wireless keyboard for Mac and Windows. Ctrl vs Command is terrible. Unfortunately no Vista64 driver for the keyboard, so I use a keyboard mapper to remap copy, paste, cut and some others to work with the Windows key (Command key acts as Windows key.) Not perfect, ut at least the major shortcuts work. Sometimes I want "del", but instead I hit the eject button. |
|||
|
|
|
|
|
|||
|
|
:w when in firefox. or in pidgin I often type it then immediately press enter when done with a message. |
|||
|
|
|
|
In English Windows |
|||
|
|
|
|
F12
|
|||
|
|
|
|
Ctrl Z I used to work in the QWERTY world, and in my current job (location) I all have is AZERTY. Z and W are replaced, in the keyboard. Ctrl Z becomes Ctrl W, which in most apps closes the current window. Yes I get a Are you sure pop up. But many a times I have intended Ctrl Z + Enter (or kept typing, and somehow Y came before N)... |
|||
|
|
|
|
On an old project, we were using Vi for most editing, and this 4GL tool (showing how long ago this was) for creating the user interface. The pain of it was, pressing the escape key in the 4GL would close your currently open window without saving, no passing go, no collecting $200. We ended up getting in the habit of putting a bottle top over the escape key when switching to the 4GL so we couldn't hit it accidentally... (You use the escape key a lot in Vi for switching from editing mode to command mode, in case you didn't know.) |
|||
|
|
|
|
Pressing ESC on the TortoiseSVN commit dialog box to get out of the autocomplete closes the window instead of canceling the autocomplete dropdown. Very annoying after typing out a long message explaining what changes are included in the commit, and then pressing ESC to get out of an annoying autocompletion, and having the window close losing the comment. |
|||
|
|
Ctrl+Z. Because on Windows in everything except Emacs in works as UNDO and in Emacs it suspends it (minimizes and put in the end of Tab app switch queue). Really annoying. |
|||
|
|
|
|
Premature email sent from outlook because it has so many keyboard shortcuts for sending mail and at least one maps to a common emacs key binding. The key press is so subconscious that I usually don't even remember what I just typed to cause the email to send. |
|||
|
|
|
|
Ctrl+V. Paste in Visual Studio (at home), page down in Xcode (at work). It's not cancelled by pressing page up, though, as page up doesn't take the cursor with it, while Ctrl+V does. Every time I want to move a line of code from one place to another, it's accompanied by mild swearing and the clicky scrolling of my mouse wheel. |
|||