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


Groups > comp.lang.python > #93278

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

From random832@fastmail.us
Subject Re: Readline -- cannot bind to both Ctrl-tab and tab at the same time?
Date 2015-06-28 20:14 -0400
Newsgroups comp.lang.python
Message-ID <mailman.152.1435536859.3674.python-list@python.org> (permalink)

Show all headers | View raw


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).

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web