| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-31 | Refactor: Simplify double tap for capslock | Jules Aguillon | 1 | -9/+0 | |
| This doesn't fix a bug but remove some tricky code. The shift key is no longer different when the "double tap for capslock" option is on. The handling of the option is moved to Pointer instead and becomes simpler. | |||||
| 2024-12-29 | Fix crash in LayoutModifier | Jules Aguillon | 1 | -1/+3 | |
| 2024-12-26 | Refactor: Move code to LayoutModifier | Jules Aguillon | 1 | -0/+217 | |
| Layout modifying functions are removed from Config to LayoutModifier as static classes. The two classes are (weakly) mutually dependent, the refactoring is purely for the purpose of making shorter classes. The only change is that 'modify_numpad' is changed to remove duplicated code. This has the side effect of making the "double tap for caps lock" option affect the shift key in the numpad. | |||||
