Kodi Community Forum

Full Version: [Bug] ZoomOut Keymap not working anymore (nightlies)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the latest nighlty builds, the mapping of [ZoomOut] is not longer working.
[ZoomIn] is working.

This is, what I used in the keyboard.xml in the last stable builds and it worked flawlessly:

<pageup>ZoomIn</pageup> <!-- Added for MCE Remotes for extra zooming -->
<Pagedown>ZoomOut</Pagedown> <!-- Added for MCE Remotes for extra zooming -->

The debug-log shows no entrys regarding that issue.

Is there any way to get this to work again ?

Platform: Windows 7, 64-bit (WoW) Service Pack 1 build 7601. Built on May 9 2011 (Git:20110508-570e59c, compiler 1600)

Thanks in advance,
Raptylos
I've been working on the keyboard handling code and at the moment the nightlies contain half completed work (hopefully to be completed in a day or two). At one point in the changes I managed to make the keyboard.xml only work in lower case. Try changing the "Pagedown" to "pagedown" and see if that makes a difference.

JR
jhsrennie Wrote:. At one point in the changes I managed to make the keyboard.xml only work in lower case.
JR

Thanks mate !

That was the clue. Running fine with lower case letters.

Cheers,
Raptylos
Thanks, I've since fixed the bug and any day now the fixed code will be in the nightly builds.

JR