Hi all, So I just commited a chnage which will break some existing skins if they use %T() for touchregions (The commit message says %Tl but it should say %T). the fix is dead simple: in your .wps/.sbs/.fms find the %T line that breaks, then do the following depending on what the action part looks like:
%T(..., &action) -> %T(..., action, repeat_press) %T(..., *action) -> %T(..., action, long_press) %T(..., !action) -> %T(..., action, reverse_bar) These have been done in all skins in svn, so you will need to update them with the build, not just the main binary Jonathan