> Date: Tue, 09 Aug 2005 10:35:51 +0200 > From: Lennart Borgman <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], emacs-devel@gnu.org > > >Perhaps we simply should add a binding for S-TAB in w32-win.el. > > > How should a binding there look? What should it do?
See the bindings on x-win.el. I think the following should DTRT: (define-key function-key-map [S-tab] [backtab]) > Why does S-Tab work in Info buffers but not in Help buffers? Maybe because Info-prev-reference is bound to both [backtab] and M-TAB, while backward-button in Help buffers is bound only to [backtab]? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel