Normal not becuse ctrl+k works with edit

Code:
 
dialog test {  
  title "lalalala"  
  size 100 100 80 30  
  option dbu  
  text "nick color:", 1, 10  15  25 10  
  edit  "", 2, 10  15 50 10
  check "color",3,10 5 50 10,push
}

on 1:dialog:test:edit:2:{ 
  if ($did(3).state = 1)  { keysend ctrl k | did -u $dname 3 }
}
prees the color button and try to write somthing in the edit box