Skip to content

Instantly share code, notes, and snippets.

@oscarrenalias
Forked from anonymous/keymap.xml
Created June 2, 2013 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarrenalias/5694485 to your computer and use it in GitHub Desktop.
Save oscarrenalias/5694485 to your computer and use it in GitHub Desktop.
<keymap>
<global>
<remote>
<Yellow>RunScript("/storage/.xbmc/userdata/keymaps/sound.py")</Yellow>
</remote>
</global>
</keymap>
import os
os.system('sh /storage/.xbmc/userdata/keymaps/sound.sh')
xrandr --output DFP1 --off
xrandr --auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment