Hello,
I finally got TriggerHappy working great on my Raspberry Pi but I simply cannot get it to work for anything but a single key press. It works great for example:
KEY_1 1 {Command Here}
or
KEY_F1 1 {Command Here}
but it never works for anything with combination of keys for example:
KEY_LEFTCTRL+KEY_1 1 {Command Here}
if the keys ever have any kind of key combination, it does not work.
Any ideas on what I might be doing wrong?