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!
Hmm. My app's source code has a fair number of tables initialized with constant data. Constructing those tables by simple typing would take away my will to live. A lot of them were created using combinations of the following: - Double-click to select a word, hold down the Ctrl key, drag to a destination - Click and drag snippets out of the Visual Studio toolbox - Click and select, followed by one or more VS editting macros (the fuckers who pulled it from VS2015 are morons) It's whatever is the best tool for the job. I use ctrl-C, ctrl-X, and ctrl-V as well as ctrl-Insert, shift-Delete, and shift-Insert. Sometimes I'll use the keyboard to move the cursor, sometimes the mouse, whichever is faster. I've known a number of keyboard jockeys who disdained using the mouse for anything. I've also known people who follow the pattern you describe: select with the mouse, Edit, Copy, and rarely use any of the keyboard shortcuts. Both of them are less efficient than they could be. I take advantage of anything the IDE provides. One of the best things about Visual Studio and C# is Intellisense. It's positively scary sometimes how good it is at guessing what you need.
Software Zen:
delete this;
-
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!
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 Tadesse -
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.