AutoHotkey Community

It is currently May 23rd, 2012, 11:35 pm

All times are UTC [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Scripts   Topic: HiRes Screen Splitter - Split your sreen like dual monitors

Posted: October 29th, 2010, 6:36 pm 

Replies: 23
Views: 27595


"HelloWorld" wrote:
I hate ...:evil:

get a proper laptop then!

 Forum: Scripts   Topic: winPlusLeft the simplest window manipulation

Posted: August 23rd, 2009, 12:27 am 

Replies: 0
Views: 852


hi all! this is my take on window manipulation stuff, usage: win+arrows ;winPlusLeft by Mark Ifi #LEFT:: SysGet, Mon1, MonitorWorkarea winSnapHeight = %Mon1Bottom% winSnapHeight+=6 ;12 mplayer WinMove, A, , -5, -3, , winSnapHeight ;-15,-8 mplayer return #RIGHT:: SysGet, Mon1, MonitorWorkarea winSnap...

 Forum: Scripts   Topic: google reader boost

 Post subject: google reader boost
Posted: July 23rd, 2009, 10:32 pm 

Replies: 0
Views: 1197


hi! i've attached a simple script, whitch speeds up reading with google reader. nothing really dramatic, it just works fine. keep pushing f11-f12 to use it, while scrollock is on. ;google reader boost by Mark Ifi ver = 100919_203018 random, countTo, 5,5 /* 091106 update: use chrome, set scrolllock o...

 Forum: Support   Topic: hotkey for #string

 Post subject: hotkey for #string
Posted: May 15th, 2009, 1:44 pm 

Replies: 1
Views: 315


hi! is there anything for something like:

Code:
;;pseudocode:
{lwin, down}string while holding windows key{lwin, up} :: run, something

i can't get it working.
thank you
btw, is there a simple questions topic?

 Forum: Scripts   Topic: HiRes Screen Splitter - Split your sreen like dual monitors

 Post subject: funny
Posted: March 7th, 2008, 8:24 pm 

Replies: 23
Views: 27595


this is exactly what i'm using, except i don't ever change the width just height and position, and i pass some pixels off screen, so the borders go out. something like: #Persistent #SingleInstance SetTimer, IdleTimerCheck, 10000 IdleTimerCheck: SysGet, Mon1, MonitorWorkarea winSnapHeightPerTwo = %Mo...
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group