https://bugs.kde.org/show_bug.cgi?id=375708
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kwi | |n/7c3a851b040e3b7d33186ce78 | |7c43683ec076525 Resolution|--- |FIXED Version Fixed In| |5.15 --- Comment #20 from Martin Flöser <mgraess...@kde.org> --- Git commit 7c3a851b040e3b7d33186ce787c43683ec076525 by Martin Flöser. Committed on 01/11/2018 at 16:49. Pushed by graesslin into branch 'master'. Support enabling numlock on startup Summary: This change brings improved num lock support to KWin. The modifier state is read and also mapped to Qt::KeyboardModifiers. Furthermore the input config is read and the NumLock key is evaluated. If the requested state does not match the current num lock state the state is swapped. FIXED-IN: 5.15 Test Plan: New unit test added, no manual test due to lack of hardware Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16428 M +43 -0 autotests/integration/keyboard_layout_test.cpp M +1 -0 keyboard_input.cpp M +28 -0 xkb.cpp M +11 -0 xkb.h https://commits.kde.org/kwin/7c3a851b040e3b7d33186ce787c43683ec076525 -- You are receiving this mail because: You are watching all bug changes.