Message311575
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). |
|
Date |
User |
Action |
Args |
2018-02-03 22:24:20 | rhettinger | set | recipients:
+ rhettinger, terry.reedy |
2018-02-03 22:24:20 | rhettinger | set | messageid: <1517696660.49.0.467229070634.issue32761@psf.upfronthosting.co.za> |
2018-02-03 22:24:20 | rhettinger | link | issue32761 messages |
2018-02-03 22:24:20 | rhettinger | create | |
|