From owner-freebsd-questions@FreeBSD.ORG Sun Sep 2 21:23:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B1116A417 for ; Sun, 2 Sep 2007 21:23:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8B94713C461 for ; Sun, 2 Sep 2007 21:23:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id A48E01CC38 for ; Sun, 2 Sep 2007 13:23:20 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 2 Sep 2007 23:23:16 +0200 User-Agent: KMail/1.9.7 References: <200709022307.26960.cblasius@gmail.com> In-Reply-To: <200709022307.26960.cblasius@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709022323.18329.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Krusader - [Shift + Delete] and SFTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 21:23:21 -0000 On Sunday 02 September 2007 23:07:26 Zbigniew Komarnicki wrote: > Hello, > > I have two problems: > > Action Shortcut Alternate > Cut to Clipboard Ctrl+X Shift+Delete > Delete F8 > > Why this is that done, that [Shift+ Delete] is binding to action "Cut to > Clipboard"? Part of unix history: ctrl-c in consoles is the default SIGINT (interrupt) signal, ctrl-v is used type literal escaped chars hence, copying is done with shift+insert/delete. As for the keybindings and your second problem, that's application specific and since I don't use krusader I can't help ya there. -- Mel People using reply to all on lists, must think I need 2 copies.