Your problem is that your SKP is NOT calling the "Mute" FUNCTION, it is calling the "Mute" BUTTON, which has your SKP/LKP on it, so it really is just calling itself again.khonderd wrote:Apparently I'm missing something obvious because I can't get the SKP (Short-Key-Press) part of the LKP to work correctly. I'm trying to make a long press of Mute turn the headphones on my TV. A LKP turns on the wireless headphone option, but the SKP does nothing and I want it to do the original command of muting the TV.
Here is my IR file, stripped of pretty much everything except the default options and my LKP. https://www.hifi-remote.com/forums/dload ... le_id=8729
Also, CBL/SAT code 2303 shows as invalid with this rdf, but was valid on the 10820N standard rdf. I changed the code I was using to make sure this wasn't part of the issue.
Any help would be greatly appreciated.
Here's what to do:
1. Move your keymove from "shift-Mute" to "xshift-MUTE"
2. Change your LKP sequence to call "xshift-Mute"
3. Change your SKP sequence to call "shift-Mute"
Then it should work.
The SKP calling "shift-Mute" will look for a Keymove on "shift-Mute" and not finding one will invoke the underlying UNshifted function. This is called shift-cloaking and is a very useful tool/feature when building a lot of LKPs.