Skip to main content
1 of 6
don_crissti
  • 85.7k
  • 31
  • 234
  • 262

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 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