abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/KeyValue.java
AgeCommit message (Expand)AuthorFilesLines
2023-07-30Allow more than 2 layoutsJules Aguillon1-4/+4
2023-07-19Refactor: Make KeyValue.makeStringKey publicJules Aguillon1-9/+10
2023-06-28Accept some escaped keys in custom layoutsJules Aguillon1-0/+8
2023-06-25Add Bengali Provat Layout (#357)Sabbir1-0/+3
2023-06-03Add Voice Typing keyJules Aguillon1-0/+3
2023-03-03Allow 8 symbols per keyJules Aguillon1-1/+8
2023-02-12Option to switch to the previous input methodJules Aguillon1-0/+2
2023-02-09Vietnamese keyboard (#291)Kazoku1-1/+6
2023-01-31Add layouts 'he_il_1452_1' and 'he_il_1452_2'Ram Kromberg1-1/+45
2023-01-30Fix placeholder key not replacedJules Aguillon1-11/+19
2023-01-29Remove the explicit hashmap in KeyValueJules Aguillon1-124/+118
2023-01-22Remove the modulated repeatJules Aguillon1-5/+5
2022-12-30Add keys for every context menu actionsJules Aguillon1-1/+16
2022-11-13Add editing keys: copy, paste, cut, select allJules Aguillon1-1/+26
2022-11-13Refactor: Use enum values in KeyValue.KindJules Aguillon1-38/+24
2022-11-13Allow switching quickly between two layoutsJules Aguillon1-2/+4
2022-11-11Dim secondary keysJules Aguillon1-9/+11
2022-11-05Add the bar diacritic dead keyJules Aguillon1-0/+2
2022-11-05Apply Fn firstJules Aguillon1-2/+2
2022-10-23Make the shift symbol biggerJules Aguillon1-1/+1
2022-10-23Show keys description in settingsJules Aguillon1-0/+19
2022-10-23Refactor: Remove boilerplate for symbol keysJules Aguillon1-33/+49
2022-10-23Add the capslock keyJules Aguillon1-1/+3
2022-10-15Add the breve diacriticJules Aguillon1-16/+22
2022-07-30Fix auto-capitalisation interfering with caps lockJules Aguillon1-0/+1
2022-07-09Add key for switching to the greekmath paneJules Aguillon1-1/+3
2022-06-24Fix F12 being turned into F11Jules Aguillon1-1/+6
2022-06-24Fix localized key not in predefined positionJules Aguillon1-19/+1
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon1-13/+31
2022-06-05Fix "REMOVED" key appearing when typing Fn and ShiftJules Aguillon1-0/+2
2022-06-05Refactor: Make KeyValue finalJules Aguillon1-1/+1
2022-06-05Refactor: Merge KeyValue._code and _flags fieldsJules Aguillon1-40/+54
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon1-122/+127
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon1-52/+43
2022-06-05Refactor: Associate key events in KeyModifierJules Aguillon1-62/+12
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-13/+75
2022-06-05Add combining 'accent_arrow_right'Jules Aguillon1-0/+2
2022-06-05Add the 'accent_slash' modifierJules Aguillon1-0/+3
2022-06-05Stop using flags for modifiersJules Aguillon1-94/+88
2022-05-08Specify localized keys in each layoutsJules Aguillon1-15/+26
2022-04-30Fix modifiers not cleared when presses overlapJules Aguillon1-3/+4
2022-04-24Add Double acute diacriticJules Aguillon1-1/+4
2022-04-24Add support for LithuanianJules Aguillon1-1/+5
2022-04-03Add the Programming Layout optionJules Aguillon1-2/+4
2022-04-03Rename the Meta keyJules Aguillon1-1/+1
2022-04-03Swap Ctrl and switch_numeric keysJules Aguillon1-2/+2
2022-04-02Update Space GlyphRaphael1-1/+1
2022-04-02`Arrows` and `Box` system (#114)Raphael1-1/+6
2022-03-31Add non-breaking space as Fn+SpaceArenaL51-0/+1
2022-03-25Add glyphs for Tab, Backspace and DeleteJules Aguillon1-3/+3