Add-on:Commands: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot repo category update)
(6 intermediate revisions by 3 users not shown)
Line 21: Line 21:
To use this just use a '''[[keymap]]''' to map a button to perform the action:
To use this just use a '''[[keymap]]''' to map a button to perform the action:


<syntaxhighlight lang="XML">
  RunPlugin(plugin://script.commands)
RunPlugin(plugin://script.commands)
</syntaxhighlight>


[[Category:Pages with syntax highlighting errors]]
[[Category:Add-ons with license tag]]
[[Category:Add-ons with license tag]]
[[Category:Add-ons with source tag]]
[[Category:Add-ons with source tag]]
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Pages with syntax highlighting errors]]
[[Category:Program add-ons]]
[[Category:Program add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]

Revision as of 01:08, 15 July 2018

Commands
icon.png

See this add-on on the kodi.tv showcase

Author: AddonScriptorDE

Type: Program
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL v2.0
Source: Source code
Summary: Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions
Home icon grey.png   ▶ Add-ons ▶ Commands
Attention talk.png Need help with this add-on? See here.

Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Program Add-ons
  5. Commands
  6. Install

Instructions

To use this just use a keymap to map a button to perform the action:

 RunPlugin(plugin://script.commands)