| Author |
Message |
Forum: Scripts Topic: ClipStep - Step through multiple clipboards using Ctrl-X-C-V |
| slmndr |
|
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 |
| slmndr |
|
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: |