Most Common/Favorite Keyboard Key(s)
-
I remap various functions that I use all the time: Ctrl+G : run without debug (as in, Go) Ctrl+D : debug Ctrl+A : build all Ctrl+M : toggle bookmark Ctrl+N/P: next and previous bookmark, with the "in the same document" behavior, rather than spanning across documents. WTF? Ctrl+B : toggle breakpoint Ctrl+T : goTo line in the debugger Ctrl+L : goto Line number Ctrl+E : goto rEference Ctrl+Tab and Ctrl+Shift+Tab, with that stupid "list of documents" window NUKED Ctrl+F : find in window Ctrl+Shift+F : find in [somewhere] Ctrl+H : find and replace in window Ctrl+Shift+H : find and replace in [somewhere] With that, I basically never have to touch the mouse except to hover over something in the debugger to see what the value is. besides the standard copy/paste, etc. Function keys are meaningless to me. I mean, I do remember the basics when I'm using someone else's computer, but I much prefer Ctrl+[some letter] as an easier memnonic than F5 for debug and Ctrl+F5 for run without debug, etc. Oddly though, I use F10 and F11 !!! I think because it harks back from SO LONG ago, that it's hardwired in my brain. Marc
The only thing I really miss about VB is the Ctrl F2 and Ctrl Shift F2. Go to reference and return from reference. :sigh:
Never underestimate the power of human stupidity RAH
-
It was about they time that they shifted it all online to provide a better more up to date service that it went all Paul Gascoigned
Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H
It's definitely kippulated!
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” Why do programmers often confuse Halloween and Christmas? - Because 31 Oct = 25 Dec. Business Myths of the Geek #4 'What you think matters.'
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
Ctrl +C / Ctrl + V. Up arrow / Down arrow / Left arrow / Right arrow and Ctrl to Fire and Space to jump. :)
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick - Silverlight *.XCP files
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
Shift+Ins / Shift+Del Ctrl+A Win+D Win+R Ctrl Shift [+] Ctrl / Ctrl+ Shift / + left/right/up/down Sometimes: Win+Pause Context Menu key
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server. -
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
S Ctrl+S Ctrl+C/V Space A T Alt Ctrl Win Enter What about ; I think should be the most common key on a developer's keyboard.
-muneeb A thing of beauty is the joy forever.
-
You obviously don't use Visual Studio then. If you did, you would be less than satisfied by the F1ishness you receive.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
Actually, I do. I just don't expect much from it. It took 4 wasted tries and a complete rebuild of my system to get the Visual Studio Help system to install at all, and after a couple of months it quit returning any results whatsoever from the local help files, so I gave up. It is a POS that can't be fixed by anyone but Microsoft, and they refuse to support their products. So I use Google instead, which has always returned more accurate and relevant responses than anything Microsoft has to offer. Happily, every other app I use has no trouble responding to F1 properly; only the creators of the function can't get it to work.
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
Ctrl+K,D by a long shot - sort out that formatting! Then Ctrl, Shift + Esc...why's it taking so long!
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
Ctrl+Shift+B (build solution), Shift+Alt+B (rebuild solution)
Software Zen:
delete this;
Fold With Us![^] -
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
alt-tab, ctrl-tab, ctrl-leftarrow, home, end, esc
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
Richard Blythe wrote:
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse.
Disconnect your mouse, you can operate most applications without one. The only exception I found are webbrowsers, it's bloody annoying to tab through all hyperlinks. Win-E: Explorer Win-R: Run Win-D: Show Desktop Ctrl-S, Alt-F4: Save & Exit Alt-Space-X: Maximize Window Ctrl-Tab: Next MDI child
Richard Blythe wrote:
The third would be F11. (When debugging code)
Yeah, in WP 5.1 it would have opened the "underwater screen" :)
I are Troll :suss:
-
S Ctrl+S Ctrl+C/V Space A T Alt Ctrl Win Enter What about ; I think should be the most common key on a developer's keyboard.
-muneeb A thing of beauty is the joy forever.
Muneeb R. Baig wrote:
; I think should be the most common key on a developer's keyboard.
I agree with that. Just don't tell that to the VB guys or they will roast you for supper! :laugh:
The mind is like a parachute. It doesn’t work unless it’s open.
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
I use Ctrl+A a lot for select all; Ctrl+H for search/replace; Ctrl+X, Ctrl+C and Ctrl+V for cutting, copying and pasting. The Home and End keys are pretty worn out too (although it's hard to tell these days as my keyboard is covered in crumbs, coffee and bits of pizza!)
-
Richard Blythe wrote:
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse.
Disconnect your mouse, you can operate most applications without one. The only exception I found are webbrowsers, it's bloody annoying to tab through all hyperlinks. Win-E: Explorer Win-R: Run Win-D: Show Desktop Ctrl-S, Alt-F4: Save & Exit Alt-Space-X: Maximize Window Ctrl-Tab: Next MDI child
Richard Blythe wrote:
The third would be F11. (When debugging code)
Yeah, in WP 5.1 it would have opened the "underwater screen" :)
I are Troll :suss:
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
In order of shininess. Shift, Ctrl, space, backspace, delete, tab, F3, F5, F8, page up page down, arrow keys and numeric keypad, and one broken keyboard foot… from occasional multiple simultaneous key presses with heavy emphasis applied :)
-
Not in any particular order: F5. Shift+alt+F10. F11. F6. F9. Ctrl+N. Ctrl+S. Ctrl+Space.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
Those are a lot of mine too (though I'll have to look up F9). I have also started using CTRL+. when references need to be added. <= super handy
-
Same here on my home machine W, S, A, D. Program and game on it, but gaming takes more of a front seat at home. at work; Ctrl+C, Ctrl+V, F11, F5, Tab, Shift+Tab Now i have a quad screen setup at work I rarely ever Alt+Tab anymore. Still have dozens of windows open, but it now seems more intuitive to access them from the taskbar than from alt+tab as brain can relate to their on-screen locations far quicker using that visual.. odd.
-
No kidding! F1 is basically a license for Visual Studio to simply lock your machine up till it figures out what the hell to do.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
Jim Crafton wrote:
lock your machine up till it figures out what the hell to do
This is so true. And everyone knows it.. except for maybe MS? You can go make a caffinated drink, visit with your neighbors, turn to google, click several old dead links, stumble on and watch some funny vids, search online some more, find your answer and implement a solution - all this before F1 loads. If you were sufficiently capable of waiting for F1, you end up with an alarmingly unproductive and baffling query result. I've seen ants, using their own bodies, build stunning expansive bridges over water. All I want is an answer to a question from help file.
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
Looks like the most used keys for me are N O R and P. And esc.
-
They say that "Power Users" execute functions from the keyboard as much or more than with the mouse. I'm curious. What function key(s) do you frequently use when writing code? The TAB key is by far my most frequently used function key. (Finishes an intellisense statement) The second would be: Ctrl+C and Ctrl+V The third would be F11. (When debugging code)
The mind is like a parachute. It doesn’t work unless it’s open.
Backspace, d, and x (I'm a vimmer)