pudb icon indicating copy to clipboard operation
pudb copied to clipboard

Feature request: Customizable key bindings using a config file

Open cibinmathew opened this issue 4 years ago • 1 comments

Enable debugger.py to read the key bindings and action mappings from a config file.

From a quick look, I think below could be modified https://github.com/inducer/pudb/blob/ba31011c8f491bd6c36b59636f93ebb297ccc180/pudb/debugger.py#L2060-L2075

cibinmathew avatar Jul 01 '21 07:07 cibinmathew

It's not hard to get the key bindings from somewhere configurable. I would probably not be supportive of having UI to configure that (too much clutter), but having them in the config file seems halfway reasonable.

If you'd like to work on that, I'd be OK considering a PR.

inducer avatar Jul 01 '21 17:07 inducer