Skip to content

Instantly share code, notes, and snippets.

@aburan28
Created February 10, 2019 05:29
Show Gist options
  • Save aburan28/ca9f9bbac6cd811a90dbaedff631ced7 to your computer and use it in GitHub Desktop.
Save aburan28/ca9f9bbac6cd811a90dbaedff631ced7 to your computer and use it in GitHub Desktop.
#!/bin/bash
xinput list | grep -Po 'id=\K\d+(?=.*slave\s*keyboard)' | xargs -P0 -n1 xinput test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment