add ctrl-enter to execute from editor

This commit is contained in:
LenAnderson
2024-04-07 17:01:26 -04:00
parent 21d3a7dc3e
commit 63cbfda9b1
2 changed files with 43 additions and 16 deletions

View File

@ -25,6 +25,10 @@
<span>Tab size:</span>
<input type="number" min="1" max="9" id="qr--modal-tabSize" class="text_pole">
</label>
<label class="checkbox_label">
<input type="checkbox" id="qr--modal-executeShortcut">
<span>Ctrl+Enter to execute</span>
</label>
</div>
<textarea class="monospace" id="qr--modal-message"></textarea>
</div>