Skip to main content
2 of 6
added 10 characters in body
Gilles 'SO- stop being evil'
  • 865.9k
  • 205
  • 1.8k
  • 2.3k

The find out which app grabbed your key you could use the debug keysym XF86LogGrabInfo; run

sleep 2; xdotool key "XF86LogGrabInfo" 

and then immediately start pressing that particular key, repeatedly then check for output in /var/log/Xorg.log.

Or use xdotool to press keys + XF86LogGrabInfo at the same time, see falconer's post here

don_crissti
  • 85.7k
  • 31
  • 234
  • 262