[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shift Tab in help buffers still does not move backwards
From: |
Eli Zaretskii |
Subject: |
Re: Shift Tab in help buffers still does not move backwards |
Date: |
Tue, 09 Aug 2005 21:26:49 +0300 |
> Date: Tue, 09 Aug 2005 10:35:51 +0200
> From: Lennart Borgman <address@hidden>
> CC: address@hidden, address@hidden
>
> >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]?
- Shift Tab in help buffers still does not move backwards, Lennart Borgman, 2005/08/05
- Re: Shift Tab in help buffers still does not move backwards, Juri Linkov, 2005/08/08
- Re: Shift Tab in help buffers still does not move backwards, Lennart Borgman, 2005/08/08
- Re: Shift Tab in help buffers still does not move backwards, Juanma Barranquero, 2005/08/08
- Re: Shift Tab in help buffers still does not move backwards, Eli Zaretskii, 2005/08/09
- Re: Shift Tab in help buffers still does not move backwards, Lennart Borgman, 2005/08/09
- Re: Shift Tab in help buffers still does not move backwards, Andreas Schwab, 2005/08/09
- Re: Shift Tab in help buffers still does not move backwards, Lennart Borgman, 2005/08/09
- Re: Shift Tab in help buffers still does not move backwards,
Eli Zaretskii <=