https://bugs.kde.org/show_bug.cgi?id=368063

--- Comment #38 from Wolfgang Bauer <wba...@tmo.at> ---
(In reply to Greg Lepore from comment #37)
> Yes, the settings change. Here is the mapping:
> 
> Turn on = 0
> Turn off = 1
> Leave unchanged = 2
> 
> Which are different from Comment 29.

Yes, sorry, my mistake.

>From plasma-desktop/kcms/keyboard/kcmmisc.cpp:
enum TriState {
    STATE_ON = 0,
    STATE_OFF = 1,
    STATE_UNCHANGED = 2,
};

So the problem is apparently *not* that the setting is not saved correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to