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: Jorge A. Alfaro-Murillo
Subject: Re: Rule of thumb for the choice of key notation?
Date: Sat, 25 Jul 2015 10:08:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Alexander Shukaev writes:

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).

You are right, at least in the GUI. In the terminal it doesn't seem to work.

--
Jorge.




reply via email to

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