abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font/result.ttf
AgeCommit message (Collapse)AuthorFilesLines
2023-11-25Use Gradle (#452)deftkHD1-0/+0
2023-08-06Add glyphs for editing keysJules Aguillon1-0/+0
All from Material Design Icons.
2023-08-02font: Move glyphs into the PUAJules Aguillon1-0/+0
Glyphs in the Private Use Area at uE000 will no longer conflict with fallback fonts in the "extra keys" option.
2023-06-03Add Voice Typing keyJules Aguillon1-0/+0
The new key switches to any installed "voice" input method. If several input methods matches, no effort is made to choose. Might misbehave with some input methods other than Google's on API < 28. It is placed on the middle of the arrows on the bottom bar. It is enabled by default and can be removed in the "Extra keys" option. The key is not removed from the keyboard if no voice input method exists.
2023-02-09Vietnamese keyboard (#291)Kazoku1-0/+0
Added missing accent (horn, hook, dot below) Added layout Added accent font svg (by modified existing accent)
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.