[add] keyhelp

This commit is contained in:
Andy Bunce 2025-10-08 09:53:20 +01:00
parent 529b57d628
commit 2baebb3acb
2 changed files with 13 additions and 7 deletions

View file

@ -168,11 +168,11 @@
<dialog id="popHelp" popover>
<form>
<header>Help
<header>Commands and keys
<button type="button" class="btn-close" aria-label="Close"
onclick="$('popHelp').hidePopover(); "></button>
</header>
<div id="popHelpInfo" class="modal-body">
<div id="popHelpInfo" class="modal-body" style="height: 50vh;overflow:scroll;">
TODO
</div>
<div class="modal-footer">