Changes:
- Fix extended keys reporting (right Enter didn't work in wsl).
- Fix stylized underline glitch in dual monitor setups.
- Fix case of loading fonts if no fonts are found.
- Change
settings.xmlstructure:- Change
</config/gui/fontlist/>to</config/gui/fonts/font*>:<config> <gui> <fonts> <!-- Font fallback ordered list. The rest of the fonts available in the system will be loaded dynamically. --> <font*/> <!-- Clear previously defined fonts. Start a new list. --> <font="Courier New"/> <!-- The first font in the list: Primary font. Its metrics define the cell geometry. --> <font="Cascadia Mono"/> <font="NSimSun"/> <font="Noto Sans Devanagari"/> </fonts> </gui> </config>
- Change