Window激活三个具有相同名称的窗口

时间:2016-10-07 18:27:55

标签: windows automation windows-10 autohotkey

在Pulover的Macro创建者中,我想使用命令 windowactivate 按顺序激活3个窗口。他们有相同的名字。

我尝试创建一个循环,但它没有按预期工作。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

此AutoHotkey脚本将按顺序激活多个具有相同名称的窗口。 如果有帮助。

<?php 
    query_posts(array( 
        'post_type' => 'YOUR_POST_TYPE_NAME', // Add your post-type name
        'showposts' => 10 
    ) );  
?>