abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/LayoutModifier.java
AgeCommit message (Collapse)AuthorFilesLines
2024-12-29Fix crash in LayoutModifierJules Aguillon1-1/+3
2024-12-26Refactor: Move code to LayoutModifierJules Aguillon1-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.