diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-07-17 21:10:02 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-08-14 20:39:48 -0400 |
commit | 1ae70dc6ff141e248e8198ee1d82e1bec6ed4434 (patch) | |
tree | 3f48bfceb8c3f519f71a3c668328f2ef78f516ad /data | |
parent | 50bebf3fde5ccd51792588804c17015a0a7b1489 (diff) | |
download | gnome-settings-daemon-1ae70dc6ff141e248e8198ee1d82e1bec6ed4434.tar.gz |
media-keys: Add a binding to take a short screencast of the screen
https://bugzilla.gnome.org/show_bug.cgi?id=704435
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in index 8650bc0a..a46888d6 100644 --- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in +++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in @@ -130,6 +130,11 @@ <_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>'<Ctrl><Shift><Alt>R'</default> + <_summary>Record a short video of the screen</_summary> + <description>Binding to record a short video of the screen</description> + </key> <key name="www" type="s"> <default>'XF86WWW'</default> <_summary>Launch web browser</_summary> |