Alternative keymaps for mice

From Official Kodi Wiki
Revision as of 01:32, 28 May 2015 by Ned Scott (talk | contribs) (Created page with "Alternative keymaps for mice and remotes with airmouse features, as suggested by the community. == Keymap 1 == ;What it does *Disables mouse movement for fullscreen video. Cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Alternative keymaps for mice and remotes with airmouse features, as suggested by the community.

Keymap 1

What it does
  • Disables mouse movement for fullscreen video. Click anywhere to bring up the on-screen-controls, which will re-enable mouse movement.
Keymap
Cut and paste the following into a new text document and save as NoMouseMove.xml and place in userdata/keymaps/
<keymap>
  <fullscreenvideo>


  </fullscreenvideo>
</keymap>

Keymap 2

What it does
  • Completely disables mouse movement.
Keymap
Cut and paste the following into a new text document and save as NoMouseMove.xml and place in userdata/keymaps/
<keymap>


</keymap>