dan Asked: 2011-04-30 05:12:04 +0800 CST2011-04-30 05:12:04 +0800 CST 2011-04-30 05:12:04 +0800 CST 有没有一个程序可以让你的鼠标指针跳转到下一个显示器? 772 我使用多台显示器(使用 Synergy),我想让鼠标指针跳转到下一台显示器,而无需移动它。是的,我就是这么懒。是否存在执行此类操作的程序? mouse 1 个回答 Voted Best Answer AvatarKava 2011-04-30T05:44:34+08:002011-04-30T05:44:34+08:00 您可以在配置文件中使用其中任何一个: keystroke(alt+left) = switchInDirection(left) 当左箭头键与 Alt 键组合按下时切换到左侧屏幕。 keystroke(shift+control+alt+super) = switchToScreen(moe) 当所有 Shift、Control、Alt 和 Super 修饰键同时按下时切换到屏幕 moe。 通过http://synergy2.sourceforge.net/configuration.html
您可以在配置文件中使用其中任何一个:
keystroke(alt+left) = switchInDirection(left) 当左箭头键与 Alt 键组合按下时切换到左侧屏幕。
keystroke(shift+control+alt+super) = switchToScreen(moe) 当所有 Shift、Control、Alt 和 Super 修饰键同时按下时切换到屏幕 moe。
通过http://synergy2.sourceforge.net/configuration.html