Control_OnKeyPress(Key)
2 keys
from
Stardock Forums
hello.
I dont find.
How to use 2 keys with the method Control_OnKeyPress(Key)
I need crtl+C
Sub Control_OnKeyPress(Key)
If Key = Ctrl+c Then
DesktopX.ScriptObject("wiki_browser")......
End If
Thank you.
I dont find.
How to use 2 keys with the method Control_OnKeyPress(Key)
I need crtl+C
Sub Control_OnKeyPress(Key)
If Key = Ctrl+c Then
DesktopX.ScriptObject("wiki_browser")......
End If
Thank you.