![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: How to make Command to right-click, drag mouse to another position, then release? Topic Summary: Created On: 03/04/2022 11:40 AM Status: Post and Reply |
|
![]() |
|
How do I make a command to right-click one spot, then drag mouse to another position, then release it?
Really need something like this, but I'm not sure about to go about it.
Any help is appreciated!
|
|
|
|
![]() |
|
The KnowBrainer <MouseButton_MouseAction> command can get you halfway there when you say Right Mouse Hold Down but you would probably have to use a 2nd separate mouse drag command. ------------------------- Change "No" to "Know" w/KnowBrainer 2020 |
|
|
|
![]() |
|
Which command would this 2nd one be? |
|
|
|
![]() |
|
There may be an easier way, depending on what you're trying to accomplish. If you are trying to drag-and-drop "something" it might be possible to select that "something" by single clicking it with the left mouse button (ButtonClick 1, 1) then either issuing "copy" (SendKeys "^c", 1) or "cut" (SendKeys "^x", 1). This would be followed by moving the mouse pointer to the desired target location (SetMousePosition...), doing another left mouse button click followed by a "paste" (SendKeys "^v", 1). My system requires delays after any of the copy, cut, and paste operations (Wait 0.3). I also need to do a very brief wait (0.1 seconds) after SetMousePosition.
------------------------- -Edgar |
|
|
|
![]() |
|
Brainerfan,
The combination of SP 7 Standard's Press Utility and the Dragon® 1-9 Grid gets you a long way when it comes to quickly dragging and dropping items by voice.
Watch this video, you'll see what I mean:
------------------------- Turbocharge your Dragon® productivity with 40 Power Addons |
|
|
FuseTalk Standard Edition v4.0 - © 1999-2022 FuseTalk™ Inc. All rights reserved.