Alternative keymaps for number pads

From Official Kodi Wiki
Revision as of 23:03, 23 January 2013 by >Xbmc.wiki (Created page with "<section begin=listsummary />Allows a USB NumPad/KeyPad to control XBMC<section end=listsummary /> This is a basic skeleton custom Userdata Keymap file, follow the instr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Allows a USB NumPad/KeyPad to control XBMC

This is a basic skeleton custom Userdata Keymap file, follow the instrutions for HOW-TO:Modify_keyboard.xml and copy the following into your Keyboard.xml

<!-- Keypad keymap for xbmc -->
<keymap>
  <global>
    <keyboard>
      <numpadzero>OSD</numpadzero>
      <numpadone>Stop</numpadone>
      <numpadtwo>Down</numpadtwo>
      <numpadthree>BigStepBack</numpadthree>
      <numpadfour>Left</numpadfour>
      <numpadfive>Select</numpadfive>
      <numpadsix>Right</numpadsix>
      <numpadseven>XBMC.ActivateWindow(Home)</numpadseven>
      <numpadeight>Up</numpadeight>
      <numpadnine>BigStepForward</numpadnine>
      <numpaddivide>StepBack</numpaddivide>
      <!-- my numpad divide shows up as "forwardslash" -->
      <forwardslash>StepBack</forwardslash>
      <numpadtimes>StepForward</numpadtimes>
      <numpadperiod>Info</numpadperiod>
      <numlock>Pause</numlock>
      <!-- + and - handle the volume by default -->
      <!-- BackSpace is "back" by default -->
      <!-- Enter is "select" by default -->
    </keyboard>
  </global>
</keymap>