waybind
waybind copied to clipboard
Multiple devices
Is there anyway you can make it work for multiple devices? like:
device: /dev/input/event0
rebinds:
- fro........
.......
---
device: /dev/input/event1
rebinds:
- fro........
.......
yes, that would be great. Specifying multiple devices would be enough for me. E. g.:
devices:
- /dev/input/event0
- /dev/input/event19
As a workaround I created a simple script updates the waybind config with the last keyboard connected: https://gist.github.com/maltesa/036e594466cf905548ac69efc8e6eefd
If an external keyboard is connected, it should activate waybind for that one. Works well on my machine. I have an external backlit keyboard. Propably the grep command must be adjusted with non-backlit keyboards.
I apologize for radio silence. The project fulfills my needs and I didn't expect for it to become so popular (it's not super popular but it's got a few users).
Currently, I haven't found the time to work on this between work and family life so don't expect me to add this for the time being.
Pull requests are welcome though!
@pblgomez @maltesa I recently discovered https://github.com/samvel1024/kbct which might fulfill your needs.
@arnarg Thank you, that's awesome!