| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-22 | Tweak repeat timing for modulated keys | Jules Aguillon | 1 | -3/+11 | |
| Make modulated keys repeat twice as slow by default and start repeating twice as early. | |||||
| 2022-02-21 | Improve modulated key repeat | Jules Aguillon | 1 | -9/+29 | |
| Change the formula: don't use an external constant, add a state. It's now the ratio between where the finger is at the first repeat and where it is now. Keep the repeat going when swiping into an other key. Currently only for arrows: It's now possible to go from an arrow to an other without waiting again for the key repeat timeout. The backspace and delete keys don't work well with this. | |||||
| 2022-02-20 | Move pointer handling code to its own class | Jules Aguillon | 1 | -0/+262 | |
| Separate the concerns and have a clearer interface between the two parts of the code. | |||||
