Shortcuts
-
The worst is watching another dev highlight text with a mouse then go over to the menu, again with the mouse, and select Edit -> Copy. :doh: These people should be forced to use Linux for a month. :) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
ctrl+ x/c/v at the least should be standard use. The impatient of seeing someone using either toolbar or context-menu is unbarable at some point, some people i just tell them ctrl+c instead of copy in the hope they use that. same with SQL * - i just say 'all' not 'star' - it more meaningful as to what is wanted instead of the specifce characters I want someone to type.
-
ctrl+ x/c/v at the least should be standard use. The impatient of seeing someone using either toolbar or context-menu is unbarable at some point, some people i just tell them ctrl+c instead of copy in the hope they use that. same with SQL * - i just say 'all' not 'star' - it more meaningful as to what is wanted instead of the specifce characters I want someone to type.
-
Working with another developer, I often give him trouble about using his mouse instead of shortcut keys. I was helping him and teased again about it. So he asked in a snarky way, "What is the shortcut to clear the data", sure that I didn't know the answer. So I said Alt + F4 without pausing. He didn't find it funny.
Hogan
Just switched from Visual Studio (C#) to Intellij (Java). Shortcuts are only slightly different which makes things worse! :doh:
Simon Lee Shugar (Software Developer) www.simonshugar.co.uk "If something goes by a false name, would it mean that thing is fake? False by nature?" By Gilbert Durandil
-
Careful. They'll be too good in keyboard and they might hate you when they see you while scrolling the mouse. :)
When a
DataSet.Tables.Count != 0
is BAD ! Wonde TadesseThey see you scrollin', they hatin'
-
Working with another developer, I often give him trouble about using his mouse instead of shortcut keys. I was helping him and teased again about it. So he asked in a snarky way, "What is the shortcut to clear the data", sure that I didn't know the answer. So I said Alt + F4 without pausing. He didn't find it funny.
Hogan
Heh, nobody at work likes to use my machine because of the way I've remapped the shortcuts. I started my computer career back in the 70's. The word processor of choice back then (on CP/M atleast) was WordStar. The shortcuts for cursor movement, copying and such are pretty much ingrained in my brain. So to continue using them I remap the cap locks as the control key, the control key as the alt key and the alt key as the cap locks (use ZiffDavis utility called TradeKeys). I then have an AutoHotKey script that basically lets me use the Wordstar shortcuts in jEdit, Visual Studio, Word, Codecomposer Studio, Eclipse, etc. Basically, any place I'm going to be editing text.
-
Working with another developer, I often give him trouble about using his mouse instead of shortcut keys. I was helping him and teased again about it. So he asked in a snarky way, "What is the shortcut to clear the data", sure that I didn't know the answer. So I said Alt + F4 without pausing. He didn't find it funny.
Hogan
-
Working with another developer, I often give him trouble about using his mouse instead of shortcut keys. I was helping him and teased again about it. So he asked in a snarky way, "What is the shortcut to clear the data", sure that I didn't know the answer. So I said Alt + F4 without pausing. He didn't find it funny.
Hogan
-
The most efficient methods would be important if you're just keying thousands of lines of code, but the average programmer writes 50 lines of code per day. It sounds like what you're really saying is, "how dare people be different from me".
There is a difference between knowing every shortcut for every program, and knowing the basics. In this case Cut/Copy/Paste would be nice. Plus, we're in IT. Its our job to know how to use computers. Learning shortcuts for the programs you use every day demonstrates a passion for your work.
Hogan
-
Heh, nobody at work likes to use my machine because of the way I've remapped the shortcuts. I started my computer career back in the 70's. The word processor of choice back then (on CP/M atleast) was WordStar. The shortcuts for cursor movement, copying and such are pretty much ingrained in my brain. So to continue using them I remap the cap locks as the control key, the control key as the alt key and the alt key as the cap locks (use ZiffDavis utility called TradeKeys). I then have an AutoHotKey script that basically lets me use the Wordstar shortcuts in jEdit, Visual Studio, Word, Codecomposer Studio, Eclipse, etc. Basically, any place I'm going to be editing text.