On 5-jun-2006, at 21:00, Ronald Oussoren wrote: > > On 5-jun-2006, at 19:16, Guido van Rossum wrote: > >> >> - it comes up with the Windows bindings as defaults (and yes, I threw >> away ~/.idlerc) > > That's one of the open issues for this patch. I've no idea to > override the default keybindings for just one platform.
I intend to "fix" this by patching the various configuration files when doing a framework install. > >> >> - when I change the bindings, they are messed up until I restart >> (option-command-N instead of command-N etc) >> >> - even then, option-2 doesn't zoom the window height as promised by >> the Windows menu; it inserts a TM sign > > I'll see if I can find what's causing this. I hope it isn't generic > AquaTk suckage. >> >> - other option-shortcuts similar I've uploaded a new patch that partially fixes this. The problem is that AquaTk doesn't like keybindings that use the Alt key, which is used in the default binding for Windows->Zoom Height. I've worked around this by replacing all keybindings that use the Alt key by keybindings that use the Option key. That doesn't completely solve the Zoom issue though, <Option-2> is the default binding for inserting the TM sign and that side-effect still happens. >> >> - when I invoke zoom height from the Widnows menu, the title bar >> hides >> behind the menu bar > > That one seems to be easy to fix. The new patch also fixes this. It's not perfect because I don't know how to avoid placing the bottom of the window below the panel. Ronald _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
