[gsettings-desktop-schemas] schemas: Scroll method key changes again
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] schemas: Scroll method key changes again
- Date: Wed, 27 Jul 2016 15:15:55 +0000 (UTC)
commit d9dfe56726e49d3a31354466c3fffa2aaedf5a5e
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 29 17:42:22 2016 +0200
schemas: Scroll method key changes again
Some users, even with touchpads capable of two-finger scrolling do not
like two-finger scrolling, and prefer edge scrolling, whether simply
because it "does not feel right" or because it can cause physical pain.
So instead of forcing two-finger scrolling when the touchpad is capable,
enable it as a separate setting, and leave the unfancied but required
edge-scrolling disabled by default. This will require users to enable
edge-scrolling by hand, not too dissimilarly to other universal access
features.
https://bugzilla.gnome.org/show_bug.cgi?id=768244
.../org.gnome.desktop.peripherals.gschema.xml.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 283278d..6a963d1 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -9,9 +9,14 @@
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.touchpad"
path="/org/gnome/desktop/peripherals/touchpad/">
<key name="edge-scrolling-enabled" type="b">
+ <default>false</default>
+ <summary>Whether edge scrolling is enabled</summary>
+ <description>When enabled, touchpads that support edge scrolling will have that feature
enabled.</description>
+ </key>
+ <key name="two-finger-scrolling-enabled" type="b">
<default>true</default>
<summary>Whether edge scrolling is enabled</summary>
- <description>When disabled, touchpads that only support edge scrolling (and not 2-finger scrolling)
will have that feature disabled.</description>
+ <description>When enabled, touchpads that support two-finger scrolling will have that feature
enabled.</description>
</key>
<key name="tap-to-click" type="b">
<default>false</default>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]