Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 10 Sep 2004 16:01:42 +0800 ( ) Message-Id: <20040910.160142.68555407.jashy@bj1860.net> To: cygwin AT cygwin DOT com, brian AT dessent DOT net Subject: Re: How do I define a key binding for copy-to-clipboard? From: jashy In-Reply-To: <41415D3D.19663606@dessent.net> References: <001501c49649$03a3ec30$ba968890 AT firsttec> <41415D3D DOT 19663606 AT dessent DOT net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes If you really hate using mouse to do copy&paste, 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: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/