aboutsummaryrefslogtreecommitdiff
path: root/patches/libpicofe/0001-key-combos.patch
AgeCommit message (Collapse)Author
2021-08-22Fixes ordering of events when using combo keysneonloop
Sometimes menu would get stuck, because the simulated events would be pushed after real events. Now transform all keyboard events first, so the transform code has complete control over the order.
2021-08-12Adds combo key support to libpicofeneonloop