currently I only have the stock remote of the Tronsmart.
The thing is, in xbmc you can not stop/pause a video by hitting one button on the remote, you first have to hit "OK" to get the on screen menu, than move right then again OK to stop.
I would like to stop (or pause or start again after pause) with just one hit on the remote.
Unfortunately the stock remote has no buttons for "play/pause/stop".
Question: can I re-configure one of the other buttons to do what I want using the keyboard.xml file?
For example, "Volume-" and "Volume+" are uselesse for me in xbmc as I use passthrough and volume is done by the AVR.
So I tried to make my own keyboard.xml with these commands:
<?xml version="1.0" encoding="UTF-8"?> <keymap> <global> <keyboard> <volume_down>Stop</volume_down> <volume_up>Play</volume_up> </keyboard> </global> </keymap>
<?xml version="1.0" encoding="UTF-8"?> <keymap> <global> <keyboard> <volumeplus>Play</volumeplus> <volumeminus>Stop</volumeminus> </keyboard> </global> </keymap>
Anyone any idea if this is possible and if so, how to do it?
Thanks
Mark
Comment