> Hrm, well with the := changed to =, the rule doesn't seem to be working.
:= means "finally assign", and further rules can't change it any more. So perhaps your rule is just too early, and later rules assign a different key?
> Hrm, well with the := changed to =, the rule doesn't seem to be working.
:= means "finally assign", and further rules can't change it any more. So perhaps your rule is just too early, and later rules assign a different key?