Results 1 to 8 of 8

Thread: Why hasn't CTRL+V been put in?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Why hasn't CTRL+V been put in?

    I've always wondered why CTRL+V hasn't been implemented into command prompt yet. It doesn't that much of a great challenge to put it in...

  2. #2
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: Why hasn't CTRL+V been put in?

    I can only assume because it isn't a gui but instead text-based. It's used for carrying out commands and not copying & pasting. Although I don't disagree with you as to why they add it to it. But they do have a paste option but it is menu driven instead of shortcut driven.
    [vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Re: Why hasn't CTRL+V been put in?

    I know. But surely they can know when CTRL+V is pressed in console and spray the data into the line feed.

  4. #4
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Why hasn't CTRL+V been put in?

    QuickEdit Mode enables you to use the mouse to copy and paste within the [command] window. Assuming this mode is enabled, you can copy something to the Clipboard by highlighting the text with the mouse and then pressing ENTER; to paste text from the Clipboard, position the cursor and then click the right-mouse button.
    This is an old, old feature. It was on by default in Win2K, but in WinXP they have it off by default because as the Win9x folks came over they were still running hoary old DOS programs relying on the mouse.

    Because so many funky old DOS programs expect to receive CTRL-<key> as well it was never practical to have CMD.EXE work with Windows shortcut keys. Things still get ugly enough as it is:

    You Cannot Off Turn off Windows Keyboard Shortcuts for MS-DOS-Based Programs

  5. #5
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Why hasn't CTRL+V been put in?

    obviously it's because the command interpreter is capable of running dos programs. Wordperfect 5.1 for example is a favourite of a lot of users even now, and it already uses that shortcut.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  6. #6
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Why hasn't CTRL+V been put in?

    I see that CTRL-V doesn't paste in PowerShell.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  7. #7
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Why hasn't CTRL+V been put in?

    Personally I would prefer CTRL+SHIFT+V, but that is purely because I am used to it from linux.

  8. #8
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Why hasn't CTRL+V been put in?

    you should be thankful. In the good old days, the only way to paste to a command window was to turn the toolbar on.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width