a9fbee05b1
It replaces the "record a short screencast" key from g-s-d. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2107>
20 lines
681 B
XML
20 lines
681 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries schema="org.gnome.shell.keybindings"
|
|
group="system"
|
|
name="Screenshots"
|
|
wm_name="GNOME Shell"
|
|
package="gnome-shell">
|
|
|
|
<KeyListEntry name="show-screenshot-ui"
|
|
description="Take a screenshot interactively"/>
|
|
|
|
<KeyListEntry name="screenshot"
|
|
description="Take a screenshot"/>
|
|
|
|
<KeyListEntry name="screenshot-window"
|
|
description="Take a screenshot of a window"/>
|
|
|
|
<KeyListEntry name="show-screen-recording-ui"
|
|
description="Record a screencast interactively"/>
|
|
|
|
</KeyListEntries> |