This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients gpolo, kamek, kbk, rhettinger, roger.serwy
Date 2011-12-22.00:54:14
SpamBayes Score 0.04870894
Marked as misclassified No
Message-id <1324515255.29.0.414575691728.issue694339@psf.upfronthosting.co.za>
In-reply-to
Content
I applied the patch and encountered a problem. MultiCall.py is replacing "<Shift-Key-Tab>" with "<Shift-KeyPress-Tab>". When this happens, the logic for rebinding "<<PrevWindow>>" fails.

event_info('<<PrevWindow>>') returns ('<Key-ISO_Left_Tab>', '<Key-hpBackTab>', '<Shift-Key-Tab>') 

event_info('<<dedent-region>>') returns ('<Control-KeyPress-bracketleft>', '<Shift-KeyPress-Tab>')

This is with 3.3a0 on Ubuntu 11.04.
History
Date User Action Args
2011-12-22 00:54:15roger.serwysetrecipients: + roger.serwy, rhettinger, kbk, kamek, gpolo
2011-12-22 00:54:15roger.serwysetmessageid: <1324515255.29.0.414575691728.issue694339@psf.upfronthosting.co.za>
2011-12-22 00:54:14roger.serwylinkissue694339 messages
2011-12-22 00:54:14roger.serwycreate