Re: Shift-Tab for Backwards Completion

2008-06-20 Thread Christopher Faylor
On Fri, Jun 20, 2008 at 12:17:30PM +0200, Thorsten Kampe wrote: >The question is why you do have different actions for those in Cmd >(which uses the same Windows terminal). Maybe because Cmd does not use >the same "keycode" mechanism as the Unix terminal/shells. But that's all >more or less gues

Re: Shift-Tab for Backwards Completion

2008-06-20 Thread Thorsten Kampe
* Frank Jacobs (Thu, 19 Jun 2008 09:51:00 -0500) > > Because Windows Console returns the same keycode for shifted/ > > unshifted and for the Ctrl key. You can easily test that with > > [Ctrl][V] or "od -c" (which are the standards tools to find out the > > key codes to be able to assign actions to

Re: Shift-Tab for Backwards Completion

2008-06-19 Thread Frank Jacobs
> Because Windows Console returns the same keycode for shifted/ > unshifted and for the Ctrl key. You can easily test that with > [Ctrl][V] or "od -c" (which are the standards tools to find out the > key codes to be able to assign actions to them). Thanks. Yeah, I do notice that "od -c" yields di

Re: Shift-Tab for Backwards Completion

2008-06-18 Thread Thorsten Kampe
* Frank Jacobs (Tue, 17 Jun 2008 14:49:18 -0500) > I've used the solution below so that I can go back in the completion > list in Bash via the SHIFT-TAB keystroke. However, I can only get it > to work when running in an xterm window (where $TERM=xterm). It > doesn't work in the plain-ol' Windows co

Re: Shift-Tab for Backwards Completion

2008-06-18 Thread Thorsten Kampe
* Frank Jacobs (Tue, 17 Jun 2008 14:49:18 -0500) > I've used the solution below so that I can go back in the completion > list in Bash via the SHIFT-TAB keystroke. However, I can only get it > to work when running in an xterm window (where $TERM=xterm). It > doesn't work in the plain-ol' Windows co