New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:

The default keymap for Cntl-A should be <beginning-of-line>, the same as 
Cntl-KeyLeft.   This is consistent with how Cntl-A behaves at the bash prompt 
and in Emacs.

>>> print('Hello World')
    ^--- Cntl-A should take you here
^------- Cntl-A currently takes you here (which is never helpful).

----------
assignee: terry.reedy
components: IDLE
messages: 311575
nosy: rhettinger, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE Keymap for Cntl-A

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to