StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Jobssal  
#1 Posted : Thursday, February 23, 2023 3:11:45 AM(UTC)
Jobssal

Rank: Newbie

Reputation:

Groups: Approved
Joined: 2/21/2023(UTC)
Posts: 2
Korea, Republic Of
Location: Seoul


Solution : Because SendHotKey doesn't work,
Just fire SendKeys after activating the window (or control)... ^__^

* Window close script
var curwin = sp.WindowFromPoint(action.Start, true);
curwin.Activate();
sp.SendKeys("^w");

* backward script
var curwin = sp.WindowFromPoint(action.Start, true);
curwin.Activate();
sp.SendKeys("%{LEFT}");

* forward script
var curwin = sp.WindowFromPoint(action.Start, true);
curwin.Activate();
sp.SendKeys("%{RIGHT}");

- some korean developer Blink -
----------------------------------
I am a Korean developer and I live in Seoul
I'm crazy obsessed with mice.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.