Unexpected-Keyboard/srcs
Jules Aguillon 4906f8105f
Circle and round trip gestures (#640)
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.
2024-05-25 21:19:44 +02:00
..
compose compose: Parse json files and fix edge cases 2024-03-02 19:12:37 +01:00
juloo.keyboard2 Circle and round trip gestures (#640) 2024-05-25 21:19:44 +02:00
layouts Hangul support (#595) 2024-05-02 20:52:18 +02:00
special_font compose: Add glyph 2024-02-17 23:28:31 +01:00