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 rhettinger, roger.serwy, terry.reedy
Date 2013-04-03.04:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364962047.31.0.779906992361.issue17060@psf.upfronthosting.co.za>
In-reply-to
Content
When using the IDLE Classic OSX key set, the "beginning-of-line" virtual event gets bound to <Control-Key-Left>. Using this key set I can repeat the behavior that Raymond observed.

The .home_callback() in Lib/idlelib/EditorWindow.py contains the logic from #3851 for placing the cursor at the beginning of the prompt, but it requires that a key combination be bound to the beginning-of-line virtual event.

Should we append "<Key-Home> <Control-Key-a>" to the begining-of-line config in Lib/idlelib/config-keys.def ?
History
Date User Action Args
2013-04-03 04:07:27roger.serwysetrecipients: + roger.serwy, rhettinger, terry.reedy
2013-04-03 04:07:27roger.serwysetmessageid: <1364962047.31.0.779906992361.issue17060@psf.upfronthosting.co.za>
2013-04-03 04:07:27roger.serwylinkissue17060 messages
2013-04-03 04:07:26roger.serwycreate