AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Zoom (Increase/Decrease text size)

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
sigr



Joined: 24 Jun 2008
Posts: 1

PostPosted: Tue Jun 24, 2008 6:05 pm    Post subject: Zoom (Increase/Decrease text size) Reply with quote

Is there a function to Zoom In, Zoom out?
I would like to do something like:

^WheelDown::ZoomIn
^WheelUp::ZoomOut

Then I could make Word, WordPerfect, Excel, Project, etc. work the same way as Firefox, Help, GroupWise, etc.

Thanks in advance,
SigR
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 666
Location: MN, USA

PostPosted: Sat Jul 12, 2008 8:17 pm    Post subject: Reply with quote

ScreenMagnifier
...probably the best you'll find in AHK. I'm sure there are many 3rd party apps that do the same.
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Sun Jul 13, 2008 4:12 am    Post subject: Re: Zoom (Increase/Decrease text size) Reply with quote

sigr wrote:
Then I could make Word, WordPerfect, Excel, Project, etc. work the same way as Firefox, Help, GroupWise, etc.


It already works for me IE, FF, WORD, Excel and AutoHotkey Help..

Rolling Eyes
_________________
Back to top
View user's profile Send private message
fsnow55



Joined: 08 Jun 2006
Posts: 19

PostPosted: Fri Aug 15, 2008 3:36 pm    Post subject: Reply with quote

I don't think this meets the original request, or at least my interpretation of it (or my own need).... what's needed is a zoom feature that appears to work natively with the application being zoomed. e.g. in FF, you can zoom the screen and
everything gets zoomed, even the editable fields. The user can then type with the zoomed fonts. The magnifier cited, and others e.g. Oneloupe only zooms for VIEWING but what's needed is real screen zooming on any application e.g. word/vim/cmd etc and user can type/edit on the increased zoomed application's screen.

Potential Uses:
1. demos e.g. user can zoom editable parts and type on them, without really changing the font sizes.

2. edit documents that are formatted with small fonts but still not change the original font settings e.g. for sight-impaired folks etc.


I saw this zoom feature in an Eclipse/Java tutorial:
http://eclipsetutorial.sourceforge.net/
see total beginner or Persistence sections. The tutor would sometimes zoom and type certain section of the code to highlight teaching points, which is very cool. I don't know if this zoom feature is part of the Eclipse IDE but I couldn't find it in any of the setups.

BTW, the other cool thing in the demo is a highlighted halo around the cursor, making it very easy to follow what the tutor is doing.

Thanks,
fsnow55
Back to top
View user's profile Send private message
fsnow55



Joined: 08 Jun 2006
Posts: 19

PostPosted: Wed Aug 20, 2008 7:54 pm    Post subject: Reply with quote

Just to answer my own question... the instructor replied that the zoom and cool cursor features are part of the presentation tool he used, Camtasia Studio.

I think the zooming should be built in to the OS though, or someone could write an AHK script to replicate it. I don't even know where to begin. I've a workaround though (physical magnifying glass Smile )

fsnow55 wrote:
I don't think this meets the original request, or at least my interpretation of it (or my own need).... what's needed is a zoom feature that appears to work natively with the application being zoomed. e.g. in FF, you can zoom the screen and
everything gets zoomed, even the editable fields. The user can then type with the zoomed fonts. The magnifier cited, and others e.g. Oneloupe only zooms for VIEWING but what's needed is real screen zooming on any application e.g. word/vim/cmd etc and user can type/edit on the increased zoomed application's screen.

Potential Uses:
1. demos e.g. user can zoom editable parts and type on them, without really changing the font sizes.

2. edit documents that are formatted with small fonts but still not change the original font settings e.g. for sight-impaired folks etc.


I saw this zoom feature in an Eclipse/Java tutorial:
http://eclipsetutorial.sourceforge.net/
see total beginner or Persistence sections. The tutor would sometimes zoom and type certain section of the code to highlight teaching points, which is very cool. I don't know if this zoom feature is part of the Eclipse IDE but I couldn't find it in any of the setups.

BTW, the other cool thing in the demo is a highlighted halo around the cursor, making it very easy to follow what the tutor is doing.

Thanks,
fsnow55
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group