mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ AHK Tests: new aboutbox selection mechanism
This commit is contained in:
parent
556c50bb1b
commit
ffb7d91c06
@ -84,7 +84,9 @@ Return
|
||||
CHECK_ABOUT_BOX:
|
||||
; check About DlgBox
|
||||
WinActivate, ahk_pid %v_Notepad3_PID%
|
||||
Send {F1}
|
||||
; This will select File->Open in Notepad:
|
||||
WinMenuSelectItem, ahk_pid %v_Notepad3_PID%, , ?, About...
|
||||
|
||||
WinWait, About %v_NP3Name%, , 1
|
||||
v_ErrLevel = %ErrorLevel%
|
||||
if (v_ErrLevel != 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user