[gsettings-desktop-schemas: 1/2] schema: Add "locate-pointer"



commit 0e7e39589fd24f2497737bbae1abc16372f81a1c
Author: Olivier Fourdan <ofourdan redhat com>
Date:   Fri Feb 22 10:44:10 2019 +0100

    schema: Add "locate-pointer"
    
    Initially, "locate pointer" was handled in gnome-settings-daemon using a
    helper application which would work only on X11, not on Wayland.
    
    While moving the feature to mutter/gnome-shell, however, the previous
    setting in "org.gnome.settings-daemon.peripherals.mouse" is to be moved
    to "org.gnome.desktop" instead.
    
    However, having that setting in "org.gnome.desktop.peripherals.mouse" is
    a bit too restrictive, because this is about the pointer and not just
    the mouse (the device).
    
    So add the new key "locate-pointer" in "org.gnome.desktop.interface" as
    suggested by Carlos Garnacho.
    
    https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/merge_requests/19
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/453
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/981
    https://gitlab.gnome.org/GNOME/gnome-settings-daemon/merge_requests/86

 schemas/org.gnome.desktop.interface.gschema.xml.in | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in 
b/schemas/org.gnome.desktop.interface.gschema.xml.in
index 680ac4c..2be65ba 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
@@ -251,5 +251,12 @@
         displayed.
       </description>
     </key>
+    <key name="locate-pointer" type="b">
+      <default>false</default>
+      <summary>Highlights the current location of the pointer.</summary>
+      <description>
+        If true, pressing a key will highlight the current pointer location on screen.
+      </description>
+    </key>
   </schema>
 </schemalist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]