Skip to content

wayland: Honour default Xkb options

Fabian Vogt requested to merge work/fvogt/kxkbrc into master

Currently KWin always uses the Options configured in kxkbrc because QByteArray::constData() is never nullptr. This means that the system default is ignored completely. Read ResetOldOptions to distinguish between explicitly setting no options and using the system default.

Draft because it depends on plasma-desktop!761 (merged)

Edited by Fabian Vogt

Merge request reports