Emacs global-set-key to C-TAB

后端 未结 6 1638
遥遥无期
遥遥无期 2021-02-01 01:47

I\'m trying to set a key-binding to Ctrl+TAB in Emacs. I used the following call:

(global-set-key (read-kbd-macro \"C-TAB\") \'my-func)

Howeve

6条回答
提交回复
热议问题