Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersick authored Oct 24, 2017
1 parent 82bca80 commit 3f0a7ef
Show file tree
Hide file tree
Showing 24 changed files with 17,028 additions and 14,244 deletions.
1,695 changes: 922 additions & 773 deletions Data/AeroZoom_Alt.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_Alt_x64.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_Ctrl.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_Ctrl_x64.ahk

Large diffs are not rendered by default.

1,546 changes: 847 additions & 699 deletions Data/AeroZoom_MouseL.ahk

Large diffs are not rendered by default.

1,724 changes: 937 additions & 787 deletions Data/AeroZoom_MouseL_x64.ahk

Large diffs are not rendered by default.

2,037 changes: 1,093 additions & 944 deletions Data/AeroZoom_MouseM.ahk

Large diffs are not rendered by default.

2,037 changes: 1,093 additions & 944 deletions Data/AeroZoom_MouseM_x64.ahk

Large diffs are not rendered by default.

1,719 changes: 934 additions & 785 deletions Data/AeroZoom_MouseR.ahk

Large diffs are not rendered by default.

1,719 changes: 934 additions & 785 deletions Data/AeroZoom_MouseR_x64.ahk

Large diffs are not rendered by default.

1,696 changes: 923 additions & 773 deletions Data/AeroZoom_MouseX1.ahk

Large diffs are not rendered by default.

1,696 changes: 923 additions & 773 deletions Data/AeroZoom_MouseX1_x64.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_MouseX2.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_MouseX2_x64.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_Shift.ahk

Large diffs are not rendered by default.

1,695 changes: 922 additions & 773 deletions Data/AeroZoom_Shift_x64.ahk

Large diffs are not rendered by default.

1,697 changes: 924 additions & 773 deletions Data/AeroZoom_Win.ahk

Large diffs are not rendered by default.

1,697 changes: 924 additions & 773 deletions Data/AeroZoom_Win_x64.ahk

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Data/DisableUAC.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
; Run this as admin and compile this with RunAsAdmin

#NoTrayIcon

RegRead,OSver,HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion,CurrentVersion
if (OSver<6.0) {
Expand Down
93 changes: 91 additions & 2 deletions Data/OSD.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#SingleInstance Force
#NoTrayIcon

; special part for zoom and off button
specialParam = %1%
If (specialParam="WinMagPanel")
goto, WinMagPanel
If (specialParam="ZoomItPanel")
goto, ZoomItPanel
If (specialParam="Off")
goto, off
If (specialParam="Off1")
goto, off1
If (specialParam="Off2")
goto, off2
If (specialParam="Sw1")
goto, sw1
If (specialParam="Sw2")
goto, sw2
; end of special part

RegRead,ZoomIncText,HKCU,Software\WanderSick\AeroZoom,ZoomIncTextOSD
RegRead,ZoomitColor,HKCU,Software\WanderSick\AeroZoom,ZoomitColorOSD
Expand Down Expand Up @@ -76,9 +95,9 @@ Exitapp

CaptureDisk:
If (CaptureDisk=1) {
CaptureDiskText=Cap2Disk On
CaptureDiskText=Save Caps On
} else if (CaptureDisk=2) {
CaptureDiskText=Cap2Disk Off
CaptureDiskText=Save Caps Off
}
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
Expand All @@ -87,4 +106,74 @@ Gui, Font, s45, Verdana
Gui, Add, Text, cLime, %CaptureDiskText%
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

WinMagPanel:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, Magnifier Panel
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

ZoomItPanel:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, ZoomIt Panel
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

Off:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, Hotkeys normal
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

Off1:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, Hotkeys off (mouse)
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

Off2:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, Hotkeys off (all)
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

Sw1:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, Full View
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp

Sw2:
Gui, +LastFound -Caption +ToolWindow +AlwaysOnTop
Gui, Color, EEAA99 ; any color
WinSet, TransColor, EEAA99 165
Gui, Font, s45, Verdana
Gui, Add, Text, cLime, Mini View
Gui, Show, w430 h150 x15 y60 AutoSize NoActivate, AeroZoom OSD
Sleep, 700
Exitapp
1 change: 1 addition & 0 deletions Data/OpenTray.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#SingleInstance force
#NoTrayIcon

Drive, Eject
Sleep, 6000
Expand Down
43 changes: 23 additions & 20 deletions Data/Tips_and_Tricks.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Data/ZoomPad.ahk
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
; AeroZoom by wanderSick | http://wandersick.blogspot.com

#SingleInstance IGNORE ; dont set to force or ghost frames
#NoTrayIcon

Menu, Tray, Icon, %A_WorkingDir%\Data\AeroZoom.ico
;Menu, Tray, Icon, %A_WorkingDir%\Data\AeroZoom.ico

; Check custom transparency setting
RegRead,padTrans,HKCU,Software\WanderSick\AeroZoom,padTrans
Expand Down
2 changes: 1 addition & 1 deletion Data/_updateCheck.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set vbsPath=%CD%
set pathTemp=%temp%

:: declarations
set searchItems="ws.az.32b" "ws.az.33" "ws.az.35" "ws.az.40"
set searchItems="ws.az.33a" "ws.az.34" "ws.az.35" "ws.az.40"

:: set to %temp% to make it work on read-only medium
set pathTemp=%temp%
Expand Down

0 comments on commit 3f0a7ef

Please sign in to comment.