help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Rule of thumb for the choice of key notation?


From: Alexander Shukaev
Subject: Re: Rule of thumb for the choice of key notation?
Date: Sat, 25 Jul 2015 15:33:32 +0200

>> Finally, there exists <S-tab> to <backtab> mapping by default but there is
>> no
>> (define-key function-key-map (kbd "<S-C-tab>") (kbd "<C-backtab>"))
>> Why?
>
>
> I think because of the previous paragraph, TAB is the same as C-i, so C-TAB
> is the same as TAB.
>

Doesn't look like that here.  In other words,

(define-key function-key-map (kbd "<S-C-tab>") (kbd "<C-backtab>"))

works for me as expected (no conflicts).



reply via email to

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