Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

flirc events not being caught #3

Open
grkblood13 opened this issue Apr 17, 2019 · 2 comments
Open

flirc events not being caught #3

grkblood13 opened this issue Apr 17, 2019 · 2 comments

Comments

@grkblood13
Copy link

grkblood13 commented Apr 17, 2019

Not sure if this is a gk bug of enhancement request but FLIRC events don't seem to be caught by global-keypress. Flirc is a universal usb remote control receiver and its fairly popular. It basically emulates keyboard events.

When flirc isn't plugged in /dev/input is as follows:
by-id by-path event0 event1 mice mouse0

When I plug it in it changes to:
by-id by-path event0 event1 event2 mice mouse0

Maybe that has something to do with it?

@grkblood13
Copy link
Author

$ grep -E 'Handlers|EV' /proc/bus/input/devices
H: Handlers=mouse0 event0
B: EV=17
H: Handlers=sysrq kbd leds event1
B: EV=120013
H: Handlers=sysrq kbd event2
B: EV=10001f

@grkblood13
Copy link
Author

After looking at the code it seems another issue will be handling multiple devices. Currently, only one device is supported. If you're using a usb remote it would be fair to assume that a keyboard would also be plugged in.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants