How can i bind this Escape button / function to a skin button action
<onclick>
</onclick>
harris
Junior Member Posts: 4 Joined: Oct 2009 Reputation: 0 |
2009-10-12 17:05
Post: #1
With pressing the ESC button (Desktop Windows) I can navigate to the last window / close the dialog etc.
How can i bind this Escape button / function to a skin button action <onclick> </onclick>
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-10-12 17:28
Post: #2
keymap.xml - just like any other keybindings...
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
harris
Junior Member Posts: 4 Joined: Oct 2009 Reputation: 0 |
2009-10-12 19:21
Post: #3
Hm
I don't want to modify key mappings but bind the function(s) of an existing keyboard key binding to a gui button pressing |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2009-10-12 23:25
Post: #4
You can use any command from keymap for the buttons <onclick> so in this case <onclick>PreviousMenu</onclick>
Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |