| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-18 | Hide the input switching key if it's not needed | Jules Aguillon | 1 | -0/+12 | |
| Android has a new way of switching between input methods and this key need to be hidden in most cases. | |||||
| 2021-04-17 | Remove fixed keyboard width | Jules Aguillon | 1 | -22/+20 | |
| Remove the constant of keys per rows. Add the 'shift' attribute to declare eventual alignment/blanks in layouts. | |||||
| 2021-04-15 | Stateless KeyboardData class | Jules Aguillon | 1 | -68/+110 | |
| It was a pain to use. It was also a pain to write this though. | |||||
| 2021-04-13 | Add an option to toggle accent keys | Jules Aguillon | 1 | -0/+21 | |
| These keys are not useful at all in English. A new option allows to hide them, [false] by default. | |||||
| 2015-08-01 | Stop storing keydown data in KeyboardData.Key | juloo | 1 | -26/+0 | |
| 2015-08-01 | Replace key_margin with key_bg_padding + Add {vertical,horizontal}_margin | juloo | 1 | -2/+2 | |
| 2015-07-31 | Create KeyboardData class and handle move on keys | juloo | 1 | -0/+139 | |
