abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/KeyModifier.java
AgeCommit message (Expand)AuthorFilesLines
2022-11-05Add the bar diacritic dead keyJules Aguillon1-0/+28
2022-11-01Use '₹' instead of '₨' in HindiJules Aguillon1-0/+1
2022-10-16Fix literal tab keyJules Aguillon1-1/+1
2022-10-15Add the breve diacriticJules Aguillon1-0/+1
2022-10-04Allow to type İ on the Turkish layoutJules Aguillon1-0/+4
2022-07-09Add alternative greek and math symbolsquantenzitrone1-0/+30
2022-07-09added uppercase ẞ of ßQuantenzitrone1-0/+1
2022-07-09Switch to greekmath with Fn+switch_numericJules Aguillon1-0/+10
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon1-81/+94
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon1-26/+26
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon1-11/+5
2022-06-05Refactor: Associate key events in KeyModifierJules Aguillon1-0/+69
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-168/+203
2022-06-05Add combining 'accent_arrow_right'Jules Aguillon1-1/+15
2022-06-05Add the 'accent_slash' modifierJules Aguillon1-0/+18
2022-06-05Stop using flags for modifiersJules Aguillon1-207/+223
2022-04-24Add Double acute diacriticJules Aguillon1-0/+9
2022-04-24Add support for LithuanianJules Aguillon1-0/+4
2022-04-02Add currency symbols under the Fn keyJules Aguillon1-2/+7
2022-04-02`Arrows` and `Box` system (#114)Raphael1-0/+68
2022-03-31µ, æ and œ also generated by FnArenaL51-7/+4
2022-03-31Add arrowsArenaL51-0/+8
2022-03-31Add non-breaking space as Fn+SpaceArenaL51-0/+1
2022-03-31Add extra symbols to FnArenaL51-46/+25
2022-03-19Add F11 and F12Jules Aguillon1-14/+26
2022-03-13Avoid showing some symbols twice in Fn modeJules Aguillon1-3/+6
2022-02-19Add Ord+* = °Jules Aguillon1-0/+1
2022-02-19add-ordinal-numbers-symbol-systemRaphael1-0/+16
2022-01-29Fn+Tab to send the tab characterJules Aguillon1-0/+1
2022-01-20Add keys for LatvianEdgars1-0/+10
2022-01-01Change the key combination for °Jules Aguillon1-5/+2
2021-12-11Add SwedishJules Aguillon1-0/+5
2021-12-05Add the euro and pound symbolsJules Aguillon1-0/+2
2021-05-08Move the "Ins" key under FnJules Aguillon1-0/+1
2021-05-08Add french quotes, en- and em-dashJules Aguillon1-0/+7
2021-05-08Move inverted punctuation to the tilde modifierJules Aguillon1-3/+6
2021-05-08Improve the numeric keyboardJules Aguillon1-33/+75
2021-05-01Add '¿' and '¡'Jules Aguillon1-0/+2
2021-04-19Add more characters under accentsJules Aguillon1-9/+53
2021-04-19Move some keys under the Fn modifier and move it on the bottom rowJules Aguillon1-16/+17
2021-04-18Add function keysJules Aguillon1-8/+36
2021-04-18Separate handling of modifiers from KeyValue classJules Aguillon1-0/+70