abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Better support for foldable devices (#982)Matej Drobnič4-16/+126
2025-05-16compose: Add compose+A+e as compose+A+E and many othersJules Aguillon1-143/+145
2025-04-20Sinhala phonetic layout (#965)Anton Karmanov1-0/+32
2025-04-19Add compose sequences for n͠g, N͠g and g̃Jules Aguillon1-139/+139
2025-04-15Add class Modmap and test KeyModifierJules Aguillon3-47/+61
2025-04-14Remove the Share key from preferencesJules Aguillon1-1/+0
2025-04-12launcher: Fix animations overlappingJules Aguillon1-1/+2
2025-03-29Restore previous swipe sensibilityJules Aguillon1-4/+12
2025-03-28Fix emoji flag group missingJules Aguillon1-2/+8
2025-03-27Place editing keys on the bottom-right of Z/X/C/VJules Aguillon1-67/+28
2025-03-27Remove symbols from the number row by default (#964)Jules Aguillon3-14/+19
2025-03-23Add a preferred position for selectAllJules Aguillon1-0/+7
2025-03-22Fix label brightness not being appliedJules Aguillon2-7/+8
2025-03-16Fix crash on API < 26 in settingsJules Aguillon1-1/+3
2025-03-15Selection mode (#913)Jules Aguillon6-14/+118
2025-03-10Add a delay after a Keyevent key in a macro (#918)Jules Aguillon3-17/+67
2025-03-01prefs: Add 'delete_word' and 'forward_delete_word' to extra keysJules Aguillon1-0/+28
2025-03-01Add 'delete_word' and 'forward_delete_word' keysJules Aguillon3-10/+26
2025-02-28APL and BQN layouts (#899)dzaima1-31/+31
2025-02-28Make key symbol smaller when 2 characters long or moreJules Aguillon1-4/+10
2025-02-28Refactor: Remove StringWithSymbolJules Aguillon3-47/+7
2025-02-27KeyValue: Don't wrap keys into a macro when possibleJules Aguillon2-8/+33
2025-02-27Fix miscalculation of the bottom marginJules Aguillon1-4/+4
2025-02-27Show a message in voice input chooser when emptyJules Aguillon1-0/+3
2025-02-27Fix crash due to empty strings in keysJules Aguillon1-1/+3
2025-02-23Apply compose sequences to String keysJules Aguillon4-55/+72
2025-02-23Macro keys (#878)Jules Aguillon5-104/+313
2025-02-22ExtraKeysPreference: Allow title to span several linesJules Aguillon1-0/+1
2025-02-15prefs: Add key description for dead keysJules Aguillon1-0/+22
2025-02-09Refactor: Compute appearance values before onDrawJules Aguillon2-88/+140
2025-02-09Refactor: Cleanup KeyValue flag declarationsJules Aguillon1-13/+12
2025-02-09Fix the compose key being lockableJules Aguillon1-2/+2
2025-02-08Add a glyph for cancelling the compose keyJules Aguillon2-9/+6
2025-02-08Make the left and right keys symbol smallerJules Aguillon1-2/+2
2025-02-08Improve the compose key symbolJules Aguillon1-1/+1
2025-02-08Remove binding fn+shift = capslockJules Aguillon1-14/+17
2025-02-08Add embedded_number_row keyboard attribute (#891)dzaima2-4/+8
2025-02-04Pressing the compose key exits the pending sequenceJules Aguillon2-1/+14
2025-02-04prefs: Mention Fn combination for accessing extra keysJules Aguillon1-12/+42
2025-02-03Even slower slidedzaima1-1/+1
2025-01-25Fix Enter key sending message in DiscordJules Aguillon1-1/+4
2025-01-25Slightly less permissive swipe detectionJules Aguillon1-2/+3
2025-01-18Vibrate when a circle gesture endsJules Aguillon1-0/+1
2025-01-18Stable ordering or extra keysJules Aguillon1-2/+2
2025-01-12Refactor: KeyValue: Simplify StringWithSymbolJules Aguillon2-71/+24
2025-01-12Refactor: KeyValue: Don't require _payload.equalsJules Aguillon1-10/+6
2025-01-12Add cursor_up and cursor_down slider keysJules Aguillon2-35/+46
2025-01-11Allow sliders in every directionsJules Aguillon1-16/+27
2025-01-11Remove the 'slider="true"' attributeJules Aguillon2-13/+7
2025-01-11Refactor: Restrict sliders to new 'Slider' key kindJules Aguillon3-58/+61