Kodi Community Forum

Full Version: Reverse scrolling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Kodi community,

I just got myself a Logitech K400 wich is a wireless keyboard with touchpad.
I'm using it with Openelec and it works gerat. Even the multitouch works good.

The one thing that is annoying me is scrolling since I am used to how the scrolling works on a macbook.
Is it possible to edit the Keymap to make the scroll reverse?
Or is this something that I have to change in Openelec it self?
Make a keymap called something.xml and save it in your userdata folder (wiki) in the keymaps folder. (you can mount this as an SMB share on another computer) Make sure it is a plain text file and ends in .xml and not .xml.txt, etc

Copy and paste this into the keymap:

Code:
<keymap>
  <global>
    <mouse>
      <wheeldown>wheelup</wheeldown>
      <wheelup>wheeldown</wheelup>
    </mouse>
  </global>
</keymap>

That should do it. You might need to restart Kodi to make it work, or press control+shift+k to reload all keymaps.
Thank you Ned.
Worked like a charm.

Thank you for the help and the entertaining videos on KordKutters :-)