abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Pointers.java
AgeCommit message (Expand)AuthorFilesLines
2025-01-18Vibrate when a circle gesture endsJules Aguillon1-0/+1
2025-01-11Allow sliders in every directionsJules Aguillon1-16/+27
2025-01-11Remove the 'slider="true"' attributeJules Aguillon1-1/+1
2025-01-11Refactor: Restrict sliders to new 'Slider' key kindJules Aguillon1-45/+17
2025-01-11More precise 1-position movement with space bar sliderJules Aguillon1-9/+24
2024-12-31Don't double tap for capslock after automatic capitalisationJules Aguillon1-1/+2
2024-12-31Refactor: Simplify double tap for capslockJules Aguillon1-12/+20
2024-11-17Automatic Shift should be disabled when pressing CtrlJules Aguillon1-1/+1
2024-06-30Option to disable key repeatJules Aguillon1-34/+32
2024-06-22Don't stop keyrepeat after a circle gestureJules Aguillon1-1/+0
2024-05-29Configure anticircle gesture per-key (#644)Jules Aguillon1-1/+1
2024-05-25Circle and round trip gestures (#640)Jules Aguillon1-34/+110
2024-05-02More precise and faster spacebar slider (#593)Jules Aguillon1-36/+97
2024-03-18refactor: Implement Compose without global stateJules Aguillon1-1/+14
2024-03-18refactor: Allow modifier of other key kindsJules Aguillon1-15/+25
2024-03-11refactor: Pointers: Flag for sliding stateJules Aguillon1-7/+5
2024-03-11refactor: Add latched flag to PointersJules Aguillon1-8/+14
2024-03-11refactor: Use internal flags in PointersJules Aguillon1-36/+39
2024-03-03Fix auto-capitalisation disabling locked shiftJules Aguillon1-9/+33
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon1-1/+1
2024-01-26Send down event for modifiers on timeJules Aguillon1-1/+65
2023-08-26Disable automatically Shift when pressing CtrlJules Aguillon1-5/+6
2023-06-03Per-layout shift modmapJules Aguillon1-0/+4
2023-04-10Do not lock modifiers if sliding a keydoak1-0/+1
2023-03-13Correct pointer directionJules Aguillon1-3/+5
2023-03-05Refactor: Remove KeyboardData.CornerJules Aguillon1-15/+6
2023-03-03Allow 8 symbols per keyJules Aguillon1-40/+43
2023-03-02Fix caps lock stopped by auto-capitalisationJules Aguillon1-3/+11
2023-02-12Modify keys after a long pressJules Aguillon1-3/+14
2023-02-08Fix arrow keys not repeatingJules Aguillon1-2/+0
2023-01-29Don't send event at end of slidingJules Aguillon1-0/+13
2023-01-22Move cursor by sliding on the space barJules Aguillon1-3/+62
2023-01-22Remove the modulated repeatJules Aguillon1-56/+3
2022-12-04Correctly handle pointer cancel eventsJules Aguillon1-6/+4
2022-11-26Make fake pointers not lockableJules Aguillon1-3/+3
2022-11-06Fix adding two pointers for the same keyJules Aguillon1-1/+2
2022-10-23Add the capslock keyJules Aguillon1-5/+6
2022-07-30Fix auto-capitalisation interfering with caps lockJules Aguillon1-2/+2
2022-07-24Hold any modifier to lockJules Aguillon1-25/+50
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon1-2/+23
2022-07-03Compatibility with API level < 24Jules Aguillon1-1/+1
2022-06-24Fix localized key not in predefined positionJules Aguillon1-2/+9
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon1-6/+3
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon1-20/+22
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon1-1/+1
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-7/+8
2022-06-05Stop using flags for modifiersJules Aguillon1-26/+80
2022-05-08Find closest key furtherJules Aguillon1-1/+1
2022-05-08Fix vibration when pointer move slightlyJules Aguillon1-10/+12
2022-05-08Better handling of removed keys and swipe getureJules Aguillon1-13/+35