summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDenis Gorodnichev <[email protected]>2014-10-06 08:21:19 +0400
committerMonsta <[email protected]>2015-09-28 12:22:34 +0300
commit0902fc2a7b84ce2446bcbba6681d2d8ded17a380 (patch)
treee8106b1c46db6a4a3c6e92d85d027bbc72b911c6 /data
parentbf04794b99e7248af922b3a5c95a7446ff6571e9 (diff)
downloadmate-settings-daemon-0902fc2a7b84ce2446bcbba6681d2d8ded17a380.tar.bz2
mate-settings-daemon-0902fc2a7b84ce2446bcbba6681d2d8ded17a380.tar.xz
clarify "power" key bindings logic
historically "power" key bindings calls shutdown dialog but described as logout. this is confuses users. updated "power" key bindings description provided additional "logout" key bindings
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
index 1ce1038..589af5a 100644
--- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
+++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
@@ -37,6 +37,11 @@
</key>
<key name="power" type="s">
<default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
+ <summary>Shut down</summary>
+ <description>Binding to shut down.</description>
+ </key>
+ <key name="logout" type="s">
+ <default>''</default>
<summary>Log out</summary>
<description>Binding to log out.</description>
</key>