nion-software / nionui

Nion UI is a Python UI framework with a Qt backend.
Other
5 stars 15 forks source link

Logic for creation of keybind cheat sheet window #80

Closed lisham2000 closed 2 months ago

lisham2000 commented 2 months ago

Construction of HTML key-bind cheat-sheet window

lisham2000 commented 2 months ago

PR in combination with #1139 of nionswift

cmeyer commented 2 months ago

I'm going to reject this PR. Instead, let's start with something in nionswift. Also, we should have something that is done directly in the UI and doesn't use an external web browser. That gives us room to expand it's capabilities if needed.

A few comments about this PR anyway, even though rejected:

I'll add some notes to the original issue nion-software/nionswift#1139 with additional suggestions on how to go about this task.