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 Message-ID: <20050515154054.67135.qmail@web53602.mail.yahoo.com> Date: Sun, 15 May 2005 08:40:53 -0700 (PDT) From: "airplays55 AT yahoo DOT com" Subject: How to separate backspace and control-J functions? To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On my Debian Linux bash shell, the backspace key kills the current character ("backward-delete-char" function in .inputrc) and my ctrl-H key simply moves the cursor left ("backward-char" function in .inputrc) However, in cygwin's bash shell, whenever I use .inputrc to assign a function to control-J, then the backspace key gets the same function. (the .inputrc line is "\C-H": backward-char ) In cygwin, how can I assign ^J to "backward-char" but leave the default behavior for the backspace key ("backward-delete-char")? __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ -- 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/