Kodi Community Forum

Full Version: [LIVE] Q's regarding altering keyboard.xml and other keyboard tweaks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am personalizing the keyboard.xml to re-map certain buttons, clean-up extraneous (non-applicable) buttons, and add certain keymap functions.

So, my first question is with regard to ActivateWindow().
I have seen it written as both ActivateWindow() and XBMC.ActivateWindow().
Are both correct, or is there an appropriate time and place for each?

Secondly, is there a way to alter the keyboard response inside XBMC. i.e. make it snappier, quicker. it seems that my key press rate can easily exceed the response rate of XBMC. not sure if this is a keyboard issue, or a program tweak...

Thanks in advance.Big Grin
XBMC.ActivateWindow is the full name space and the "correct" way to call it.
Thanks that helps immensely.