emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-mode keybinding conflicts with user keybinding : C-tab


From: Michael Brand
Subject: Re: [Orgmode] org-mode keybinding conflicts with user keybinding : C-tab
Date: Sun, 26 Dec 2010 22:22:14 +0100

Hi Michel Briand

On Sun, Dec 26, 2010 at 17:22, Michel Briand <address@hidden> 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 "<C-tab>") 'other-window)
(org-defkey org-mode-map (kbd "<M-C-tab>") 'org-force-cycle-archived)

Michael Brand



reply via email to

[Prev in Thread] Current Thread [Next in Thread]