Trouble setting custom keyboard maps for some actions
#1
I've been mapping an IR remote control which shows up as a keyboard device in linux so that it can control XBMC. Most of the functions work out of the box, but there are a few I've been trying to add.

My custom keymap xml files is as follows:
Code:
<keymap>
    <global>
        <keyboard>
            <launch_mail>ContextMenu</launch_mail>
            <a mod="ctrl,alt">ActivateWindow(PlayerControls)</a>
            <o mod="ctrl">ActivateWindow(PlayerControls)</o>
        </keyboard>
    </global>
</keymap>

The keymap seems good and the debug log reads ok with no loading errors. The launch_mail map works and the a and o commands work with ContextMenu. It seems like the ActivateWindow(PlayerControls) is the problem, but I'm not sure what. It works for the stock

Is there anything additional I can do to get debugging info, or am I missing something simple?

Thank you,
Louis
Reply

Logout Mark Read Team Forum Stats Members Help
Trouble setting custom keyboard maps for some actions0