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.
  • 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
                  • K Kirk 10389821

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

                    P Offline
                    P Offline
                    PIEBALDconsult
                    wrote on last edited by
                    #33

                    Yuppers. :D Sadly, my VT220 went zap. Trying to use EDT in an emulator is frustrating, but at least I have one that emulates Gold pretty well.

                    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.

                      D Offline
                      D Offline
                      DaintyB
                      wrote on last edited by
                      #34

                      You know what drives me mad? When I try to use Ctrl+Y to redo and it deletes a line. Not only do I lose that line but I lose all the code that I've just undone with Ctrl+Z. :doh: I've changed the key mapping on my computer but I was helping a friend with his code the other day and managed to delete a load of it :~

                      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
                        ormonds
                        wrote on last edited by
                        #35

                        Why did they shift the single step in VS from F5 to F11? Is that some plot by left handers?

                        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