felixfung / skippy-xd

A window selector for X11 with Exposé and live preview Alt-Tab effects and more
GNU General Public License v2.0
23 stars 2 forks source link

panel/allowClick config option #127

Open felixfung opened 3 months ago

felixfung commented 3 months ago

closing #124

For mysterious reason, this is not working. Internet research says XSendEvent() is kinda hard to use...

An alternative is to use XTestFakeMotionEvent() rather than XSendEvent(), but that would require new library dependency libxtst.

felixfung commented 3 months ago

According to https://stackoverflow.com/questions/13041511/simulating-mouse-events-and-keyboard-events-c-linux,

XSendEvent doesn't work because many applications discard fake keyboard events by XSendEvent.

felixfung commented 3 months ago

If anyone knows about how to solve this please let me know, otherwise since this feature is fringe (based on my prediction), I would let it stall for a while.