Delete키 동작을 수행한다.
* settargetfield API로 필드를 지정 후 호출해야 한다.
해당 API 호출시 커서의 뒤쪽 텍스트가 삭제된다.
function btn_on_mouseup(objInst) { keyboard.deletekey(); }