classification
Title: Addition to readline module to get dictionary of keystrokes and commands
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: MLModel, eric.araujo
Priority: normal Keywords:

Created on 2010-04-21 20:02 by MLModel, last changed 2010-07-11 14:38 by BreamoreBoy.

Messages (1)
msg103905 - (view) Author: Mitchell Model (MLModel) Date: 2010-04-21 20:02
Requesting a function to be added to the readline module that produces a dictionary of the current keystroke bindings Also, one to write it to a file in readline init file format. This would be a big help for people interested in customizing the behavior of readline inside Python.
History
Date User Action Args
2010-07-11 14:38:42BreamoreBoysetversions: - Python 2.7
2010-04-21 20:05:28eric.araujosetnosy: + eric.araujo

versions: - Python 2.6, Python 3.1
2010-04-21 20:02:06MLModelcreate