Last active
September 4, 2015 19:01
-
-
Save digiltd/232812297af4705ad7c9 to your computer and use it in GitHub Desktop.
Kodi skin development keymap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<keymap> | |
<global> | |
<keyboard> | |
<F5>XBMC.ReloadSkin()</F5> | |
<F6>Skin.ToggleSetting(DebugGrid)</F6> | |
<F7>Skin.ToggleSetting(DebugInfo)</F7> | |
<F8>Notification(Testing 123,Hello world)</F8> | |
</keyboard> | |
</global> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment