New submission from Roger Serwy <[EMAIL PROTECTED]>: See attached diff file. Patching PyShell.py Version 1.2.1
PyShell ignores letter/number key presses when the cursor is not on the command line. Instead it should redirect any letter/number key presses to the command line. (Changed ModifiedUndoDelegator) Also, up/down arrow presses should scroll through history when the cursor is on the command line. But when the cursor is not on the command line, the arrow keys should move around the PyShell window. (Added new bindings with conditional logic) ---------- components: IDLE files: patch_PyShell.py messages: 65888 nosy: serwy severity: normal status: open title: IDLE: Patch to make PyShell behave more like a Terminal interface type: behavior versions: Python 2.5 Added file: http://bugs.python.org/file10124/patch_PyShell.py __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2704> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com