[issue32761] IDLE Keymap for Cntl-A

2018-02-04 Thread Cheryl Sabella

Cheryl Sabella  added the comment:

That's interesting.  I've always thought of Control+A to be 'select all'.

https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts


Do you think a new keybinding theme should be added for bash/emacs?  I don't 
know how well emacs would work without allowing combinations like Control+X, 
Control-F.

--
nosy: +csabella

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32761] IDLE Keymap for Cntl-A

2018-02-03 Thread Raymond Hettinger

New submission from Raymond Hettinger :

The default keymap for Cntl-A should be , 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com