Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93278 > unrolled thread

Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time?

Started byrandom832@fastmail.us
First post2015-06-28 20:14 -0400
Last post2015-06-28 20:14 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time? random832@fastmail.us - 2015-06-28 20:14 -0400

#93278 — Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time?

Fromrandom832@fastmail.us
Date2015-06-28 20:14 -0400
SubjectRe: Readline -- cannot bind to both Ctrl-tab and tab at the same time?
Message-ID<mailman.152.1435536859.3674.python-list@python.org>
On Sun, Jun 28, 2015, at 14:55, Steven D'Aprano wrote:
> I'm trying to use a readline binding for both TAB and Ctrl-TAB, but it's
> not
> working for me. Whichever I install second seems to over-ride the first.

Can you bind it directly to whatever escape sequence ctrl-tab produces?
Some terminals may not be able to generate an escape sequence for
ctrl-tab, or may require a special option to be enabled (e.g.
modifyOtherKeys for xterm).

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web