StrokesPlus.net Forum
»
General Discussion
»
Scripts
»
How to solve the problem of not working in q-dir
Rank: Newbie
Groups: Approved
Joined: 2/21/2023(UTC) Posts: 2  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  - |
---------------------------------- I am a Korean developer and I live in Seoul I'm crazy obsessed with mice. |
|
|
|
StrokesPlus.net Forum
»
General Discussion
»
Scripts
»
How to solve the problem of not working in q-dir
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.
Important Information:
The StrokesPlus.net Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close