Message150059
| 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:15 | roger.serwy | set | recipients: + roger.serwy, rhettinger, kbk, kamek, gpolo |
| 2011-12-22 00:54:15 | roger.serwy | set | messageid: <1324515255.29.0.414575691728.issue694339@psf.upfronthosting.co.za> |
| 2011-12-22 00:54:14 | roger.serwy | link | issue694339 messages |
| 2011-12-22 00:54:14 | roger.serwy | create | |