Message185883
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 ? |
|
Date |
User |
Action |
Args |
2013-04-03 04:07:27 | roger.serwy | set | recipients:
+ roger.serwy, rhettinger, terry.reedy |
2013-04-03 04:07:27 | roger.serwy | set | messageid: <1364962047.31.0.779906992361.issue17060@psf.upfronthosting.co.za> |
2013-04-03 04:07:27 | roger.serwy | link | issue17060 messages |
2013-04-03 04:07:26 | roger.serwy | create | |
|