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. OOPKSC - Out Of Place Keyboard Shortcuts

OOPKSC - Out Of Place Keyboard Shortcuts

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpquestion
35 Posts 23 Posters 41 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.
  • R RandyBuchholz

    IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

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

    ctrl-G. I used to love ringing the bell.

    Will Rogers never met me.

    1 Reply Last reply
    0
    • R RandyBuchholz

      IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

      P Offline
      P Offline
      Paul Sanders the other one
      wrote on last edited by
      #14

      Try switching between Visual Studio and Xcode on a frequent, ad-hoc basis. It does your head in (and VS is a lot nicer).

      Paul Sanders http://www.alpinesoft.co.uk

      1 Reply Last reply
      0
      • R RandyBuchholz

        IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

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

        Visual studio: collapse methods in editor: sometimes it's ^M ^O, others it's ^M O

        Signature ready for installation. Please Reboot now.

        1 Reply Last reply
        0
        • R RandyBuchholz

          IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

          K Offline
          K Offline
          Kirill Illenseer
          wrote on last edited by
          #16

          Visual Studio compiles & runs with F5, Delphi with F9. I sometimes find myself setting a breakpoint (that's what F5 does in Delphi) instead of compiling.

          1 Reply Last reply
          0
          • R RandyBuchholz

            IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

            G Offline
            G Offline
            Gilbert Consellado
            wrote on last edited by
            #17

            The "hjkl" for navigation and "\" for searching CTRL+G as well :-D

            1 Reply Last reply
            0
            • L Lost User

              Ctrl-Shift-Esc-F3-A - don't you just love Emacs? ;P

              G Offline
              G Offline
              Gary Wheeler
              wrote on last edited by
              #18

              Isn't that the "spawn SkyNet™" hot key?

              Software Zen: delete this;

              L 1 Reply Last reply
              0
              • R RandyBuchholz

                IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #19

                My Visual Studio shortcuts: F12 - Go to next bookmark in document Shift-F12 - Previous bookmark in document Ctrl-F12 - Toggle bookmark Alt-F12 - Clear bookmarks in document Shift-Alt-C - Clean solution Shift-Alt-B - Rebuild solution I leave the rest of them alone. Whenever I use a lab machine I usually set these. The defaults for [Shift/Ctrl/Alt]-F12 don't do anything especially useful, and the other two aren't even set, so they don't piss off my coworkers.

                Software Zen: delete this;

                1 Reply Last reply
                0
                • OriginalGriffO OriginalGriff

                  I didn't know Word did anything useful to start with. :laugh:

                  Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                  G Offline
                  G Offline
                  Gary Wheeler
                  wrote on last edited by
                  #20

                  As a Word user since the earliest "Word for Windows" days, I think your statement needs a little refinement. I think it should read: "Microsoft hasn't added anything useful to Word in a long time (at least since 2003)." At that, they've removed a number of useful features or rendered them less effective, all in the name of security.

                  Software Zen: delete this;

                  OriginalGriffO 1 Reply Last reply
                  0
                  • D DRHuff

                    Esc :wq Strangely enough it doesn't do anything useful in Word!

                    I'm pretty sure I would not like to live in a world in which I would never be offended. I am absolutely certain I don't want to live in a world in which you would never be offended. Freedom doesn't mean the absence of things you don't like. Dave

                    T Offline
                    T Offline
                    TedFalasco
                    wrote on last edited by
                    #21

                    Try Esc ZZ. I haven't tried it, but I assume it will work. ;P

                    1 Reply Last reply
                    0
                    • R RandyBuchholz

                      IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                      T Offline
                      T Offline
                      TedFalasco
                      wrote on last edited by
                      #22

                      Toggling comments. Ctrl+K, Ctrl+C to comment in VS Ctrl+K, Ctrl+U to uncomment in VS Ctrl+/ to toggle on or off in everything else.

                      1 Reply Last reply
                      0
                      • G Gary Wheeler

                        As a Word user since the earliest "Word for Windows" days, I think your statement needs a little refinement. I think it should read: "Microsoft hasn't added anything useful to Word in a long time (at least since 2003)." At that, they've removed a number of useful features or rendered them less effective, all in the name of security.

                        Software Zen: delete this;

                        OriginalGriffO Offline
                        OriginalGriffO Offline
                        OriginalGriff
                        wrote on last edited by
                        #23

                        I just wish Win10 was better at running 16 bit apps: Ami Pro was so much better than Word - and it was so tiny! :laugh:

                        Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                        D G 2 Replies Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          I just wish Win10 was better at running 16 bit apps: Ami Pro was so much better than Word - and it was so tiny! :laugh:

                          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                          D Offline
                          D Offline
                          DRHuff
                          wrote on last edited by
                          #24

                          AmiPro? I thought you might be relieved to know that I found a little patch of dirt that is still older than you. (and me)!

                          1 Reply Last reply
                          0
                          • OriginalGriffO OriginalGriff

                            I just wish Win10 was better at running 16 bit apps: Ami Pro was so much better than Word - and it was so tiny! :laugh:

                            Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                            G Offline
                            G Offline
                            Gary Wheeler
                            wrote on last edited by
                            #25

                            OriginalGriff wrote:

                            Win10 was better at running 16 bit apps

                            For what it's worth, I use VirtualBox to run an MS-DOS virtual machine in order to build a certain [very damned old] product using Microsoft C 6.0. I'm sure you could do the same to run Ami Pro ;).

                            Software Zen: delete this;

                            1 Reply Last reply
                            0
                            • G Gary Wheeler

                              Isn't that the "spawn SkyNet™" hot key?

                              Software Zen: delete this;

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

                              :laugh:

                              1 Reply Last reply
                              0
                              • R RandyBuchholz

                                IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                                S Offline
                                S Offline
                                sasadler
                                wrote on last edited by
                                #27

                                Just make the computer use the control sequences/shortcuts you want. I'm an old fart and I have the WordStar shortcuts/control sequences embedded in my brain. So for a couple of decades I only used editors that were configurable enough to continue to use the WordStar sequences. I also remapped the keyboard after IBM changed the control key location (to put it back to where it belonged). Now a days I just use AutoHotKey to let every editor/word processor I use, use the WordStar controls. Word, Code Composer Studio, Visual Studio, NotePad++, jEdit, etc. They all use the WordStar sequences when my AutoHotKey script is active.

                                1 Reply Last reply
                                0
                                • R RandyBuchholz

                                  IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                                  F Offline
                                  F Offline
                                  Forogar
                                  wrote on last edited by
                                  #28

                                  What drives me crazy is that Ctrl+Z for UNDO has a perfectly logical Shift+Ctrl+Z for REDO. Why doesn't everything - what is this stupid Ctrl+Y for, half-way across the keyboard?

                                  - I would love to change the world, but they won’t give me the source code.

                                  1 Reply Last reply
                                  0
                                  • R RandyBuchholz

                                    IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                                    A Offline
                                    A Offline
                                    Al Escobar
                                    wrote on last edited by
                                    #29

                                    Speaking of OLD software shortcuts you had to learn and use, I still remember the WordStar shortcuts to mnark a block of text: You had to use Ctrl+KB to mark the "blocK Beggining", then Ctrl+KK to mark the blocK end(K?), finally Ctrl+KC for blocK Copying. Oh! the good days of word processors in DOS!

                                    1 Reply Last reply
                                    0
                                    • R RandyBuchholz

                                      IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                                      O Offline
                                      O Offline
                                      obermd
                                      wrote on last edited by
                                      #30

                                      Android Studio's "Visual Studio" emulation has always thrown me for a loop. I've used Visual Studio 6 throw 2017 and still don't know which version it "emulates".

                                      1 Reply Last reply
                                      0
                                      • R RandyBuchholz

                                        IDE keyboard shortcuts become second nature to developers. So much so, that we expect them to work everywhere. Like ctrl-C does. What shortcuts do you find yourself trying to use where they don't work? For me, I'm always trying to delete or move lines with the Visual Studio ctrl-l (delete line), and alt-[arrow] (move line up or down) in things like Word.

                                        M Offline
                                        M Offline
                                        MikeD 2
                                        wrote on last edited by
                                        #31

                                        Not out of place but just plain mia on windows, multiple copy and paste buffers "ayy "byy It used to be so easy to edit multiple files in unix and paste in sets of changes rather than just work backwards and forwards ok, so I am mixing operating systems but I have been windows based for 15 or more years and I still miss this functionality There are always third party utilities but I prefer to keep the use of these to a minimum and it should just be baked in and breathe...

                                        1 Reply Last reply
                                        0
                                        • P PIEBALDconsult

                                          PF4 / Gold-PF4 delete line / undelete line. (If I recall correctly.)

                                          K Offline
                                          K Offline
                                          Kirk 10389821
                                          wrote on last edited by
                                          #32

                                          Wow, that was the EDT command on DEC VT terminals... We had mostly paper terminals EX

                                          P 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