Hi Michel Briand On Sun, Dec 26, 2010 at 17:22, Michel Briand <michelbri...@free.fr> 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode