so if you press the Tab key, you move to the next index (for textbox1 to textbox2 to textbox3....)
and if you press Ctrl+V you paste ofcourse.
Can I bind these 2 keys so that when the user presses Tab, it actually moves to the next index and pastes the clipboard to the testbox ?
if yes, how ?

Thanks