AutoHotkey Community

It is currently May 24th, 2012, 8:25 am

All times are UTC [ DST ]


Search found 2 matches
Search these results:

Author Message

 Forum: Scripts   Topic: ClipStep - Step through multiple clipboards using Ctrl-X-C-V

Posted: March 14th, 2007, 4:02 am 

Replies: 30
Views: 21612


Where did you put those lines? In the wrong place. :wink: It's always the last place you look isn't it? Moved them to here (red): $^v:: If numofclips<1 { tooltip=No clip exists Gosub,TOOLTIP delete=no paste=yes Return } If paste<>no Gosub,FINDNEXT Gosub,SHOWCLIP delete=no paste=paste Retu...

 Forum: Scripts   Topic: ClipStep - Step through multiple clipboards using Ctrl-X-C-V

Posted: March 13th, 2007, 11:17 pm 

Replies: 30
Views: 21612


I am trying to add a suspend and a close command to this script, so I can have it running with others that won't work with it. I tried adding these lines !`::Suspend ^!=::ExitApp When I run the script with the above lines, I get "No Clip Exists" when I press Ctrl-C to create a new clip and...
Sort by:  
Page 1 of 1 [ Search found 2 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group