[gsettings-desktop-schemas] schemas: Add a setting to enable caret mode



commit 89df1a9d4d565482bbc9713287a5719e8b7f6368
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 4 22:53:57 2016 -0500

    schemas: Add a setting to enable caret mode
    
    This is needed for accessiblity reasons, and thus
    we add the setting to the org.gnome.desktop.a11y schema.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763123

 schemas/org.gnome.desktop.a11y.gschema.xml.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.a11y.gschema.xml.in b/schemas/org.gnome.desktop.a11y.gschema.xml.in
index cbe0714..2070488 100644
--- a/schemas/org.gnome.desktop.a11y.gschema.xml.in
+++ b/schemas/org.gnome.desktop.a11y.gschema.xml.in
@@ -9,5 +9,13 @@
         Access status icon when no accessibility features are enabled.
       </description>
     </key>
+    <key name="always-show-text-caret" type="b">
+      <default>false</default>
+      <summary>Always show the text caret</summary>
+      <description>
+        This key overrides the hiding of the text caret in noneditable
+        text in applications.
+      </description>
+    </key>
   </schema>
 </schemalist>


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