GroupAdd,groupName,ahk_class Windows.UI.Core.CoreWindow
GroupAdd,groupName,ahk_class ApplicationFrameWindow
GroupAdd,groupName,ahk_class HH Parent
#IfwinNotActive,ahk_group groupName
;在该组内执行的代码
#IfWinActive,ahk_group groupName
;在该组内不执行的代码
return
GroupAdd,groupName,ahk_class ApplicationFrameWindow
GroupAdd,groupName,ahk_class HH Parent
#IfwinNotActive,ahk_group groupName
;在该组内执行的代码
#IfWinActive,ahk_group groupName
;在该组内不执行的代码
return

