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 switching between Eclipse and Visual Studio+Resharper, I always confuse the organize shortcuts. |
|||
|
|
|
|
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. |
|||
|
|
Ctrl-X is used as the prefix for a lot of things in Emacs. It's often bad when I hit that when Emacs is not the app with focus. Especially annoying for me is that when I run Emacs in an X window on my Windows desktop, the cursor is always blinking in Emacs, even when that window is not active. So I often think it is active when it isn't. |
|||
|
|
|
|
Ctrl-W. I use it all the time in VIM to navigate between panes. Unfortunately, in every other editor I use (I have various IDEs I use depending on the language), it's "close window". It's especially bad in netbeans, where I installed the jvi plugin. So most VIM commands work, but occasionally I forget to avoid Ctrl-W and accidentally close a file. |
|||
|
|
F5 is refresh in most sane worlds, but in Lotus Notes, it's "Lock Screen". Extra frustrating to be in the middle of something. |
|||
|
|
|
|
The paste shortcut - Ctrl+V. When I switched to Dvorak, the V key became the 'K' key changing Ctrl+V into Ctrl+K - the shortcut to delete the current line in Linux(KDE) systems. |
|||
|
|
|
|
CAPS + (anything) I have the Caps Lock key on my keyboards mapped to Ctrl, so every time I'm on someone else's machine I end up spraying random capital letters into whatever I'm editing. |
|||
|
|
|
|
When writing code samples in this MarkDown window on Stack Overflow, I copy 4 spaces into the clipboard and then use CTRL+V instead of tab to indent. When I switch back to actually doing some work, I find myself pressing Paste instead of Tab. |
|||
|
|
|
|
Typing my credit-card PIN number into the coffee machine! |
|||
|
|
|
|
f5. Press it about 100 times a day in visual studio to make things "go", so every time I switch apps and I want make things "go" I automatically press it without thinking. Usually it doesn't do anything, but occasionally it has negative effects (like refreshing a webpage when you're in the middle of streaming a large video--ouch) |
|||
|
|
!r when on unix and the last command you ran was "rm -rf *" and you have since changed to the root directory or if your lucky your home directory. |
|||
|
|
|
|
I sometimes press Ctrl+Z when I regret something in FPS games where I use the keyboard for moving around. That's primate logic, isn't it? |
|||
|
|
|
|
CTRL+D. In Notepad++ it duplicates the line, in Eclipse it deletes the line. :( EDIT: I'm very unhappy with Notepad++ VS Eclipse shortcuts. I just discovered CTRL+L Goes to a line in Eclipse, but in Notepad++ it deletes the line. |
|||
|
|
|
|
I struggle to do my office pin number without the pad, which is also my extension (hey, I don't have to call myself!). I also have a lot of fun with Ctrl + Space (VS show intellisense), Option + Space (launch QuickSilver in OS X) and Command + Space (open Spotlight in OS X). I'm forever doing to wrong one in the wrong time as I run Windows in a VM so all three are valid in any given context! |
|||
|
|
|
|
\ (backslash) Because it's in a different location on just about every keyboard! |
|||
|
|
|
|
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.) |
|||
|
|
|
|
In English Windows |
|||
|
|
|
|
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. |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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-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' |
|||
|
|
|
|
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. |
|||
|
|
|
|
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-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. |
|||
|
|
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 ;) |
|||
|
|
|
|
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 |
|||
|
|
|
|
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! |
|||
|
|
|
|
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... |
|||
|
|
|
|
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 ... |
|||
|
|