Blame SOURCES/0001-schemas-Add-tertiary-button-action-for-Wacom-styli.patch

b30466
From b2b911433943ed31e7455347451a12d1a3bc137a Mon Sep 17 00:00:00 2001
b30466
From: Jason Gerecke <killertofu@gmail.com>
b30466
Date: Mon, 9 Oct 2017 14:43:45 -0700
b30466
Subject: [PATCH] schemas: Add tertiary-button-action for Wacom styli
b30466
b30466
https://bugzilla.gnome.org/show_bug.cgi?id=790028
b30466
---
b30466
 schemas/org.gnome.desktop.peripherals.gschema.xml.in | 5 +++++
b30466
 1 file changed, 5 insertions(+)
b30466
b30466
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
b30466
index 54d29d9..0f96982 100644
b30466
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
b30466
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
b30466
@@ -149,6 +149,11 @@
b30466
       <summary>Secondary button action</summary>
b30466
       <description>Secondary stylus button action, this button is located along the pen handle on some styli like the Grip Pen. Other styli like the Airbrush Pen or the Inking Pen only have one button, this setting is ineffective on those.</description>
b30466
     </key>
b30466
+    <key name="tertiary-button-action" enum="org.gnome.desktop.GDesktopStylusButtonAction">
b30466
+      <default>'default'</default>
b30466
+      <summary>Tertiary button action</summary>
b30466
+      <description>Tertiary stylus button action, this button is located along the pen handle on some styli like the 3D Pen. Other styli like the Grip Pen only have two buttons, this setting is ineffective on those.</description>
b30466
+    </key>
b30466
   </schema>
b30466
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.tablet.pad-button">
b30466
     <key name="action" enum="org.gnome.desktop.GDesktopPadButtonAction">
b30466
-- 
b30466
2.17.0
b30466