abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font/result.ttf
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26Improve glyph of accent_barJules Aguillon1-0/+0
The small bar on the middle of the dotted circle looked like a small arrow. Make the bar span the whole circle, not on the middle.
2022-11-13Allow switching quickly between two layoutsJules Aguillon1-0/+0
A new option allow to choose a secondary layout, the switching key is placed on the top edge of the space bar. The "Programming layout" option was basically doing that but it was possible to choose from a few layouts only. It is improved and renamed. The 'LayoutListPreference' allows setting the string for the first entry but otherwise share the rest of the array. Add nice icons from materialdesignicons.
2022-11-05Add the bar diacritic dead keyJules Aguillon1-0/+0
Allows to type many of the "with stroke" or "with bar" latin letters.
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.