diff options
author | Denis Gorodnichev <[email protected]> | 2014-10-06 08:21:19 +0400 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-28 12:22:34 +0300 |
commit | 0902fc2a7b84ce2446bcbba6681d2d8ded17a380 (patch) | |
tree | e8106b1c46db6a4a3c6e92d85d027bbc72b911c6 /data | |
parent | bf04794b99e7248af922b3a5c95a7446ff6571e9 (diff) | |
download | mate-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.in | 5 |
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>'<Control><Alt>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> |