v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0)
(2016-08-17, 17:26)n2vwz Wrote: This is a request to restore the previous functionality by removing or provide a simple method of disabling “Long-Press” code.

Unlikely to be changed, to be honest. With my USB keyboard the old default behaviour is actually quite unusable (due to additive seeking) and you'll zip right to the start/end before you've managed to lift your finger from the keyboard, so I can see why the mapping has been altered.

However it's quite easy to create your own custom keyboard mapping in /storage/.kodi/userdata/keyboard.xml that will revert the change:
Code:
<keymap>
  <FullscreenVideo>
    <keyboard>
      <left mod="longpress"></left>
      <right mod="longpress"></right>
    </keyboard>
  </FullscreenVideo>

  <Visualisation>
    <keyboard>
      <left mod="longpress"></left>
      <right mod="longpress"></right>
    </keyboard>
  </Visualisation>
</keymap>
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
3D HOU/HSBS issue - by .bismarck - 2016-06-20, 20:03
RE: LibreELEC Testbuilds for x86_64 (Kodi 17.0) - by Milhouse - 2016-08-17, 23:38
[Build #0903] breaks VAAPI - by MichaelAnders - 2016-09-04, 15:37
Update Failed - by n2vwz - 2016-09-27, 19:34
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 17.0)11