Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何要忽略右键单击,然后在Java / Python中右键单击的位置用shift单击替换它?请注意,这应该在整个计算机中全局发生。另请注意,这是在 Mac OSX 中。
谢谢,
奥丁
这取决于操作系统或窗口管理器的实现。为此,应该在这些事件中加入某种“挂钩”(例如右键单击),以及触发它的上下文(例如右键单击桌面/文件夹/文件)。
但是,即使在您的操作系统上可行,您也不太可能选择实现这种东西的语言。