[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

2021-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: IDLE Classic Windows currently works correctly. A custom keyset with <> badly rebound does not. So maybe I was using the latter when I open this. Anyway, this is moot in 3.10 with prompt removed, and I intend to backpart the change. --

[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

2019-09-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.9 -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list

[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

2018-02-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: On #32761, Raymond reports that is ^A ('Home' for him) is bound to <>, he sees the same behavior. So this is not Windows only. Any change to EditorWindow.home_callback must be tested on all 3 major systems before merging. I hope to fix

[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

2018-01-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: #17060 and #18444 are similar issues for Mac. -- ___ Python tracker ___

[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

2017-11-03 Thread Cheryl Sabella
Cheryl Sabella added the comment: On Ubuntu, HOME initially goes to between the text and >>>. Pressing it again moves it before the >>> and then it toggles between the two. So, it appears to be working as expected. -- ___

[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

2017-11-02 Thread Terry J. Reedy
New submission from Terry J. Reedy : If one enters text in Shell after a '>>> ' prompt, Home should initially send the cursor between the prompt and entered text and then to the beginning of the line, and so on as a toggle. On all current releases (and the final 3.5.4), on