如何拥有多个鼠标光标或模拟多个鼠标但不在同一台计算机上移动我的光标? [英] How to have multiple mouse cursors or to simulate multiple mouse but not moving my cursor in the same computer?

查看:145
本文介绍了如何拥有多个鼠标光标或模拟多个鼠标但不在同一台计算机上移动我的光标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我的电脑上有一些任务必须自动使用鼠标光标,就像一些自动化脚本.但是,我只有一台带有两个显示器的计算机,所以我希望在其中一个屏幕上工作,然后让我的自动化任务在另一个屏幕上用两个以上甚至更多的鼠标光标执行.

Recently I have some tasks on my computer that have to use the mouse cursor automatically, which are like some automated scripts. However, I only have one computer with two monitors, so I hope to work on one of the screens and then let my automated tasks be doing on the other screen with more than two mouse cursors or even more.

所以我的问题是,是否可以在一台计算机中拥有多个鼠标光标,并且我可以通过某些编程语言(如 C、C++ 或 Python)控制这些光标?或者,是否可以在计算机上模拟某些鼠标事件但不移动我唯一的鼠标光标?我的操作系统可以是 Windows 10 或 Ubuntu 18.04 桌面版.

So my question is if it is possible to have multiple mouse cursors in a single computer and I can control these cursors by some programming languages like C, C++ or Python? Or, is it possible to simulate some mouse events on the computer but not moving my only mouse cursor? My operating system can be Windows 10 or Ubuntu 18.04 desktop.

推荐答案

鼠标光标只不过是屏幕上可以执行多项操作的特定区域.通常你会有一个指针告诉你在那个特定时刻活动区域的位置.

A mouse cursor is nothing more than a specific area on screen where you can perform multiple actions. Usually you have a pointer that tells you where the active area is on that specific moment.

例外情况是在触摸屏上,光标不可见,因为您触摸屏幕的手指就是光标位置.

The exception is on a touch screen where a cursor is not visible because your finger touching the screen is the cursor position.

如果您连接多个设备来控制您的光标,则只会看到一个指针,但您可能需要多个用户操作一台计算机.更多详情

If you connect more than one device to control your cursor, only one pointer will be visible, but you might want more than one user operating a computer. More details

简而言之,是的,一次可以控制多个光标,是的,您可以运行一些脚本或一些 RPA 工具来为您执行此操作.

For short, yes, it's possible to control more than one cursor at a time, and yes you can run some scripts or some RPA tools to perform that for you.

这篇关于如何拥有多个鼠标光标或模拟多个鼠标但不在同一台计算机上移动我的光标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆