LibreSplit icon indicating copy to clipboard operation
LibreSplit copied to clipboard

Implement wayland global hotkeys

Open EXtremeExploit opened this issue 2 months ago • 0 comments

Currently global hotkeys only works on X11, if one were to enable them in a wayland display the program would segfault. References: https://github.com/wins1ey/LibreSplit/issues/76 https://github.com/wins1ey/LibreSplit/issues/68

https://github.com/LibreSplitDev/LibreSplit/pull/13 Fixed the crash on wayland when global hotkeys are enabled, by doing the workaround of ignoring global hotkeys on wayland

EXtremeExploit avatar Oct 25 '25 13:10 EXtremeExploit