Question GetAsyncKeyState

Trojan

New member
Joined
Sep 14, 2011
Messages
1
Programming Experience
Beginner
VB.NET:
Dim starthotkey As Boolean
starthotkey = GetAsyncKeyState(Keys.V)
My question is... how do i change my hotkey from "V" to ctrl+V?
 
Back
Top