Age | Commit message (Collapse) | Author |
|
After first combo keybinding, mods_bound is still empty so mod key
release is missed. Instead, keep combos enabled until binding menu is
exited.
|
|
On some devices, buttons are mapped to letter keys. During file
selection, libpicofe would respond to the button press and the letter
press, this could cause a freeze. Instead, button presses should never
be treated as letter presses.
|
|
libpicofe handles emu keys differently, no need to delay them.
|
|
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
|
|
|
|
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.
|
|
|