Summary: | mouse navigator setting for pointer is inverted | ||
---|---|---|---|
Product: | [Unmaintained] kcontrol | Reporter: | mathpup |
Component: | kcmmouse | Assignee: | Marie Loise Nolden <nolden> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | l.lunak |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mathpup
2004-11-09 09:29:53 UTC
CVS commit by lunakl: Apply the 'move mouse with keyboard' setting at startup. CCBUG: 92957 M +5 -0 kcmaccess.cpp 1.37 --- kdebase/kcontrol/access/kcmaccess.cpp #1.36:1.37 @@ -51,4 +51,9 @@ static bool needToRunKAccessDaemon( KCon return true; + KConfigGroup mouse( config, "Mouse" ); + + if (mouse.readBoolEntry("MouseKeys", false)) + return true; + return false; // don't need it } The setting wasn't applied initially, fixed. Otherwise it works fine for me however. Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug. Kcontrol has been replaced by System Settings in Plasma. Please give the latest version of that a try, and open a new bug in "systemsettings" if you continue to have an issue. Thank you! |