rlcompleter

Greg Ewing greg.ewing at compaq.com
Wed Nov 24 04:08:20 EST 1999


Stuart Reynolds wrote:
> 
>   readline.parse_and_bind("\C-tab: complete")
> 
> should bind complete to Control+tab. However, this still seems to leave
> it bound to just tab.

Since ascii tab is already a control character, I doubt
whether it can tell the difference between Tab and
Control-Tab.

Greg




More information about the Python-list mailing list