Quick Button Duplicate / Make (Add word to clipboard)

Quick Button Duplicate / Make (Add word to clipboard)

If you want to keep a clipboard set menu, this button will make it easier to add new words as new clipboard set buttons.

BUTTON:

<?xml version="1.0"?> <button backcol="none" display="both" separate="yes" textcol="none"> <label>NEW</label> <tip>Make a new &apos;clipboard set&apos; button. [copy word to be used, click this button, enter customize mode, paste]</tip> <icon1>#opus8:extra_11</icon1> <function type="normal"> <instruction>CLIPBOARD SET &lt;?xml version=&quot;1.0&quot;?&gt;&lt;button backcol=&quot;none&quot; display=&quot;both&quot; textcol=&quot;none&quot;&gt;&lt;label&gt;Clip+ {clip}&lt;/label&gt;&lt;tip&gt;Add to clipboard&lt;/tip&gt;&lt;icon1&gt;#clipcopy&lt;/icon1&gt;&lt;function type=&quot;normal&quot;&gt;&lt;instruction&gt;Clipboard SET {clip}&lt;/instruction&gt;&lt;/function&gt;&lt;/button&gt;</instruction> </function> </button>

BUTTON INSIDE A MENU:

<?xml version="1.0"?> <button backcol="none" display="both" label_pos="right" textcol="none" type="menu"> <label>Clip+</label> <icon1>#clipcopy</icon1> <button backcol="none" display="both" separate="yes" textcol="none"> <label>NEW</label> <tip>Make a new &apos;clipboard set&apos; button. [copy word to be used, click this button, enter customize mode, paste]</tip> <icon1>#opus8:extra_11</icon1> <function type="normal"> <instruction>CLIPBOARD SET &lt;?xml version=&quot;1.0&quot;?&gt;&lt;button backcol=&quot;none&quot; display=&quot;both&quot; textcol=&quot;none&quot;&gt;&lt;label&gt;Clip+ {clip}&lt;/label&gt;&lt;tip&gt;Add to clipboard&lt;/tip&gt;&lt;icon1&gt;#clipcopy&lt;/icon1&gt;&lt;function type=&quot;normal&quot;&gt;&lt;instruction&gt;Clipboard SET {clip}&lt;/instruction&gt;&lt;/function&gt;&lt;/button&gt;</instruction> </function> </button> <button backcol="none" display="both" textcol="none"> <label>Clip+ exampleword1</label> <tip>Add to clipboard</tip> <icon1>#clipcopy</icon1> <function type="normal"> <instruction>Clipboard SET exampleword1</instruction> </function> </button> <button backcol="none" display="both" separate="yes" textcol="none"> <label>Clip+ exampleword2</label> <tip>Add to clipboard</tip> <icon1>#clipcopy</icon1> <function type="normal"> <instruction>Clipboard SET exampleword2</instruction> </function> </button> </button>

To use it:

  1. copy to the clipboard the word you want to add to a clipboard set button.
  2. click this "NEW" button
  3. enter 'customize' mode
  4. right click and select paste where you want to add the new button

A new button will be added, titled using your word from step 1. Clicking this button will add your word to the clipboard.

Basically it saves you copying a previous button, and then editing the button with the word to be clipboard set. You just have to paste and new button is created and finished.

Same idea can be used for any buttons that you might be duplicating often but only editing one or two sections with the same new word/phrase.

If you want to make it using a button you have as the template:

  1. Enter customize mode, and copy the button you want to use as the template.
  2. Open notepad and paste the clipboard contents.
  3. Then use {clip} in the areas that you want to be replaced with the clipboard contents when clicked.
  4. Edit so that it reads as one line of text.
  5. Add to the beginning: CLIPBOARD SET
  6. Copy all. Enter customize mode, create a new button and paste in the "command" field.

step2 example

<?xml version="1.0"?> <button backcol="none" display="both" textcol="none"> <label>Clip+ exampleword1</label> <tip>Add to clipboard</tip> <icon1>#clipcopy</icon1> <function type="normal"> <instruction>Clipboard SET exampleword1</instruction> </function> </button>

step 3 example

<?xml version="1.0"?> <button backcol="none" display="both" textcol="none"> <label>Clip+ {clip}</label> <tip>Add to clipboard</tip> <icon1>#clipcopy</icon1> <function type="normal"> <instruction>Clipboard SET {clip}</instruction> </function> </button>

step 4 + 5 example

CLIPBOARD SET <?xml version="1.0"?><button backcol="none" display="both" textcol="none"><label>Clip+   {clip}</label><tip>Add to clipboard</tip><icon1>#clipcopy</icon1><function type="normal"><instruction>Clipboard SET {clip}</instruction></function></button>