emacs - Ctrl - Tab key binding doesn't work in Linux -


i have set key binding in emacs using:

(global-set-key (kbd "<c-tab>") 'switch-view ) 

: works in windows emacs in linux seems ignore it. ideas why?

my version of emacs 23.2 running in text mode (.nw)

in text mode, emacs depend upon terminal or console keys combination. terminals , consoles don't support many keys combination xorg , windows do, , c-tab combination don't exist in text mode: tab same c-i, , c-c-something don't exists.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -