v17 Is button "i" working for Movies
#1
Is button "i" working for Movies (Win version kodi KodiSetup-20160721-a3f94c5), few weeks is out.
Information from Contex menu working for Movies,widget "i" is working too, but when I open movies list and hit "i" on keybord no action...
For Concerts & TVShow all keybord command working.

Is my PC out or this is Bug or evan worse you purposely remove that command ?

Code:
21:17:48 T:1924   DEBUG: ------ Window Deinit () ------
21:17:50 T:1924   DEBUG: Keyboard: scancode: 0x17, sym: 0x0069, unicode: 0x0069, modifier: 0x0
21:17:50 T:1924   DEBUG: CInputManager::OnKey: i (0xf049) pressed, action is Info
21:17:50 T:1924   DEBUG: ------ Window Deinit (Pointer.xml) ------
21:17:50 T:1924   DEBUG: Keyboard: scancode: 0x17, sym: 0x0069, unicode: 0x0000, modifier: 0x0
21:17:51 T:1924   DEBUG: ------ Window Init (Pointer.xml) ------
21:17:52 T:1924   DEBUG: CWinEventsWin32::WndProcWindow is active
Tnx for answer Smile
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#2
It has always worked for me, but will double check when home
Reply
#3
Yes works fine with ''i''.
Reply
#4
tnx, then my PC config is Broken...
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#5
\Kodi\userdata\keymaps\keyboard.xml

put in that file:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keyboard keys to actions within Kodi.              -->
<!--                                                                                      -->
<!-- The format is:                                                                       -->
<!--  <window>                                                                            -->
<!--    <device>                                                                          -->
<!--      <button>action</button>                                                         -->
<!--    </device>                                                                         -->
<!--  </window>                                                                           -->
<!--                                                                                      -->
<!-- The <global> section is a fall through - they will only be used if the button is     -->
<!-- not used in the current window's section.                                            -->
<!--                                                                                      -->
<!-- Actions can be built-in functions.                                                   -->
<!--  eg <B>ActivateWindow(Music)</B>                                                   -->
<!-- would automatically go to Music on the press of the B button.                        -->
<!--                                                                                      -->
<!--  Long presses                                                                        -->
<!--   A limitation is that if a single press is mapped in a section, a global "longpress"-->
<!--   will be ignored. The workaround is to duplicate the long mapping in the section.   -->
<!--                                                                                      -->
<!-- An empty action removes the corresponding mapping from default and parent keymaps.   -->
<!-- This is different from a "noop" action, which disables a button.                     -->
<!--                                                                                      -->
<!-- More documentation on keymaps can be found on http://kodi.wiki/view/keymaps          -->
<keymap>
  <global>
    <keyboard>
      <i>Info</i>
    </keyboard>
  </global>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
Is button "i" working for Movies0