summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2021-10-14 19:32:16 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2022-02-12 16:57:44 +0300
commit2828692c512f8a81ff5e9c2f1f78450781d2c028 (patch)
treefd8a43647bbef794a7a216a84a2f37c582dcb76d /data
parent6461a0f8556bafbf58c8a2ff8b3fe83b7d0df2b7 (diff)
downloadgnome-settings-daemon-2828692c512f8a81ff5e9c2f1f78450781d2c028.tar.gz
media-keys: Remove screenshot key handling
gnome-shell itself now handles the screenshot keys. This is required to easily provide same-frame response to pressing a screenshot key.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in60
1 files changed, 0 insertions, 60 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in
index fb0c85c6..513bf9f3 100644
--- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in
+++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in
@@ -96,36 +96,6 @@
<summary>Microphone mute/unmute</summary>
<description>Binding to mute/unmute the microphone.</description>
</key>
- <key name="screenshot" type="s">
- <default>'Print'</default>
- <summary>Take a screenshot</summary>
- <description>Binding to take a screenshot.</description>
- </key>
- <key name="window-screenshot" type="s">
- <default>'&lt;Alt&gt;Print'</default>
- <summary>Take a screenshot of a window</summary>
- <description>Binding to take a screenshot of a window.</description>
- </key>
- <key name="area-screenshot" type="s">
- <default>'&lt;Shift&gt;Print'</default>
- <summary>Take a screenshot of an area</summary>
- <description>Binding to take a screenshot of an area.</description>
- </key>
- <key name="screenshot-clip" type="s">
- <default>'&lt;Ctrl&gt;Print'</default>
- <summary>Copy a screenshot to clipboard</summary>
- <description>Binding to copy a screenshot to clipboard.</description>
- </key>
- <key name="window-screenshot-clip" type="s">
- <default>'&lt;Ctrl&gt;&lt;Alt&gt;Print'</default>
- <summary>Copy a screenshot of a window to clipboard</summary>
- <description>Binding to copy a screenshot of a window to clipboard.</description>
- </key>
- <key name="area-screenshot-clip" type="s">
- <default>'&lt;Ctrl&gt;&lt;Shift&gt;Print'</default>
- <summary>Copy a screenshot of an area to clipboard</summary>
- <description>Binding to copy a screenshot of an area to clipboard.</description>
- </key>
<key name="screencast" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;&lt;Alt&gt;R'</default>
<summary>Record a short video of the screen</summary>
@@ -317,36 +287,6 @@
<summary>Microphone mute/unmute</summary>
<description>Binding to mute/unmute the microphone.</description>
</key>
- <key name="screenshot" type="as">
- <default>['Print']</default>
- <summary>Take a screenshot</summary>
- <description>Binding to take a screenshot.</description>
- </key>
- <key name="window-screenshot" type="as">
- <default>['&lt;Alt&gt;Print']</default>
- <summary>Take a screenshot of a window</summary>
- <description>Binding to take a screenshot of a window.</description>
- </key>
- <key name="area-screenshot" type="as">
- <default>['&lt;Shift&gt;Print']</default>
- <summary>Take a screenshot of an area</summary>
- <description>Binding to take a screenshot of an area.</description>
- </key>
- <key name="screenshot-clip" type="as">
- <default>['&lt;Ctrl&gt;Print']</default>
- <summary>Copy a screenshot to clipboard</summary>
- <description>Binding to copy a screenshot to clipboard.</description>
- </key>
- <key name="window-screenshot-clip" type="as">
- <default>['&lt;Ctrl&gt;&lt;Alt&gt;Print']</default>
- <summary>Copy a screenshot of a window to clipboard</summary>
- <description>Binding to copy a screenshot of a window to clipboard.</description>
- </key>
- <key name="area-screenshot-clip" type="as">
- <default>['&lt;Ctrl&gt;&lt;Shift&gt;Print']</default>
- <summary>Copy a screenshot of an area to clipboard</summary>
- <description>Binding to copy a screenshot of an area to clipboard.</description>
- </key>
<key name="screencast" type="as">
<default>['&lt;Ctrl&gt;&lt;Shift&gt;&lt;Alt&gt;R']</default>
<summary>Record a short video of the screen</summary>