diff options
author | Denis Gorodnichev <[email protected]> | 2014-10-06 08:37:11 +0400 |
---|---|---|
committer | Denis Gorodnichev <[email protected]> | 2014-10-06 08:37:11 +0400 |
commit | 5081dc7e7767a95921af4affad6993a6d0c9655c (patch) | |
tree | 5d32d41370d37e10280fb12f0949f01e8ecf62e8 | |
parent | ac5bfbfd01210309674bd946f09f576773d06917 (diff) | |
download | mate-control-center-5081dc7e7767a95921af4affad6993a6d0c9655c.tar.bz2 mate-control-center-5081dc7e7767a95921af4affad6993a6d0c9655c.tar.xz |
logout key bindings
provided additional "logout" key bindings
-rw-r--r-- | capplets/keybindings/01-desktop-key.xml.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/keybindings/01-desktop-key.xml.in b/capplets/keybindings/01-desktop-key.xml.in index a7969d6a..cfa59879 100644 --- a/capplets/keybindings/01-desktop-key.xml.in +++ b/capplets/keybindings/01-desktop-key.xml.in @@ -9,7 +9,9 @@ <KeyListEntry name="www" description="Launch web browser" /> - <KeyListEntry name="power" description="Log out" /> + <KeyListEntry name="logout" description="Log out" /> + + <KeyListEntry name="power" description="Shut down" /> <KeyListEntry name="screensaver" description="Lock screen" /> |