windowgestures
windowgestures copied to clipboard
Show desktop action sends a key to the desktop window and does not show the desktop.
https://github.com/amarullz/windowgestures/blob/2473192d5791fabc5a3a6c7e4ec83a7c93f61bb8/src/extension.js#L1872
So when the action is completed, it sends a 'd' key to the desktop window, which actually starts a search and shows a box for all files on the desktop that have 'd' in them.., and does not actually show the desktop...
I don't think the shortcut is activated on most distributions, and the gnome settings allow you to bind that shortcut actually to any combination.
There should be a way to make this call directly...