Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add function to display current keyboard shortcuts #62

Open
rkratky opened this issue May 10, 2020 · 1 comment
Open

Add function to display current keyboard shortcuts #62

rkratky opened this issue May 10, 2020 · 1 comment

Comments

@rkratky
Copy link

rkratky commented May 10, 2020

It would be nice to have the ability to quickly view current keyboard-shortcut config. Something like ? in mutt, for example.

@cfangmeier
Copy link
Owner

This would actually be a bit tricky to implement, I think. One way to go about it would be to use an urwid.Overlay. However, this would have to be inserted as a new root in the widget tree with the current app as a child and the shortcut display as another child. Haven't fully thought through how much code would need to be touched as a result of this.

That said, I think this would be a nice feature.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants