[[TranslatedPages]] = Edit > Paste Tags = [[Image(source:trunk/images/pastetags.png)]] ''Keyboard shortcut'': '''{{{Ctrl+Shift+V}}}''' '''Paste the [Concepts/Object#Tags tags (properties)] of the contents of the clipboard to the current selection.''' * If the clipboard contains some JOSM objects copied by [Action/Copy Copy] ('''{{{Ctrl+C}}}'''), then the tags of these copied objects will be added to selected objects. * If the buffer contains text, it will be parsed to find key-value pairs. (Since r5738) === Text formats === Supported text formats are: * '''TAB-format''': key1``value1``key2``value2`` * '''A=B-format, copied by properties table''': key1=value key2="long value" tag3="hotel \"Quote\"" * '''JSON-like:''' { "a":"1", "b":"2" } * '''Free format:''' a 1 b=2 c="hello world" See [attachment:ticket:8384:tags.txt tags.txt] for some more complex examples. == See also == * [[Image(source:trunk/images/copy.svg,20)]] [Action/Copy Copy] * [[Image(source:trunk/images/paste.svg,20)]] [Action/Paste Paste] * [[Image(source:trunk/images/duplicate.png,20)]] [Action/Duplicate Duplicate] * [Concepts/Object Objects] ---- Back to [Menu/Edit Menu Edit][[Br]] Back to [wiki:/Help Main Help]