Scakk commented on a Page, My First Dialog: mIRC On-Screen Keyboard  -  Mar 09, 2009

This

      did -r $dname 122 Caps lock ON
      did -a $dname 122 Caps lock ON

Could be

did -ra $dname 122 Caps lock ON

For the backspace part you could use something like below.

$remove($did(1),$right($did(1),1))

Example: $remove(testing,$right(testing,1)) = testin

That way it will delete the last letter of the text in the edit box each time it is hit as so long as you start at the end of the text line.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.