Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Most Common/Favorite Keyboard Key(s)

Most Common/Favorite Keyboard Key(s)

Scheduled Pinned Locked Moved The Lounge
visual-studioquestion
54 Posts 36 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Pete OHanlon

    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.

    My blog | My articles | MoXAML PowerToys | Onyx

    J Offline
    J Offline
    Jim Crafton
    wrote on last edited by
    #12

    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

    P P I 3 Replies Last reply
    0
    • J Jim Crafton

      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

      P Offline
      P Offline
      Pualee
      wrote on last edited by
      #13

      HELP!

      1 Reply Last reply
      0
      • J Jim Crafton

        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

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #14

        It might as well just redirect you to Google. There was a time (many years ago) when the MSDN help was superb. Subsequent releases have made the product worse.

        "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.

        My blog | My articles | MoXAML PowerToys | Onyx

        N U 2 Replies Last reply
        0
        • P Pete OHanlon

          It might as well just redirect you to Google. There was a time (many years ago) when the MSDN help was superb. Subsequent releases have made the product worse.

          "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.

          My blog | My articles | MoXAML PowerToys | Onyx

          N Offline
          N Offline
          Nagy Vilmos
          wrote on last edited by
          #15

          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

          P H 2 Replies Last reply
          0
          • N Nagy Vilmos

            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

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #16

            Without the dressing gown and chicken nuggets.

            "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.

            My blog | My articles | MoXAML PowerToys | Onyx

            1 Reply Last reply
            0
            • R Richard Blythe

              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.

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #17

              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

              M 1 Reply Last reply
              0
              • R Richard Blythe

                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.

                M Offline
                M Offline
                Martin Jarvis
                wrote on last edited by
                #18

                Ctrl+K,D by a long shot - sort out that formatting! Then Ctrl, Shift + Esc...why's it taking so long!


                Freestyle Interactive Ltd | Martin on .Net

                P 1 Reply Last reply
                0
                • R Richard Blythe

                  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.

                  D Offline
                  D Offline
                  Dan Mos
                  wrote on last edited by
                  #19

                  ctrl+alt+delete :-\

                  I bug

                  1 Reply Last reply
                  0
                  • M Marc Clifton

                    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

                    M Offline
                    M Offline
                    Mycroft Holmes
                    wrote on last edited by
                    #20

                    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

                    S 1 Reply Last reply
                    0
                    • N Nagy Vilmos

                      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

                      H Offline
                      H Offline
                      Henry Minute
                      wrote on last edited by
                      #21

                      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.'

                      1 Reply Last reply
                      0
                      • R Richard Blythe

                        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.

                        A Offline
                        A Offline
                        Abhinav S
                        wrote on last edited by
                        #22

                        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

                        1 Reply Last reply
                        0
                        • R Richard Blythe

                          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.

                          P Offline
                          P Offline
                          peterchen
                          wrote on last edited by
                          #23

                          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.

                          1 Reply Last reply
                          0
                          • R Richard Blythe

                            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.

                            M Offline
                            M Offline
                            Muneeb R Baig
                            wrote on last edited by
                            #24

                            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.

                            R 1 Reply Last reply
                            0
                            • P Pete OHanlon

                              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.

                              My blog | My articles | MoXAML PowerToys | Onyx

                              R Offline
                              R Offline
                              Roger Wright
                              wrote on last edited by
                              #25

                              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"

                              1 Reply Last reply
                              0
                              • M Martin Jarvis

                                Ctrl+K,D by a long shot - sort out that formatting! Then Ctrl, Shift + Esc...why's it taking so long!


                                Freestyle Interactive Ltd | Martin on .Net

                                P Offline
                                P Offline
                                peterchen
                                wrote on last edited by
                                #26

                                Ah yes, the new stuff! Ctrl + MM Ctrl + MO

                                Agh! Reality! My Archnemesis![^]
                                | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

                                1 Reply Last reply
                                0
                                • R Richard Blythe

                                  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.

                                  G Offline
                                  G Offline
                                  Gary R Wheeler
                                  wrote on last edited by
                                  #27

                                  Ctrl+Shift+B (build solution), Shift+Alt+B (rebuild solution)

                                  Software Zen: delete this;
                                  Fold With Us![^]

                                  1 Reply Last reply
                                  0
                                  • R Richard Blythe

                                    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.

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #28

                                    ctrl-Z aka the oops key man - couldn't do without it!

                                    ___________________________________________ .\\axxx (That's an 'M')

                                    1 Reply Last reply
                                    0
                                    • R Richard Blythe

                                      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.

                                      C Offline
                                      C Offline
                                      Chris Losinger
                                      wrote on last edited by
                                      #29

                                      alt-tab, ctrl-tab, ctrl-leftarrow, home, end, esc

                                      image processing toolkits | batch image processing

                                      1 Reply Last reply
                                      0
                                      • R Richard Blythe

                                        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.

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #30

                                        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:

                                        R 1 Reply Last reply
                                        0
                                        • M Muneeb R Baig

                                          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.

                                          R Offline
                                          R Offline
                                          Richard Blythe
                                          wrote on last edited by
                                          #31

                                          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.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups