Help screen does not show actual key bindings.
As of #472, the help screen will show non-working key bindings, if these key bindings have been customized.
cc @cibinmathew
@inducer Do you have suggestions on unifying HELP_SIDE and HELP_MAIN https://github.com/inducer/pudb/blob/916658c80f323c02a28c3b609a536a5d5cc8111b/pudb/debugger.py#L136-L144
https://github.com/inducer/pudb/blob/916658c80f323c02a28c3b609a536a5d5cc8111b/pudb/debugger.py#L75-L84
Make that a variable and use it in both spots?
when are these displayed separately. couldnt figure out why two instances of this are needed. Do you think the duplication can be completely avoided