Re: How do I define a key binding for copy-to-clipboard?

2004-09-10 Thread Brian Dessent
David Tombs wrote: I'm a Windows user trying to install and configure cygwin. Thus far I've managed to install bash and, mostly, configure it to my preferences. However, there is one thing missing. I want to use the clipboard to transfer text to and from Windows, with the same key bindings,

Re: How do I define a key binding for copy-to-clipboard?

2004-09-10 Thread jashy
If you really hate using mouse to do copypaste, I suggest you to use device /dev/clipboard directly. Copy to clipboard: cat somefile /dev/clipboard, get something from clipboard, cat /dev/clipboard somewhere. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: How do I define a key binding for copy-to-clipboard?

2004-09-10 Thread Buchbinder, Barry (NIH/NIAID)
At Friday, September 10, 2004 4:02 AM, jashy wrote: If you really hate using mouse to do copypaste, I suggest you to use device /dev/clipboard directly. Copy to clipboard: cat somefile /dev/clipboard, get something from clipboard, cat /dev/clipboard somewhere. or use putclip and getclip

How do I define a key binding for copy-to-clipboard?

2004-09-09 Thread David Tombs
Hello All, I'm a Windows user trying to install and configure cygwin. Thus far I've managed to install bash and, mostly, configure it to my preferences. However, there is one thing missing. I want to use the clipboard to transfer text to and from Windows, with the same key bindings, viz Ctrl-C

Re: How do I define a key binding for copy-to-clipboard?

2004-09-09 Thread Igor Pechtchanski
On Thu, 9 Sep 2004, David Tombs wrote: Hello All, I'm a Windows user trying to install and configure cygwin. Thus far I've managed to install bash and, mostly, configure it to my preferences. However, there is one thing missing. I want to use the clipboard to transfer text to and from