HOW-TO:Use SMS-style text entry for remotes: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{incomplete}}
Our remote control pages are so scattered that not even I know where to put this, but I'm putting it SOMEWHERE before I forget.
==SMS text input==
==SMS text input==
If you have a remote control that is viewed as a keyboard to XBMC and want to enable SMS/T9-like text input, do two things:
If you have a remote control that is viewed as a keyboard to XBMC and want to enable SMS/T9-like text input, do two things:
Line 25: Line 22:
</keymap>
</keymap>
</syntaxhighlight>
</syntaxhighlight>
==SMS text search==
{{incomplete}}
==SMS text jumping==
{{incomplete}}


[[Category:Remotes]]
[[Category:Remotes]]
[[Category:How-to]]
[[Category:How-to]]

Revision as of 23:00, 28 November 2013

SMS text input

If you have a remote control that is viewed as a keyboard to XBMC and want to enable SMS/T9-like text input, do two things:

  1. Settings/System/Input devices -> enable "Remote control sends keyboard presses"
  2. make a keyboard.xml keymap file with this (save it in userdata/keymaps/):
    <keymap>
      <VirtualKeyboard>
        <keyboard>
          <zero>Number0</zero>
          <one>Number1</one>
          <two>Number2</two>
          <three>Number3</three>
          <four>Number4</four>
          <five>Number5</five>
          <six>Number6</six>
          <seven>Number7</seven>
          <eight>Number8</eight>
          <nine>Number9</nine>
          <backspace>Backspace</backspace>
        </keyboard>
      </VirtualKeyboard>
    </keymap>

SMS text search

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

SMS text jumping

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?