elementary / switchboard-plug-mouse-touchpad

Switchboard Mouse & Touchpad Plug
GNU General Public License v3.0
24 stars 13 forks source link

Searching for mouse settings shows wrong tab #59

Closed danirabbit closed 5 years ago

danirabbit commented 5 years ago

Searching in the applications menu for settings in the mouse tab opens to General

peteruithoven commented 5 years ago

The search items regarding the mouse refer to the "mouse" page, but the mouse page isn't mapped to a url in the settings map. Changing the settings to something like below works, but we probably want to think about those url's.

        settings.set ("input/mouse", "mouse");
        settings.set ("input/touch", "touchpad");
        settings.set ("input/general", "general");