abouttreesummaryrefslogcommitdiff
path: root/assets
AgeCommit message (Collapse)AuthorFilesLines
2024-07-06Clipboard pane (#681)Jules Aguillon1-0/+0
This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied text" checkbox will cause the keyboard to keep a temporary history of copied text. This history can only contain 3 elements which expire after 5 minutes. If this is unchecked, no history is collected. History entries can be pinned into the persisted list of pins.
2024-02-17compose: Add glyphJules Aguillon1-0/+0
2023-11-25Use Gradle (#452)deftkHD1-0/+0
2022-03-17Stateless build of the special font fileJules Aguillon2-15/+0
Keep the glyphs in SVG format and build the font using a FontForge script. A part of the previous font is kept because the sources is lost. This adds a new dependency to the build system, fontforge.
2022-02-26Add attributions for font glyphsJules Aguillon1-0/+15
2022-02-26Update symbols from unicode to font-IconRaphael1-0/+0
2022-02-13Invert return key in TTF (#67)Roy-Orbison1-0/+0
Was a "level-up" symbol, now looks like a return key in identical style.
2015-10-13Special key font + Esc keyjaguillo1-0/+0