Softvoile support forum

It is currently Tue Jun 18, 2013 7:18 am

All times are UTC




Post a reply
Post icon:
None
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Human Verification System
Prevents automated SPAM robots from submitting forms.
Respond correctly to confirm you're human: 16+3 ? :
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the Board Administrator.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Using CTRL_V in macro
Author Message
  Post subject:  Re: Using CTRL_V in macro  Reply with quote
You can't directly use clipboard inside the macros. Because Flashpaste itself use it when process text template.

You can try to use %Clip()% macro but you should copy data in clipboard manually first, try the the following:
1. copy item manually in clipboard
2. run template with this macros
%Control(ALT_F_R_2)% "open file from "recent file" list
%Control(@1000)%
%Control(CTRL_M)% "add new slide
%Control(@500)%
%Clip()% "insert copied item <<< does not work
%Control(@500)%
%Control(CTRL_S)% "save file
%Control(CTRL_F4)% "close file

And, please note, really macros should be without any other text, spaces and new line symbol

%Control(ALT_F_R_2)%%Control(@1000)%%Control(CTRL_M)%%Control(@500)%%Clip()%%Control(@500)%%Control(CTRL_S)%%Control(CTRL_F4)%


If you need comment them you can use %Remark(...)% , ie

%Control(ALT_F_R_2)%%Remark(open file from "recent file)%%Control(@1000)%...
Post Posted: Thu Feb 23, 2012 3:59 pm
  Post subject:  Using CTRL_V in macro  Reply with quote
Hello,

I'm having problems getting a macro to work. The goal is to copy a selected item (for example a graphic in a PowerPoint presentation) into a different file (for example to a new slide in another PowerPoint presentation). Here's the macro with comments:

%Control(CTRL_C)% "copy item
%Control(ALT_F_R_2)% "open file from "recent file" list
%Control(@1000)%
%Control(CTRL_M)% "add new slide
%Control(@500)%
%Control(CTRL_V)% "insert copied item <<< does not work
%Control(@500)%
%Control(CTRL_S)% "save file
%Control(CTRL_F4)% "close file

The CTRL_V does not work i.e. nothing gets copied. Is there some particular setting to be able to use the clipboard inside a macro?

Thanks,
Luxxor
Post Posted: Wed Feb 22, 2012 7:28 pm

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests

Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group