[issue32761] IDLE Keymap for Cntl-A

Raymond Hettinger report at bugs.python.org
Sat Feb 3 17:24:20 EST 2018


New submission from Raymond Hettinger <raymond.hettinger at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32761>
_______________________________________


More information about the Python-bugs-list mailing list