I'm trying bind a button on my mouse to show the Gnome Shell Activities overview. I'm using xbindkeys to bind actions to my mouse buttons.
I tried using the following xte command to show the Activities overview:
xte 'keydown Alt_L' 'key F1' 'keyup Alt_L'
This works fine when executed in the terminal, but doesn't work with xbindkeys for some reason.