abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
AgeCommit message (Expand)AuthorFilesLines
2024-09-10Define the Fn modifier using the compose mechanismJules Aguillon2-291/+123
2024-09-10Compose sequences can end in internal key namesJules Aguillon2-104/+104
2024-09-10Update autocapitalisation on EnterJules Aguillon1-0/+3
2024-08-18Fix crash when clipboard contains an imageJules Aguillon1-1/+5
2024-07-28Map Fn+Cursor_move to home/end (#728)bokidori1-0/+11
2024-07-27Added supported key for avoiding the pain of auto-caps (#725)Adrian1-105/+105
2024-07-27Add new keyevent "menu" (#726)Nils Brederlow2-0/+2
2024-07-27Fix scaling for layouts with few columnsJules Aguillon1-1/+1
2024-07-27Fix crash on Android 6Jules Aguillon1-4/+6
2024-07-25Allow Ctrl modmaps in layoutsJules Aguillon2-4/+22
2024-07-25Update ComposeKeyDataJules Aguillon1-218/+218
2024-07-21Allow extending the compose key (#713)Jules Aguillon2-230/+230
2024-07-21Improve zwnj/halfspace symbol and Persian layout (#711)Reza Hosseinzadeh1-1/+2
2024-07-14Fix unintended layout used for unsupported languagesJules Aguillon1-7/+16
2024-07-14Fix crash when using a different script layoutJules Aguillon1-2/+4
2024-07-06Add locale_extra_keys keyboard attributeJules Aguillon2-5/+9
2024-07-06Add support for Android 12+ dynamic colors (#647)TadaCZE1-1/+7
2024-07-06Clipboard pane (#681)Jules Aguillon10-1/+532
2024-07-06Fix crash with narrow layoutsJules Aguillon1-1/+1
2024-06-30Option to disable key repeatJules Aguillon2-34/+34
2024-06-29Validate more fields in custom layoutsJules Aguillon1-5/+11
2024-06-22Don't stop keyrepeat after a circle gestureJules Aguillon1-1/+0
2024-06-16Don't change input view when configuration changesJules Aguillon1-1/+1
2024-06-16Launcher activity: Don't consume events in text fieldJules Aguillon1-5/+9
2024-06-09Option to tweak or disable the circle gestureJules Aguillon2-1/+3
2024-06-09Use preferred dir when placing a key next to an otherJules Aguillon1-2/+8
2024-06-09Automatic placement of f11/f12 placeholdersJules Aguillon2-9/+50
2024-06-09Allow to remove keys Tab and EscJules Aguillon1-0/+4
2024-06-09Refactor: Remove the KeyModifier cacheJules Aguillon1-29/+3
2024-06-09Move diacritics mapping to the compose state machineJules Aguillon2-769/+289
2024-06-09compose: Compile several starting statesJules Aguillon2-189/+191
2024-06-09compose: Fix misbehaving due to encoding errorsJules Aguillon2-206/+188
2024-06-06Don't cap indication lengthJules Aguillon1-2/+5
2024-05-29Add compose sequences for Greek, Cyrillic, Hebrew and moreJules Aguillon1-147/+205
2024-05-29Allow compose sequence ending with more symbolsJules Aguillon2-156/+181
2024-05-29Fix overflow due to navigation on the right and cutouts (#641)Jules Aguillon1-0/+15
2024-05-29Configure anticircle gesture per-key (#644)Jules Aguillon4-20/+50
2024-05-29Fix uninitialized bottom_row when editing custom layoutJules Aguillon3-33/+49
2024-05-27Fix off-by-one error in 1-row layoutsJules Aguillon1-1/+1
2024-05-26Support the nnbsp characterJules Aguillon1-0/+1
2024-05-25Circle and round trip gestures (#640)Jules Aguillon4-41/+273
2024-05-08Pull the emoji list from unicode.org (#612)Quinn Cypher3-68/+800
2024-05-08Compass-point synonyms for edge keys in layouts (#628)Spike1-19/+34
2024-05-05Add settings button to launcher app (#629)alotbsol5551-0/+16
2024-05-02Hangul support (#595)Jules Aguillon2-2/+159
2024-05-02Allow the newline character '\n' in layoutsJules Aguillon1-0/+1
2024-05-02More precise and faster spacebar slider (#593)Jules Aguillon4-44/+119
2024-05-02allow for <fn ...> in <modmap> (#626)alotbsol5552-4/+27
2024-05-02Clear cache when changing layoutJules Aguillon1-1/+8
2024-04-25Add more accented characters to KeyModifier.java (#622)JapanYoshi1-3/+67