Skip to content

Commit

Permalink
now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluscream committed Sep 16, 2024
1 parent 89421f6 commit 55c1bc9
Show file tree
Hide file tree
Showing 31 changed files with 2,290 additions and 521 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,18 @@
# custom
# !lib/*.ahk
!lib/**/*.ahk
!lib/**/*.ahk2
!lib/**/*.ahkv2
# !scripts/*.ahk
!scripts/**/*.ahk
!scripts/**/*.ahk2
!scripts/**/*.ahkv2
# !scripts/bin/*.exe

ahkstudio/*
autohotinterception/*
scripts/SteamBulkKeyActivator/
scripts/temp/
!scripts/buttons/*
Adventure/
AutoGUI/
Lib/TrayIcon.bak.ahk
scripts/AHK-Rare
*.mp3
*.mp4
*.wav
/Scripts/sirens
61 changes: 0 additions & 61 deletions AHK-v2-script-converter-master/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions AHK-v2-script-converter-master/tests/Yunit/README.md

This file was deleted.

217 changes: 0 additions & 217 deletions AHK-v2-script-converter-master/tests/Yunit/doc/Main.md

This file was deleted.

5 changes: 3 additions & 2 deletions lib/bluscream.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#Include %A_LineFile%\..\bluscream\utils.ahk
#Include %A_LineFile%\..\bluscream\tray.ahk
#Include %A_LineFile%\..\bluscream\addon.ahk
#Include %A_LineFile%\..\bluscream\toast.ahk

ObjectCount(object) {
count := 0
Expand Down Expand Up @@ -204,7 +205,7 @@ ProcessExists(PID_or_Name){
Process, Exist, % PID_or_Name
Return Errorlevel
}
StdOutToVar( sCmd ) { ; GAHK32 ; Modified Version : SKAN 05-Jul-2013 http://goo.gl/j8XJXY
StdOutToVar2( sCmd ) { ; GAHK32 ; Modified Version : SKAN 05-Jul-2013 http://goo.gl/j8XJXY
Static StrGet := "StrGet" ; Original Author : Sean 20-Feb-2007 http://goo.gl/mxCdn

DllCall( "CreatePipe", UIntP,hPipeRead, UIntP,hPipeWrite, UInt,0, UInt,0 )
Expand Down Expand Up @@ -245,7 +246,7 @@ StdOutToVar( sCmd ) { ; GAHK32 ; Modified Version : SKAN 05-Jul-2013 http://go

Return sOutput, DllCall( "SetLastError", UInt,ExitCode )
}
StdOutStream( sCmd, Callback = "" ) { ; Modified : SKAN 31-Aug-2013 http://goo.gl/j8XJXY
StdOutStream2( sCmd, Callback = "" ) { ; Modified : SKAN 31-Aug-2013 http://goo.gl/j8XJXY
Static StrGet := "StrGet" ; Thanks to : HotKeyIt http://goo.gl/IsH1zs
; Original : Sean 20-Feb-2007 http://goo.gl/mxCdn

Expand Down
Loading

0 comments on commit 55c1bc9

Please sign in to comment.