| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-03-31 | µ, æ and œ also generated by Fn | ArenaL5 | 1 | -7/+4 | |
| 2022-03-31 | Add arrows | ArenaL5 | 1 | -0/+8 | |
| Add simple arrows to the numeric keypad. Using the Fn key with these arrows will output double arrows. | |||||
| 2022-03-31 | Add non-breaking space as Fn+Space | ArenaL5 | 1 | -0/+1 | |
| 2022-03-31 | Add extra symbols to Fn | ArenaL5 | 1 | -46/+25 | |
| Also removed almost all combinations of diacritics and symbols to create extra symbols. | |||||
| 2022-03-19 | Add F11 and F12 | Jules Aguillon | 1 | -14/+26 | |
| These keys are shown only when Fn is activated, "placeholder" keys are placed in the layouts. | |||||
| 2022-03-13 | Avoid showing some symbols twice in Fn mode | Jules Aguillon | 1 | -3/+6 | |
| 2022-02-19 | Add Ord+* = ° | Jules Aguillon | 1 | -0/+1 | |
| 2022-02-19 | add-ordinal-numbers-symbol-system | Raphael | 1 | -0/+16 | |
| 2022-01-29 | Fn+Tab to send the tab character | Jules Aguillon | 1 | -0/+1 | |
| 2022-01-20 | Add keys for Latvian | Edgars | 1 | -0/+10 | |
| New accents - caron and macron - were defined and QWERTY layout was updated to add accents for Latvian specific characters. | |||||
| 2022-01-01 | Change the key combination for ° | Jules Aguillon | 1 | -5/+2 | |
| To Fn+* Was previously accent^+*, which was not available for most languages. | |||||
| 2021-12-11 | Add Swedish | Jules Aguillon | 1 | -0/+5 | |
| First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring) | |||||
| 2021-12-05 | Add the euro and pound symbols | Jules Aguillon | 1 | -0/+2 | |
| Fn+$ and Fn+# respectively. | |||||
| 2021-05-08 | Move the "Ins" key under Fn | Jules Aguillon | 1 | -0/+1 | |
| 2021-05-08 | Add french quotes, en- and em-dash | Jules Aguillon | 1 | -0/+7 | |
| Add more keys under Fn. French quotes are S-<, S->, Fn-" and Fn-S-". | |||||
| 2021-05-08 | Move inverted punctuation to the tilde modifier | Jules Aguillon | 1 | -3/+6 | |
| 2021-05-08 | Improve the numeric keyboard | Jules Aguillon | 1 | -33/+75 | |
| 2021-05-01 | Add '¿' and '¡' | Jules Aguillon | 1 | -0/+2 | |
| 2021-04-19 | Add more characters under accents | Jules Aguillon | 1 | -9/+53 | |
| Notably subscript and superscript digits and some quote characters. | |||||
| 2021-04-19 | Move some keys under the Fn modifier and move it on the bottom row | Jules Aguillon | 1 | -16/+17 | |
| 2021-04-18 | Add function keys | Jules Aguillon | 1 | -8/+36 | |
| Add the Fn modifier that change the digits into F1 to F10. | |||||
| 2021-04-18 | Separate handling of modifiers from KeyValue class | Jules Aguillon | 1 | -0/+70 | |
| KeyValue defines an ADT and some of its values, it now contains public final fields and no internal logic. KeyModifier handles modifiers and accents and creates new instances of KeyValue when needed. This operation is now properly cached. | |||||
