abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/KeyValue.java
AgeCommit message (Expand)AuthorFilesLines
2025-03-01Add 'delete_word' and 'forward_delete_word' keysJules Aguillon1-0/+4
2025-02-28Make key symbol smaller when 2 characters long or moreJules Aguillon1-4/+10
2025-02-28Refactor: Remove StringWithSymbolJules Aguillon1-45/+6
2025-02-27KeyValue: Don't wrap keys into a macro when possibleJules Aguillon1-4/+27
2025-02-23Macro keys (#878)Jules Aguillon1-13/+51
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 Aguillon1-8/+5
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-04Pressing the compose key exits the pending sequenceJules Aguillon1-0/+11
2025-01-12Refactor: KeyValue: Simplify StringWithSymbolJules Aguillon1-60/+23
2025-01-12Refactor: KeyValue: Don't require _payload.equalsJules Aguillon1-10/+6
2025-01-12Add cursor_up and cursor_down slider keysJules Aguillon1-1/+5
2025-01-11Refactor: Restrict sliders to new 'Slider' key kindJules Aguillon1-12/+34
2025-01-11Refactor: Make KeyValue payload ComparableJules Aguillon1-17/+21
2025-01-03Add glyphs for zwj and zwnjJules Aguillon1-4/+4
2024-12-31Refactor: Simplify double tap for capslockJules Aguillon1-5/+5
2024-12-28Null check on the payload of KeyValueJules Aguillon1-0/+2
2024-12-19Added tamil layout (#833)Jagadeeshan S1-0/+14
2024-12-08Add :keyevent key syntaxJules Aguillon1-2/+2
2024-12-07Add double grave accent (#779)Zitrone1-0/+2
2024-12-05Arabic diacritics (#807)Jules Aguillon1-0/+14
2024-11-16font: Use standard symbols for home and endJules Aguillon1-2/+2
2024-11-11Add "scroll_lock" key (#800)DocJr901-0/+1
2024-10-05Add slavonic combining diacriticsJules Aguillon1-0/+11
2024-10-04Add combining diacritics keysJules Aguillon1-0/+26
2024-09-29Improve Ctrl key labels for Serbian Cyrillic layoutJules Aguillon1-1/+8
2024-09-29Fix crash with complex keysJules Aguillon1-1/+1
2024-09-29Add complex keys (#774)Jules Aguillon1-19/+123
2024-07-27Add new keyevent "menu" (#726)Nils Brederlow1-0/+1
2024-07-21Allow extending the compose key (#713)Jules Aguillon1-1/+1
2024-07-21Improve zwnj/halfspace symbol and Persian layout (#711)Reza Hosseinzadeh1-1/+2
2024-07-06Clipboard pane (#681)Jules Aguillon1-0/+4
2024-06-09compose: Compile several starting statesJules Aguillon1-1/+1
2024-05-26Support the nnbsp characterJules Aguillon1-0/+1
2024-05-25Circle and round trip gestures (#640)Jules Aguillon1-2/+9
2024-05-02Hangul support (#595)Jules Aguillon1-2/+49
2024-05-02Allow the newline character '\n' in layoutsJules Aguillon1-0/+1
2024-05-02More precise and faster spacebar slider (#593)Jules Aguillon1-5/+20
2024-04-03Fix space key without a symbolJules Aguillon1-1/+6
2024-03-18refactor: Implement Compose without global stateJules Aguillon1-5/+10
2024-03-18refactor: Allow modifier of other key kindsJules Aguillon1-1/+13
2024-03-11refactor: Use internal flags in PointersJules Aguillon1-3/+4
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon1-5/+7
2024-02-17Fix KeyValue flags layoutJules Aguillon1-17/+22
2024-02-17compose: Add glyphJules Aguillon1-1/+1
2024-02-17Compose keyJules Aguillon1-1/+24
2024-01-21Move layout definitions into srcs/layoutsJules Aguillon1-3/+3
2024-01-15Refactor: Clearer names for CHANGE_METHOD* eventsJules Aguillon1-4/+4