abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/KeyEventHandler.java
AgeCommit message (Expand)AuthorFilesLines
2022-11-13Refactor: Move editing code from to KeyEventHandlerJules Aguillon1-32/+80
2022-11-13Allow switching quickly between two layoutsJules Aguillon1-3/+4
2022-10-23Add the capslock keyJules Aguillon1-0/+2
2022-07-09Add key for switching to the greekmath paneJules Aguillon1-0/+2
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon1-19/+17
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon1-2/+0
2022-06-05Refactor: Associate key events in KeyModifierJules Aguillon1-21/+0
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-25/+37
2022-06-05Stop using flags for modifiersJules Aguillon1-24/+47
2022-04-03Add the Programming Layout optionJules Aguillon1-4/+6
2022-03-19Allow modifiers to hide keysJules Aguillon1-1/+0
2022-03-13Avoid showing some symbols twice in Fn modeJules Aguillon1-0/+2
2022-02-22Send key events for the modifiersJules Aguillon1-15/+36
2022-02-06Add the Meta keyJules Aguillon1-1/+3
2022-01-09Add the Action keyJules Aguillon1-0/+2
2021-12-28Separate "handler" codeJules Aguillon1-0/+76