Compare commits

...

3 Commits

Author SHA1 Message Date
75d204c2a1 Merge pull request 'fixes net-hotkey is in use for the application menu 'edit' in English browsers' (#4) from vv01f/simplekolecalc:vv01f-change-net-hotkey into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2024-01-18 19:02:46 +01:00
bfead4bc67 change hotkey for net from 'e' to 't'
chose 't' for the next best as 'e' is reserved in English browsers for edit
2023-09-29 21:03:09 +02:00
b0b2cf0725 Merge pull request 'update code from upstream' (#1) from wtf-eg/simplekolecalc:main into main
Reviewed-on: vv01f/simplekolecalc#1
2023-09-29 20:59:28 +02:00

View File

@ -88,8 +88,8 @@
<input readonly="readonly" type="number" step="0.01" id="us" value="0.00"/>&thinsp;&euro; <input readonly="readonly" type="number" step="0.01" id="us" value="0.00"/>&thinsp;&euro;
</div> </div>
<div> <div>
<label for="n">N<u>e</u>tto</label> <label for="n">Ne<u>t</u>to</label>
<input accesskey="e" type="number" step="0.01" id="n" value="0.00"/>&thinsp;&euro; <input accesskey="t" type="number" step="0.01" id="n" value="0.00"/>&thinsp;&euro;
</div> </div>
<div> <div>
<label for="ec">Entropie-Tarif&#x202F;&sup1;</label><!-- ggf. k&uuml;nftig Grundlage wie Handbuch/Dokumentation verlinken --> <label for="ec">Entropie-Tarif&#x202F;&sup1;</label><!-- ggf. k&uuml;nftig Grundlage wie Handbuch/Dokumentation verlinken -->