I guess you're right.. i was using wildcards for the clicks, that seems to work, guess the other way doesn't. sorry for the misread


on *:dialog:listview:*click:1: {
var %click = $gettok($did($dname,$did,1),1,32)
if (%click = rclick) { dostuff }
if (%click = dclick) { dostuff }
}