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

Skip Montanaro skip.montanaro at gmail.com
Thu Jul 9 16:16:54 EDT 2015


I thought this thread had died down. I guess not quite...

It makes perfect sense to me that TAB and Ctrl-TAB would generate the same
keycode, as TAB is itself a control character (Ctrl-I). As the Ctrl
modifier bit is effectively already set, I don't think you can really set
it a second time and be able to detect it.

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150709/53664fd8/attachment.html>


More information about the Python-list mailing list