keymap to multiple actions
#1
Question 
hi,

is it possible to map a key to multiple actions?

for example in keyboard.xml
Quote:<enter>togglefullscreen; XBMC.PlayerControl(Stop)</enter>
Reply
#2
muzzol Wrote:hi,

is it possible to map a key to multiple actions?

for example in keyboard.xml

Depends on what you mean. Do you mean to do the two actions at the same time? That's not possible as far as I know. You can, however, map context specific actions to the same button.
Reply
#3
No. The data structures within XBMC that associate keystrokes with actions are 1 to 1 mappings, so one keypress = one action.

If you need the equivalent of a macro then write it as a Python script and assign the keypress to RunScript (see http://wiki.xbmc.org/?title=List_of_Built_In_Functions for details).

JR
Reply
#4
thanks for the quick reply
Reply

Logout Mark Read Team Forum Stats Members Help
keymap to multiple actions0