alexbain / lirc_web

Control LIRC from the web using NodeJS and lirc_node
125 stars 60 forks source link

Add a configuration feature to ignore unused keys of a remote #18

Closed OvisMaximus closed 8 years ago

OvisMaximus commented 8 years ago

I want to ignore keys independent of the lirc configuration, so that I can use the complete IR layout in lirc as provided there, but only see those, that I actually use. For example, I've got a set of remote controllable power plugs. The remote control can handle up to 32 plugs with two keys each, but I only possess four plugs. So 56 keys are not used and make the automatically generated GUI really painful.

By configuring these dead keys in a blacklist, this problem is solved for me.

alexbain commented 8 years ago

This is a great addition, thank you for putting this together.