Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | Fixes issue with menu key working incorrectly with combos | neonloop | |
libpicofe handles emu keys differently, no need to delay them. | |||
2023-01-14 | Updates libpicofe key combo handling | neonloop | |
Does not prevent buttons when no combo is bound, delays keyup of mod key to allow normal handling, ignores combo key handling when no combo keys are bound | |||
2023-01-09 | Adds initial Funkey S support | neonloop | |
2021-08-22 | Fixes ordering of events when using combo keys | neonloop | |
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-12 | Adds combo key support to libpicofe | neonloop | |