Skip to content

Commit 82bca80

Browse files
authored
Add files via upload
1 parent 910b648 commit 82bca80

File tree

5 files changed

+104
-108
lines changed

5 files changed

+104
-108
lines changed

AeroZoom.ahk

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ if (chkModRaw=0x1) {
5656
} else if (chkModRaw=0x2) {
5757
Run,"%A_WorkingDir%\Data\AeroZoom_Alt.exe",,
5858
} else if (chkModRaw=0x3) {
59-
Run,"%A_WorkingDir%\Data\AeroZoom_Shift.exe",,
60-
} else if (chkModRaw=0x4) {
59+
Run,"%A_WorkingDir%\Data\AeroZoom_Shift.exe",,
60+
} else if (chkModRaw=0x4) {
6161
Run,"%A_WorkingDir%\Data\AeroZoom_Win.exe",,
6262
} else if (chkModRaw=0x5) {
6363
Run,"%A_WorkingDir%\Data\AeroZoom_MouseL.exe",,

AeroZoom.ahk.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Execution_Level=3
44
[VERSION]
55
Set_Version_Info=1
66
Company_Name=a wandersick
7-
File_Description=The smooth wheel-zoom, easy-snip and accessible mouse-enhancing panel
8-
File_Version=3.2.0.1
7+
File_Description=The smooth wheel-zooming and snipping mouse-enhancing panel
8+
File_Version=3.3.0.0
99
Inc_File_Version=0
1010
Internal_Name=AeroZoom
1111
Legal_Copyright=Copyright (c) 2009-2012 a wandersick (http://wandersick.blogspot.com)
1212
Original_Filename=AeroZoom.exe
1313
Product_Name=AeroZoom
14-
Product_Version=3.2.0.1
14+
Product_Version=3.3.0.0
1515
[ICONS]
1616
Icon_1=%In_Dir%\Data\AeroZoom.ico

Readme.txt

+47-54
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
[ AeroZoom 3.2a with AeroSnip ]
3+
[ AeroZoom 3.3 with AeroSnip ]
44

5-
A smooth wheel-zoom, easy-snip and accessible mouse-enhancing panel
5+
The smooth wheel-zooming and snipping mouse-enhancing panel
66

77

88
# AeroZoom enhances upon the smooth Magnifier in Windows 7 to magnify
@@ -14,7 +14,7 @@
1414
ZoomIt Panel, Custom Hotkeys, support for Windows 7 Standard User
1515
accounts w/o UAC, or partially with UAC, Vista and XP.
1616

17-
# See bottom for what's updated in latest version 3.2a.
17+
# See bottom for what's updated in latest version 3.3.
1818

1919

2020
[ AeroZoom Panel ]
@@ -85,33 +85,24 @@
8585

8686
[ More Features from v3 ]
8787

88-
# Custom Hotkeys -- 30+ mouse-utilizing hotkeys and functions
88+
. Custom Hotkeys -- 30+ mouse-utilizing hotkeys and functions
89+
. Support for Win 7 limited accounts, partially with UAC, Vista & XP
90+
. Configuration import and export (auto-backup on exit)
91+
. Access Windows and misc tools from AeroZoom Panel
92+
. Workaround of Windows Media Center, WizMouse. See [Compatibility]
93+
. Now compatible with AeroShake (Won't shake away stuff anymore)
8994

90-
# Support for Win 7 limited accounts, partially with UAC, Vista & XP
9195

92-
# Configuration import and export (auto-backup on exit)
93-
94-
# Access Windows and misc tools from AeroZoom Panel
95-
96-
# Workaround of Windows Media Center, WizMouse. See [Compatibility]
97-
98-
# Now compatible with AeroShake (Won't shake away stuff anymore)
99-
100-
101-
[ Features from v2 ]
96+
[ Old Features from v2 ]
10297

10398
# Keyboard and mouse buttons as modifiers, just as Mac/Linux
104-
10599
- Ctrl, Alt, Win, Shift, Middle, Back, Forward (and Left, Right)
106-
107100
- Lefthanders don't need to run a separate program anymore.
108101

109-
# Misclick-Preventing Pad avoids sending clicks to apps behind.
110-
102+
# Misclick-Preventing Pad avoids sending clicks to apps behind.
111103
- Powerpointing while live-zooming with AeroZoom is now possible.
112104

113105
# 'Middle button modifier' mode achieves one-button zoom
114-
115106
- Press and hold the Middle button down while scrolling the same
116107
button to zoom.
117108

@@ -122,23 +113,17 @@
122113
# Preview Full Screen quickly jumps anywhere else while zoomed in:
123114

124115
# Holding middle mouse button as an action trigger
125-
126116
- While zoomed in, activates a full screen preview
127-
128117
- While unzoomed, starts a new snip
129118

130119
# Tool menu contains many useful accessories, e.g.
131-
132120
- Run on Startup: Run AeroZoom without screen-dimming UAC prompt
133-
134121
- Always-on-Top: Applies to AZ Panel and tools started from it
135-
136122
- Advanced Options: Customizations for tweakers
137123

138124
# Access settings of Magnifier/Snipping Tool/ZoomIt all from Panel
139125

140126
# Lots of keyboard and mouse shortcuts. See [Quick Instructions].
141-
142127
- For example, a hotkey to invert screen color like Mac/Linux.
143128

144129
# Portable and installable [silently]. See [Special Installation].
@@ -237,6 +222,7 @@
237222
that AeroZoom applies its wheel-Zoom support on Sysinternals
238223
ZoomIt.
239224

225+
3. Windows 8 beta support has been added unofficially since v3.3.
240226

241227
[ Compatibility ]
242228

@@ -304,46 +290,53 @@
304290
You may have to set 'Operation delay' in 'Tool > Preferences
305291
> Advanced Options' to a higher value for your system.
306292

293+
294+
[ Version 3 Release History ]
295+
296+
# 2012/05/26 - 3.3
297+
298+
- Fixed the problem of holding middle button action being
299+
triggered very easily.
300+
- Improved look of elements under basic theme.
301+
- Added a restart option to Tray and Az menu.
302+
- Double-click panel to switch between ZoomIt/Magnifier
303+
panels; middle-double-click to restart.
304+
- Improved tips and tricks.
305+
- More use of OSD. Various bug fixes.
306+
- First unofficial support for Windows 8 Consumer Preview.
307+
308+
# 2012/05/09 - 3.2a
307309

308-
[ Version History - 3.2a - 2012/05 ]
309-
310-
# Fixed menu separator bug and various improvements.
311-
312-
313-
[ Version History - 3.2 - 2012/05 ]
314-
315-
# Many subtle UI improvements, e.g. Menu separator,
316-
317-
# Right-clicking the Panel switches between Modern/Classic modes,
318-
319-
# Single-clicking the tray icon or the 'off' button on AZ Panel turns
320-
off/on AeroZoom temporarily in an easy way.
321-
322-
# Non-admins can now have their configs auto backed up.
323-
324-
# Fixed a bug of Custom Hotkeys that exclusively takes over hotkeys.
325-
(Now compatible with the Firefox add-on Image Zoom.)
326-
327-
# More use of the OSD. Custom Hotkeys can be dis/enabled in sets.
310+
- Fixed menu separator bug and various improvements.
328311

329-
# Latest AutoHotkey_L version.
312+
# 2012/05/05 - 3.2
330313

314+
- Many subtle UI improvements, e.g. Menu separator.
315+
- Right-clicking the Panel switches between Modern/Classic.
316+
- Single-clicking the tray icon or the 'off' button on AZ Panel
317+
turns off/on AeroZoom temporarily in an easy way.
318+
- Non-admins can now have their configs auto backed up.
319+
- Fixed a Custom Hotkeys bug that exclusively takes over hotkeys.
320+
(Now compatible with the Firefox add-on Image Zoom.)
321+
- More use of the OSD. Custom Hotkeys can be dis/enabled in sets.
322+
- Latest AutoHotkey_L version (1.1.7.3).
331323

332-
[ Version History - 3.1 - 2012/01 ]
324+
# 2012/01/10 - 3.1
333325

334-
# Snipping with middle button no longer leaves a mark in captures
335-
336-
# Negative offset values can be set in Advanced Option
337-
338-
# 'Run on Startup' in zh-CN systems (in fact, a schtasks bug)
326+
- Snipping with middle button no longer leaves a mark in captures
327+
- Negative offset values can be set in Advanced Option
328+
- 'Run on Startup' in zh-CN systems (in fact, a schtasks bug)
339329

330+
# For older versions, visit the URL at the bottom.
340331

332+
341333
[ Credits / Attributions ]
342334

343335
# AutoHotkey and AutoIt
344336

345337
# Windows Magnifier, Snipping Tool, Sysinternals ZoomIt, NirCmd
346-
(AeroZoom is proudly based on these excellent solutions)
338+
- AeroZoom is proudly based on these excellent solutions but it's
339+
not affilated with any of them)
347340

348341
# Thanks to all who sent me suggestions and bug reports that made
349342
what AeroZoom is today.

0 commit comments

Comments
 (0)