How binding Escape button / function to skin button action

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
harris Offline
Junior Member
Posts: 4
Joined: Oct 2009
Reputation: 0
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>Confused</onclick>
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
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 Offline
Junior Member
Posts: 4
Joined: Oct 2009
Reputation: 0
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 Offline
Team-XBMC Skinner
Posts: 5,269
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #4
You can use any command from keymap for the buttons <onclick> so in this case <onclick>PreviousMenu</onclick>

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote