titibandit
titibandit
Thanks @gcv for the "implementation tutorial"! I'm also struggling with time at the moment (hence why I want my emacs to load faster!) and I'm not the best elisp programmer...
Ok so I found out about the `enable` command, which enables my devices and allows me to then query for keys and add actions etc... Then, the devices will be...
I've actually just noticed that the enabling of devices is covered in your docs. So the issue name is now kinda misleading... thanks for the explanation anyway! I get this:...
I'm observing the same thing when trying to bind a button of my Logitech G400 mouse (BTN_SIDE) to a button (KEY_LEFTALT). So this seems to happen with BTN keys?
Hey @tildearrow, I went ahead and tried to debug the problem. And I'm pretty sure I know what the issue is. It's that part in device.cpp: ``` // copy evbits...
I've recently tried some more to look into this issue, but I really don't see a better solution as what we mentioned already. I don't see a more lightweight way...