From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Briand Subject: Re: org-mode keybinding conflicts with user keybinding : C-tab Date: Mon, 27 Dec 2010 01:06:33 +0100 Message-ID: <20101227010633.6e323e93@eana.kheb.homelinux.org> References: <20101226172224.1c8b7c64@eana.kheb.homelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PX0bq-0005lK-8H for emacs-orgmode@gnu.org; Sun, 26 Dec 2010 19:06:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PX0bp-0006Wo-99 for emacs-orgmode@gnu.org; Sun, 26 Dec 2010 19:06:42 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:47135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PX0bo-0006WU-Lk for emacs-orgmode@gnu.org; Sun, 26 Dec 2010 19:06:41 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: emacs-orgmode@gnu.org Michael Brand - Sun, 26 Dec 2010 22:22:14 +0100 >Hi Michel Briand > >On Sun, Dec 26, 2010 at 17:22, Michel Briand wrote: >> for many years I'm using C-tab bounded to 'other-window. >> >> Org-mode binds this key (control tab), however I would like to keep my >> own binding for this key. >> >> I've investigated in "Org Disputed Keys", enabling >> org-replace-disputed-keys and adding : >> >> ([(control tab)] . [(meta control tab)]) > >This is most likely not the smartest solution but at least I expect it >to do what you want: >(org-defkey org-mode-map (kbd "") 'other-window) >(org-defkey org-mode-map (kbd "") 'org-force-cycle-archived) I had to unset "Org Replace Disputed Keys"... It works ! Thank you very much Michael Brand Michel