Closed elemakil closed 8 years ago
When using the TAB keycode, one can then apply different keybinding for Ctrl + i and tab (cf. this emacs.sx question and answer or the emacs lisp documentation on function keys).
TAB
Using the <tab> code does not have this problem. This pull request fixes the problem.
<tab>
…. http://www.gnu.org/software/emacs/manual/html_node/elisp/Function-Keys.html
Aha, great and thanks!
When using the
TAB
keycode, one can then apply different keybinding for Ctrl + i and tab (cf. this emacs.sx question and answer or the emacs lisp documentation on function keys).Using the
<tab>
code does not have this problem. This pull request fixes the problem.…. http://www.gnu.org/software/emacs/manual/html_node/elisp/Function-Keys.html