noah-severyn / YamlEditorForSc4pac

YAML editor for creating sc4pac metadata files
https://noah-severyn.github.io/YamlEditorForSc4pac/
MIT License
2 stars 1 forks source link

Add notice about keyboard shortcuts #61

Open Zasco opened 2 days ago

noah-severyn commented 16 hours ago

Rather than explaining each of the keyboard shortcuts in text, I would prefer to have them detailed inside a popup like this:

Which would then give a consistent place to add more shortcuts as they're added. Bind this popup to a link somewhere on the page and perhaps F1 too.

Zasco commented 12 hours ago

Rather than explaining each of the keyboard shortcuts in text, I would prefer to have them detailed inside a popup like this: Which would then give a consistent place to add more shortcuts as they're added. Bind this popup to a link somewhere on the page and perhaps F1 too.

I can do that. Could you provide the source of this modal?

noah-severyn commented 9 hours ago

Here's the code from my screenshot. I don't think we need to make it this complex though -- a bootstrap modal dialog and a two column table seems like enough.

Code from the screenshot ```html ```