Does anyone know if it’s possible to have events from the Keybow keyboard cause effects on the Pi Zero W running the keyboard instead of outputting to another machine? Or do I need to go with a different OS and figure out the handling of the keys myself?
You must log in or register to comment.
This page says it’s based on Raspian, so you should be able to customize it once you study how it works.
Okay, any idea how to do that on Raspian?
Edit: Since it’s Lua, I might be able to run
os.execute
directly from the key events. Will try that.