You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was not very difficult. Step 2 is easy with the command xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p' thanks to slm at https://unix.stackexchange.com/questions/120199.
This project is really great! I started looking into the build process and the cost. This could be achieved at a lower cost than $10 plus shipping.
Using a guide, like this: http://www.instructables.com/id/USB-foot-controllerlooper/
You could use an old usb keyboard or a new $4 keyboard with a box and some buttons. With two buttons, you could directly type i and esc without having a background service running.
The text was updated successfully, but these errors were encountered: