abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Gesture.java
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09Option to tweak or disable the circle gestureJules Aguillon1-1/+1
2024-05-25Circle and round trip gestures (#640)Jules Aguillon1-0/+141
This implements clockwise/anticlockwise circle and round trip gestures inspired by Messagease. The circle gestures start after a small threshold to avoid making the regular swipe too hard to aim. The gestures do: - circle: The center symbol with Shift applied, with a fallback on Fn - round trip: Same as the circle gesture but applied to a side symbol - anticlockwise circle: Nothing currently. It is intended to be made configurable per-layout in the future. The new Gesture class keeps track of what the pointer is doing while it moves on a key. It replaces the 'selected_direction' integer.