abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
AgeCommit message (Expand)AuthorFilesLines
2022-10-15Basic greek layout. (#207)lpv1-0/+1
2022-10-15Fix crash due to auto capitalisationJules Aguillon2-38/+43
2022-10-11Added Hindi language layout (#211)Raj90398525371-0/+1
2022-10-04Allow to type İ on the Turkish layoutJules Aguillon1-0/+4
2022-09-24Fix an unexplained crash encountered in the wildJules Aguillon1-2/+10
2022-09-24Added Czech translation and layout (#198)Validbit1-0/+1
2022-09-24Improve the auto capitalisationJules Aguillon2-17/+22
2022-09-24Fix autocapitalisation randomly not triggeredJules Aguillon2-36/+67
2022-09-24Bone keyboard layout (#155)Quantenzitrone1-0/+1
2022-09-24Add switch_greekmath to the extra keysJules Aguillon1-1/+2
2022-09-24Add more possible locations for extra keysJules Aguillon1-0/+6
2022-09-24Add white e-ink oriented theme (#193)Piotrek Marciniak1-10/+1
2022-09-24Added Norwegian keyboard layout (#202)ChristianGynnild1-0/+1
2022-09-24Bengali Keyboard Layout (#201)Md Rasel Hossain1-0/+1
2022-09-19Add the Extra Keys optionJules Aguillon5-15/+89
2022-07-30Fix crash when auto-capitalisation runs too soonJules Aguillon1-0/+2
2022-07-30Fix auto-capitalisation interfering with caps lockJules Aguillon2-2/+3
2022-07-30Standard auto-capitalisation only after spaceJules Aguillon2-87/+32
2022-07-24Hold any modifier to lockJules Aguillon3-27/+55
2022-07-24Add an option to control auto capitalisationJules Aguillon2-1/+4
2022-07-24Avoid automatic capitalisation when using arrowsJules Aguillon2-8/+42
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon5-4/+218
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-07-09Add key for switching to the greekmath paneJules Aguillon3-1/+10
2022-07-03Add ukrainian layout (#172)Andrew Cat1-0/+1
2022-07-03Compatibility with API level < 24Jules Aguillon1-1/+1
2022-06-24Revert "Remove the vibration settings"Jules Aguillon2-0/+5
2022-06-24Fix F12 being turned into F11Jules Aguillon1-1/+6
2022-06-24Fix localized key not in predefined positionJules Aguillon7-76/+123
2022-06-06Remove the interval between vibrationsJules Aguillon1-12/+3
2022-06-06Remove the vibration settingsJules Aguillon2-17/+4
2022-06-06Fix inconsistent text size in landscape modeJules Aguillon1-4/+8
2022-06-06Increase horizontal spacing in landscape modeJules Aguillon1-2/+9
2022-06-06New setting: Keyboard height in landscape modeJules Aguillon1-4/+3
2022-06-06Don't add extra keys to the numeric paneJules Aguillon1-13/+19
2022-06-06Remove the option "Show every accents"Jules Aguillon1-2/+2
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon6-120/+142
2022-06-05Fix "REMOVED" key appearing when typing Fn and ShiftJules Aguillon1-0/+2
2022-06-05Refactor: Make KeyValue finalJules Aguillon4-7/+18
2022-06-05Refactor: Merge KeyValue._code and _flags fieldsJules Aguillon1-40/+54
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon6-202/+212
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon5-67/+50
2022-06-05Refactor: Associate key events in KeyModifierJules Aguillon3-83/+81
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon10-242/+357
2022-06-05Turkish layout & translation (#151)erqan1-0/+1
2022-06-05Add combining 'accent_arrow_right'Jules Aguillon2-1/+17
2022-06-05Add the 'accent_slash' modifierJules Aguillon2-0/+21
2022-06-05Stop using flags for modifiersJules Aguillon9-378/+466