hey all,

Code:
alias test { dialog -m test test }
dialog test {
  title "test"
  size -1 -1 139 38
  option dbu
  edit "", 1, 15 13 50 10
  edit "", 2, 74 13 50 10
}


How to tell cursor if I click backspace within textbox2 to set focus to textbox1 ?

we need to know the ascii code for backspace & to check out the keyDown :S


thanks.