[General]
Description=ڲ
BeginHotkey=121
BeginHotkeyMod=0
RunOnce=0
Enable=0
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content=

[Script]
Dim hWnd
Dim WndText,WndExePath
Plugin hWnd=Window.MousePoint()
Plugin WndText=Window.GetText(hWnd)
Plugin WndExePath=Window.GetExePath(hWnd)
WndText = "ڱǣ" & WndText & " ĳǣ" & WndExePath
Plugin Window.Max(hWnd)
Delay 3000
Plugin Window.Min(hWnd)
Delay 3000
Plugin Window.Restore(hWnd)
