forked from sl5net/global-IntelliSense-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.ahk
85 lines (66 loc) · 2.07 KB
/
start.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
; Indentation_style: https://de.wikipedia.org/wiki/Einrückungsstil#SL5small-Stil
#NoTrayIcon
; Critical , On
SetWorkingDir %A_ScriptDir%\Source
run,gi-everywhere.ahk,%A_ScriptDir%\Source
exitApp
Critical , On
SetWorkingDir %A_ScriptDir%\Source
SetTitleMatchMode,2
name=temp.ahk ahk_class #32770
while(WinExist(name) && A_Index < 9)
WinClose,% name
while(WinExist(name) && A_Index < 9)
WinKill,% name
DetectHiddenWindows,on
SetTitleMatchMode,2
;name=Typing_Aid_everywhere_multi_clone.ahk ahk_class AutoHotkey
;name := "Typing_Aid_everywhere_multi_clone" ; .ahk ; ahk_class AutoHotkey
;name=gi-everywhere ahk_class AutoHotkey
;while(WinExist(name) && A_Index < 999){
; ToolTip, %A_Index%: WinClose `n (%A_LineFile%~%A_LineNumber%)
; WinClose,% name
;}
;run,gi.ahk ; ,%A_ScriptDir%\Source
; run,%A_ScriptDir%\gi.ahk ; ,%A_ScriptDir%\Source
;MsgBox, ExitApp
; ExitApp
;while(WinExist(name) && A_Index < 9)
; WinKill,% name
;DetectHiddenWindows,Off ; <== never do this again. all in taskbar was not closed !! 02.10.2018 12:33
; 1: A window's title must start with the specified WinTitle to be a match.
; 2: A window's title can contain WinTitle anywhere inside it to be a match.
; 3: A window's title must exactly match WinTitle to be a match.
SetTitleMatchMode,3
name=gi.ahk ahk_class AutoHotkey
while(WinExist(name) && A_Index < 9)
WinClose,% name
while(WinExist(name) && A_Index < 9)
WinKill,% name
name=gi ahk_class AutoHotkey
while(WinExist(name) && A_Index < 9)
WinClose,
while(WinExist(name) && A_Index < 9)
WinKill,
; ahk_class AutoHotkey
name=gi - Active
while(WinExist(name) && A_Index < 9)
WinClose,
while(WinExist(name) && A_Index < 9)
WinKill,
; ahk_class AutoHotkey
name=gi - Inactive
while(WinExist(name) && A_Index < 9)
WinClose,
while(WinExist(name) && A_Index < 9)
WinKill,
; msgbox, lets start 17.02.2018 22:14
FileDelete, ActionListLearned.db
Sleep,100
run,gi-everywhere.ahk,%A_ScriptDir%\Source
; run,start.ahk
; run,start.ahk,G:\downloads\gi-190214_0906\gi
winwait,gi-everywhere.ahk,,9
Sleep,1000
; run,Typing_Aid_everywhere_multi_clone.ahk,%A_ScriptDir%\Source
exitApp