Skip to content
Commit bcd43ff4 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

backends/x11: Implement own keyboard interception

At the moment, the keyboard interception code in the effects system
relies on Qt code processing key events. However, since QDesktopWidget
is removed in Qt 6, this is a blocker for Qt 6 port.

This change ports the X11 backend to private xkb keymap as indicates in
the todo comment. It allows us to drop the last QDesktopWidget usage.
parent 7aee8858
Pipeline #245078 passed with stage
in 12 minutes and 51 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment