求动作实现将窗口移动到下一个虚拟桌面

动作开发 · 1428 次浏览
yuzhechao 创建于 2022-03-09 18:01
网上找了下ahk的代码 试了下做动作没陈宫
AHK代码:
#^+Left:: #^+Right:: Send #{tab} ;WIN+TAB=Open the desktop view Sleep 200 Send +{F10}M{Enter};SHIFT+F10=context menue. M=move. Enter for the first desktop in the list. Sleep 100 Send #{tab} ;WIN+TAB=Close the desktop view return
https://qastack.cn/superuser/950452/how-to-quickly-move-current-window-to-another-task-view-desktop-in-windows-10

回复内容
CL 2022-03-09 18:07
#1

在Win11上,M不管用了,中文菜单没法M触发到移动到。

K_Y_D 2022-03-09 20:25
#2

刚写的,试试看

https://getquicker.net/Sharedaction?code=7290ce57-1975-46da-63dd-08da01ba7228

yuzhechao 2022-03-09 22:01 :

可行 谢谢大佬

zryan 2022-04-25 22:45
#3

另一种实现方式(适用于win10),可以看看:窗口穿梭 - Quicker

可以将窗口移动到左侧或右侧下一个桌面,搭配高级鼠标触发可以实现以下效果:

(使用方式1)

(使用方式2)

zryan 最后更新于 2022-04-25 22:49
回复主贴