The branch, frodo has been updated
via 0d14a746b03c0f18fd443fba9773684b7442301b (commit)
from 7c3df4975b9a5f4f460993b9853a9840ef55be8d (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=0d14a746b03c0f18fd443fba9773684b7442301b
commit 0d14a746b03c0f18fd443fba9773684b7442301b
Author: Martijn Kaijser <[email protected]>
Date: Wed Oct 30 20:55:44 2013 +0100
[script.keymap] 0.9.2
diff --git a/script.keymap/addon.xml b/script.keymap/addon.xml
index 4588713..1efa9f8 100644
--- a/script.keymap/addon.xml
+++ b/script.keymap/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.keymap"
name="Keymap Editor"
- version="0.9.1"
+ version="0.9.2"
provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
diff --git a/script.keymap/changelog.txt b/script.keymap/changelog.txt
index 6083e8f..fb719ca 100644
--- a/script.keymap/changelog.txt
+++ b/script.keymap/changelog.txt
@@ -1,3 +1,5 @@
+[B]v0.9.2[/B]
+- added System.LogOff action
+
[B]v0.9.1[/B]
- fixed: script not working on os x due to missing python libraries
-
diff --git a/script.keymap/common.py b/script.keymap/common.py
index fd5d1f1..df6b68f 100644
--- a/script.keymap/common.py
+++ b/script.keymap/common.py
@@ -125,8 +125,9 @@ _actions = [
"shutdown" , "Shutdown",
"reboot" , "Reboot",
"hibernate" , "Hibernate",
- "Suspend" , "Suspend",
+ "suspend" , "Suspend",
"restartapp" , "Restart XBMC",
+ "system.logoff" , "Log off",
"quit" , "Quit XBMC",
]],
-----------------------------------------------------------------------
Summary of changes:
script.keymap/addon.xml | 2 +-
script.keymap/changelog.txt | 4 +++-
script.keymap/common.py | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons