diff options
author | Jason Gerecke <killertofu@gmail.com> | 2017-10-09 14:43:45 -0700 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2018-01-30 21:04:33 +0100 |
commit | b2b911433943ed31e7455347451a12d1a3bc137a (patch) | |
tree | 195547c8ac077117da68d38523d5655fe90d0bdc /schemas | |
parent | f745bbfcf4b09cacff72bb15128ff32b0c8f56cf (diff) | |
download | gsettings-desktop-schemas-b2b911433943ed31e7455347451a12d1a3bc137a.tar.gz |
schemas: Add tertiary-button-action for Wacom styli
https://bugzilla.gnome.org/show_bug.cgi?id=790028
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.gnome.desktop.peripherals.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in index 54d29d9..0f96982 100644 --- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in +++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in @@ -149,6 +149,11 @@ <summary>Secondary button action</summary> <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> </key> + <key name="tertiary-button-action" enum="org.gnome.desktop.GDesktopStylusButtonAction"> + <default>'default'</default> + <summary>Tertiary button action</summary> + <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> + </key> </schema> <schema id="org.gnome.desktop.peripherals.tablet.pad-button"> <key name="action" enum="org.gnome.desktop.GDesktopPadButtonAction"> |