Skip to content

Instantly share code, notes, and snippets.

@chancez
Created October 18, 2012 00:47
Show Gist options
  • Save chancez/3909249 to your computer and use it in GitHub Desktop.
Save chancez/3909249 to your computer and use it in GitHub Desktop.
#! /bin/bash
xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment