Skip to content

Make activity switcher platform independent

David Redondo requested to merge work/davidre/activityswitcher into master

There's no need for having 100 lines of X specific code just to query whether a key is pressed. Because on some window systems (wayland) a window is needed to get info about modifier keys, an invisible temporary one is created when plasma does not have focus. BUG:437485

Merge request reports