[New-bugs-announce] [issue27173] Modern Unix key bindings for IDLE

Serhiy Storchaka report at bugs.python.org
Wed Jun 1 03:29:45 EDT 2016


New submission from Serhiy Storchaka:

The "IDLE Classic Unix" key set in IDLE provides Emacs-like key bindings. But modern Linux environments (KDE, Gnome, etc) use different key bindings in standard editors. Proposed patch provides new key set named "IDLE Modern Unix" that uses key bindings common in KDE (and mainly in Gnome). It is more habitual for average user.

In additional the patch makes IDLE to use platform-depending key set by default.

----------
components: IDLE
files: idle_modern_unix_key_set.patch
keywords: patch
messages: 266801
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Modern Unix key bindings for IDLE
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43079/idle_modern_unix_key_set.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27173>
_______________________________________


More information about the New-bugs-announce mailing list