[issue694339] IDLE: Dedenting with Shift+Tab

Roger Serwy report at bugs.python.org
Thu Dec 22 01:54:15 CET 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

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.

----------
nosy: +serwy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue694339>
_______________________________________


More information about the Python-bugs-list mailing list