Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Original key function not being properly eaten in XBMC
#2
Probably does not eat user-pressed keys when the macro presses keys simultaneously. It may happen when using non-low-level hook, because then there is no reliable way to know key source - user-pressed or QM-pressed.

Use opt keymark 1

Function VolumeUp
Trigger B     Help - how to add the trigger to the macro
Code:
Copy      Help
opt keymark 1
key y

This also should work:
Function VolumeUp
Trigger B     Help - how to add the trigger to the macro
Code:
Copy      Help
spe 10
BlockInput 1
key y
BlockInput 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)