emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] New key binding C-Tab -- how to not use it


From: Brady Trainor
Subject: Re: [O] New key binding C-Tab -- how to not use it
Date: Sun, 19 Oct 2014 15:45:29 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Bastien <address@hidden> writes:

> Thorsten Jolitz <address@hidden> writes:
>
>> ,----
>> | (org-defkey org-mode-map "\C-TAB" 'undefined)
>> `----
>>
>> not sure if the TAB is correct here, maybe try <TAB>, <tab>, etc if it
>> does not work.
>
> I think this should be one of these:
>
> (org-defkey org-mode-map "\C-\t" 'undefined)
> (org-defkey org-mode-map [(control tab)] 'undefined)
> (org-defkey org-mode-map (kbd "C-TAB") 'undefined)
>
> You may also want to check `local-unset-key' that you can use
> within `org-mode-hook'.

Sometimes I use `C-h k', describe-key, which gives me <C-Tab> as
another candidate. This can help as it can vary between OS', for
instance Ctl+Scroll-up does vary here.

(My strategy propogates from Xah Lee's blog.) 

--
Brady




reply via email to

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