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 910b648 commit 82bca80
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 108 deletions.
4 changes: 2 additions & 2 deletions AeroZoom.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ if (chkModRaw=0x1) {
} else if (chkModRaw=0x2) {
Run,"%A_WorkingDir%\Data\AeroZoom_Alt.exe",,
} else if (chkModRaw=0x3) {
Run,"%A_WorkingDir%\Data\AeroZoom_Shift.exe",,
} else if (chkModRaw=0x4) {
Run,"%A_WorkingDir%\Data\AeroZoom_Shift.exe",,
} else if (chkModRaw=0x4) {
Run,"%A_WorkingDir%\Data\AeroZoom_Win.exe",,
} else if (chkModRaw=0x5) {
Run,"%A_WorkingDir%\Data\AeroZoom_MouseL.exe",,
Expand Down
6 changes: 3 additions & 3 deletions AeroZoom.ahk.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Execution_Level=3
[VERSION]
Set_Version_Info=1
Company_Name=a wandersick
File_Description=The smooth wheel-zoom, easy-snip and accessible mouse-enhancing panel
File_Version=3.2.0.1
File_Description=The smooth wheel-zooming and snipping mouse-enhancing panel
File_Version=3.3.0.0
Inc_File_Version=0
Internal_Name=AeroZoom
Legal_Copyright=Copyright (c) 2009-2012 a wandersick (http://wandersick.blogspot.com)
Original_Filename=AeroZoom.exe
Product_Name=AeroZoom
Product_Version=3.2.0.1
Product_Version=3.3.0.0
[ICONS]
Icon_1=%In_Dir%\Data\AeroZoom.ico
101 changes: 47 additions & 54 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


[ AeroZoom 3.2a with AeroSnip ]
[ AeroZoom 3.3 with AeroSnip ]

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


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

# See bottom for what's updated in latest version 3.2a.
# See bottom for what's updated in latest version 3.3.


[ AeroZoom Panel ]
Expand Down Expand Up @@ -85,33 +85,24 @@

[ More Features from v3 ]

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

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

# Configuration import and export (auto-backup on exit)

# Access Windows and misc tools from AeroZoom Panel

# Workaround of Windows Media Center, WizMouse. See [Compatibility]

# Now compatible with AeroShake (Won't shake away stuff anymore)


[ Features from v2 ]
[ Old Features from v2 ]

# Keyboard and mouse buttons as modifiers, just as Mac/Linux

- Ctrl, Alt, Win, Shift, Middle, Back, Forward (and Left, Right)

- Lefthanders don't need to run a separate program anymore.

# Misclick-Preventing Pad avoids sending clicks to apps behind.

# Misclick-Preventing Pad avoids sending clicks to apps behind.
- Powerpointing while live-zooming with AeroZoom is now possible.

# 'Middle button modifier' mode achieves one-button zoom

- Press and hold the Middle button down while scrolling the same
button to zoom.

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

# Holding middle mouse button as an action trigger

- While zoomed in, activates a full screen preview

- While unzoomed, starts a new snip

# Tool menu contains many useful accessories, e.g.

- Run on Startup: Run AeroZoom without screen-dimming UAC prompt

- Always-on-Top: Applies to AZ Panel and tools started from it

- Advanced Options: Customizations for tweakers

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

# Lots of keyboard and mouse shortcuts. See [Quick Instructions].

- For example, a hotkey to invert screen color like Mac/Linux.

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

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

[ Compatibility ]

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


[ Version 3 Release History ]

# 2012/05/26 - 3.3

- Fixed the problem of holding middle button action being
triggered very easily.
- Improved look of elements under basic theme.
- Added a restart option to Tray and Az menu.
- Double-click panel to switch between ZoomIt/Magnifier
panels; middle-double-click to restart.
- Improved tips and tricks.
- More use of OSD. Various bug fixes.
- First unofficial support for Windows 8 Consumer Preview.

# 2012/05/09 - 3.2a

[ Version History - 3.2a - 2012/05 ]

# Fixed menu separator bug and various improvements.


[ Version History - 3.2 - 2012/05 ]

# Many subtle UI improvements, e.g. Menu separator,

# Right-clicking the Panel switches between Modern/Classic modes,

# Single-clicking the tray icon or the 'off' button on AZ Panel turns
off/on AeroZoom temporarily in an easy way.

# Non-admins can now have their configs auto backed up.

# Fixed a bug of Custom Hotkeys that exclusively takes over hotkeys.
(Now compatible with the Firefox add-on Image Zoom.)

# More use of the OSD. Custom Hotkeys can be dis/enabled in sets.
- Fixed menu separator bug and various improvements.

# Latest AutoHotkey_L version.
# 2012/05/05 - 3.2

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

[ Version History - 3.1 - 2012/01 ]
# 2012/01/10 - 3.1

# Snipping with middle button no longer leaves a mark in captures

# Negative offset values can be set in Advanced Option

# 'Run on Startup' in zh-CN systems (in fact, a schtasks bug)
- Snipping with middle button no longer leaves a mark in captures
- Negative offset values can be set in Advanced Option
- 'Run on Startup' in zh-CN systems (in fact, a schtasks bug)

# For older versions, visit the URL at the bottom.


[ Credits / Attributions ]

# AutoHotkey and AutoIt

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

# Thanks to all who sent me suggestions and bug reports that made
what AeroZoom is today.
Expand Down
Loading

0 comments on commit 82bca80

Please sign in to comment.