Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 help and support Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.


Go Back   Vista Forums > Vista Newsgroup Archive > Misc Newsgroups > PowerShell

RB

Vista - Keyboard cut and paste

 
 
01-18-2008   #1 (permalink)
Gary Ash


 

Keyboard cut and paste



Is it possible to bind clipboard stuff like copy, cut, and paste to the
keyboard?

Thanks

Gary



My System SpecsSystem Spec
01-18-2008   #2 (permalink)
Jeff


 

Re: Keyboard cut and paste

On Jan 19, 7:08 am, "Gary Ash" <gary_...@xxxxxx> wrote:
Quote:

> Is it possible to bind clipboard stuff like copy, cut, and paste to the
> keyboard?
>
> Thanks
>
> Gary
Gary,

If you mean copying and pasting text in the PowerShell console, then
yes, it is possible. Hit Alt+Space to bring up the console menu, then
type 'E' to bring up the 'Edit' menu and then 'k' to start copying or
'P' to paste the text in the clipboard to the console. In 'copying'
mode, you just use the arrow keys while holding down the shift key to
select text, and hit Enter to add the selection to the clipboard.

I use the keyboard to paste text in the console all the time; I have
even started using the Alt+Space,E,P key sequence in other
applications, sometimes with unhappy results. The method to select
text in the console is really only convenient if you just don't have a
mouse; I rarely use it.

All of this behavior is identical in the regular cmd.exe console.

If this doesn't answer your question at all, I'm sorry.

Jeff
My System SpecsSystem Spec
01-18-2008   #3 (permalink)
Gary Ash


 

Re: Keyboard cut and paste

Thanks for answering back. What I'm really looking for is more of a Ctrl+V,
Ctrl+X sort of thing
4NT the command shell from JP Software can do a Ctrl+V. I was sort of hoping
to get better scripting and command line editing

"Jeff" <jeff.hillman@xxxxxx> wrote in message
news:80cc18c2-bdcc-493e-98d0-dbd43fb9b25a@xxxxxx
Quote:

> On Jan 19, 7:08 am, "Gary Ash" <gary_...@xxxxxx> wrote:
Quote:

>> Is it possible to bind clipboard stuff like copy, cut, and paste to the
>> keyboard?
>>
>> Thanks
>>
>> Gary
>
> Gary,
>
> If you mean copying and pasting text in the PowerShell console, then
> yes, it is possible. Hit Alt+Space to bring up the console menu, then
> type 'E' to bring up the 'Edit' menu and then 'k' to start copying or
> 'P' to paste the text in the clipboard to the console. In 'copying'
> mode, you just use the arrow keys while holding down the shift key to
> select text, and hit Enter to add the selection to the clipboard.
>
> I use the keyboard to paste text in the console all the time; I have
> even started using the Alt+Space,E,P key sequence in other
> applications, sometimes with unhappy results. The method to select
> text in the console is really only convenient if you just don't have a
> mouse; I rarely use it.
>
> All of this behavior is identical in the regular cmd.exe console.
>
> If this doesn't answer your question at all, I'm sorry.
>
> Jeff

My System SpecsSystem Spec
01-18-2008   #4 (permalink)
Shay Levi


 

Re: Keyboard cut and paste

Check PowerShell+ from Shell Tools.
It's a true PowerShell console embedded in a rich and intuitive user interface
and is FREE for non-commercial use.

http://www.powershell.com/plus/index.html



-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Quote:

> Thanks for answering back. What I'm really looking for is more of a
> Ctrl+V,
> Ctrl+X sort of thing
> 4NT the command shell from JP Software can do a Ctrl+V. I was sort of
> hoping
> to get better scripting and command line editing
> "Jeff" <jeff.hillman@xxxxxx> wrote in message
> news:80cc18c2-bdcc-493e-98d0-dbd43fb9b25a@xxxxxx
> ...
>
Quote:

>> On Jan 19, 7:08 am, "Gary Ash" <gary_...@xxxxxx> wrote:
>>
Quote:

>>> Is it possible to bind clipboard stuff like copy, cut, and paste to
>>> the keyboard?
>>>
>>> Thanks
>>>
>>> Gary
>>>
>> Gary,
>>
>> If you mean copying and pasting text in the PowerShell console, then
>> yes, it is possible. Hit Alt+Space to bring up the console menu,
>> then type 'E' to bring up the 'Edit' menu and then 'k' to start
>> copying or 'P' to paste the text in the clipboard to the console. In
>> 'copying' mode, you just use the arrow keys while holding down the
>> shift key to select text, and hit Enter to add the selection to the
>> clipboard.
>>
>> I use the keyboard to paste text in the console all the time; I have
>> even started using the Alt+Space,E,P key sequence in other
>> applications, sometimes with unhappy results. The method to select
>> text in the console is really only convenient if you just don't have
>> a mouse; I rarely use it.
>>
>> All of this behavior is identical in the regular cmd.exe console.
>>
>> If this doesn't answer your question at all, I'm sorry.
>>
>> Jeff
>>

My System SpecsSystem Spec
01-20-2008   #5 (permalink)
Hal Rottenberg


 

Re: Keyboard cut and paste

Gary Ash wrote:
Quote:

> Is it possible to bind clipboard stuff like copy, cut, and paste to the
> keyboard?
In addition to powershell+ as Shay said, check out the PowerShell Community
Extensions (PSCX), they have a few clipboard-related cmdlets. For example:

get-process | out-clipboard

http://www.codeplex.com/PowerShellCX

--

Hal Rottenberg
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
My System SpecsSystem Spec
01-14-2010   #6 (permalink)


Vista Pro 32B
 
 

Re: Keyboard cut and paste

Is this some sort of fetish? Why cant Microsoft use simple cut and paste shortcuts for consoles? It's been 20 years now and still you have to use some non-standard method for only the console, every other app on Windows allows for Ctl-X,C,V for Cut/Copy/Paste.
My System SpecsSystem Spec
01-14-2010   #7 (permalink)
Larry__Weiss


 

Re: Keyboard cut and paste

I had a boss once who called that sort of thing a "historical imperative".

- Larry

tomd62 wrote:
Quote:

> Is this some sort of fetish? Why cant Microsoft use simple cut and paste
> shortcuts for consoles? It's been 20 years now and still you have to use
> some non-standard method for only the console, every other app on
> Windows allows for Ctl-X,C,V for Cut/Copy/Paste.
>
>
My System SpecsSystem Spec
01-14-2010   #8 (permalink)
Karl Mitschke


 

Re: Keyboard cut and paste

Hello tomd62,
Quote:

> Is this some sort of fetish? Why cant Microsoft use simple cut and
> paste shortcuts for consoles? It's been 20 years now and still you
> have to use some non-standard method for only the console, every other
> app on Windows allows for Ctl-X,C,V for Cut/Copy/Paste.
>
It's a console, not a Windows App

Stuck in the back of my memory, there is a Posh Console (I *BELIEVE* written
by Jaykul), that should allow cut & paste

Karl
http://unlockpowershell.wordpress.com/


My System SpecsSystem Spec
01-15-2010   #9 (permalink)
Larry__Weiss


 

Re: Keyboard cut and paste

Karl Mitschke wrote:
Quote:

> Hello tomd62,
>
Quote:

>> Is this some sort of fetish? Why cant Microsoft use simple cut and
>> paste shortcuts for consoles? It's been 20 years now and still you
>> have to use some non-standard method for only the console, every other
>> app on Windows allows for Ctl-X,C,V for Cut/Copy/Paste.
>
> It's a console, not a Windows App
>
> Stuck in the back of my memory, there is a Posh Console (I *BELIEVE*
> written by Jaykul), that should allow cut & paste
>
Consoles can allow copy and paste, you just have to enable it,
and do it differently from Windows apps.

http://www.tech-recipes.com/rx/249/c...ledos-program/

- Larry
My System SpecsSystem Spec
01-15-2010   #10 (permalink)
Karl Mitschke


 

Re: Keyboard cut and paste

Hello Larry__Weiss,
Quote:

> Karl Mitschke wrote:
>
Quote:

>> Hello tomd62,
>>
Quote:

>>> Is this some sort of fetish? Why cant Microsoft use simple cut and
>>> paste shortcuts for consoles? It's been 20 years now and still you
>>> have to use some non-standard method for only the console, every
>>> other app on Windows allows for Ctl-X,C,V for
>>> Cut/Copy/Paste.
>>>
>> It's a console, not a Windows App
>>
>> Stuck in the back of my memory, there is a Posh Console (I *BELIEVE*
>> written by Jaykul), that should allow cut & paste
>>
> Consoles can allow copy and paste, you just have to enable it, and do
> it differently from Windows apps.
>
> http://www.tech-recipes.com/rx/249/c...-window-and-co
> mmand-consoledos-program/
>
> - Larry
>
Well, yeah, but the OP wants to do a <CTRL><V> and <CTRL><C>

Karl
http://unlockpowershell.wordpress.com/


My System SpecsSystem Spec
 

Thread Tools


Similar Threads for: Keyboard cut and paste
Thread Forum
cut/paste Live Mail
keyboard vista vs keyboard apple Vista General
help: can't paste to ftp Vista General
Keyboard Problem - MS Office Keyboard Vista hardware & devices
Switching keyboard language using grave accent and German keyboard Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51