abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font/result.ttf
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23Add the capslock keyJules Aguillon1-0/+0
The key enable caps lock immediately. It does nothing if caps lock is already enabled. It is not present on the keyboard by default but a place is defined on every layout, top-right of the shift key. It can be enabled in the settings. The icon is from materialdesignicons.com.
2022-10-15Add the breve diacriticJules Aguillon1-0/+0
2022-06-05Add combining 'accent_arrow_right'Jules Aguillon1-0/+0
It's the first modifier that uses combining diacritics. Whether it should be represented as a modifier or a new kind of key can be reconsidered later.
2022-06-05Add the 'accent_slash' modifierJules Aguillon1-0/+0
Might be useful for some math characters.
2022-04-24Remove build dependency on FontforgeJules Aguillon1-0/+0
The required version of fontforge (from 2020!) is not available in many distros. This is an annoying for contributors and greatly complicated the CI and F-Droid scripts. The generated font file is now included in the sources. Fontforge is still needed when adding new glyphs but this is not a common operation.