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

5b92d5
From b2b911433943ed31e7455347451a12d1a3bc137a Mon Sep 17 00:00:00 2001
5b92d5
From: Jason Gerecke <killertofu@gmail.com>
5b92d5
Date: Mon, 9 Oct 2017 14:43:45 -0700
5b92d5
Subject: [PATCH] schemas: Add tertiary-button-action for Wacom styli
5b92d5
5b92d5
https://bugzilla.gnome.org/show_bug.cgi?id=790028
5b92d5
---
5b92d5
 schemas/org.gnome.desktop.peripherals.gschema.xml.in | 5 +++++
5b92d5
 1 file changed, 5 insertions(+)
5b92d5
5b92d5
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
5b92d5
index 54d29d9..0f96982 100644
5b92d5
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
5b92d5
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
5b92d5
@@ -149,6 +149,11 @@
5b92d5
       <summary>Secondary button action</summary>
5b92d5
       <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>
5b92d5
     </key>
5b92d5
+    <key name="tertiary-button-action" enum="org.gnome.desktop.GDesktopStylusButtonAction">
5b92d5
+      <default>'default'</default>
5b92d5
+      <summary>Tertiary button action</summary>
5b92d5
+      <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>
5b92d5
+    </key>
5b92d5
   </schema>
5b92d5
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.tablet.pad-button">
5b92d5
     <key name="action" enum="org.gnome.desktop.GDesktopPadButtonAction">
5b92d5
-- 
5b92d5
2.17.0
5b92d5