View previous topic :: View next topic |
Author |
Message |
vtol Valued Contributor
Joined: 05 Feb 2004 Posts: 653 Location: Eastern Indiana
|
Posted: Mon Nov 23, 2020 8:51 am Post subject: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
|
|
Hello
If you CTRL A on a webpage, it selects all.
*The above works for me in VDS.
If you CTRL(SHIFT(HOME)) it deselects all.
But this one does not work for me:
Code: | window SEND,myWin,@CTRL(@SHIFT(@KEY(HOME))) |
*I tried about every possible variation.
I never could get 3 deep SEND keys to work, or is it even
possible. Maybe I'm I doing something wrong?
Any help would be very appreciated.
cheers |
|
Back to top |
|
|
vtol Valued Contributor
Joined: 05 Feb 2004 Posts: 653 Location: Eastern Indiana
|
Posted: Thu Nov 26, 2020 1:44 am Post subject: |
|
|
Thanks for reading
I got it to work in AutoHotkey and VBscript no problem.
But you know how nice it is to let VDS do most everything.
It seems VDS should be able to do this with ease.
Code: | window SEND,myWin,@CTRL(@SHIFT(@KEY(HOME))) |
Maybe someone has a vds API alternative example.
I'll check this every few days in case someone knows.
Hope you have a nice Thanksgiving day |
|
Back to top |
|
|
vtol Valued Contributor
Joined: 05 Feb 2004 Posts: 653 Location: Eastern Indiana
|
Posted: Fri Nov 27, 2020 6:45 am Post subject: |
|
|
I was wrong because VDS can do it.
I found that it just won't work if you do
something like @CTRL(a) before it.
So it seems to be a release problem, or
something, or slight bug, I don't know.
Anyways it does work in VDS after all.
<by itself>
Is there a way to CLEAR the VDS hotkeys
from your program, so you can use both?
If not I'll prolly have to use AutoHotkey for
the later part.
Thanks for reading |
|
Back to top |
|
|
|