Changes between Version 21 and Version 22 of Help/Action/PasteTags
- Timestamp:
- 2020-11-25T00:04:06+01:00 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/PasteTags
v21 v22 2 2 = Edit > Paste Tags = 3 3 4 [[JOSMImage(pastetags )]] ''Keyboard shortcut'': '''{{{Ctrl+Shift+V}}}'''4 [[JOSMImage(pastetags,48,link=,middle,margin-right=20)]] ''Keyboard shortcut'': **`Ctrl+Shift+V`** 5 5 6 '''Paste the [Concepts/Object#Tags tags (properties)] of the contents of the clipboard to the current selection.''' 6 **Paste the [wikitr:/Help/Concepts/Object#Tags tags (properties)] of the contents of the clipboard to the current selection.** 7 7 8 * 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.8 * If the clipboard contains some JOSM objects copied by [wikitr:/Help/Action/Copy Copy] (**`Ctrl+C`**), then the tags of these copied objects will be added to selected objects. 9 9 * If the buffer contains text, it will be parsed to find key-value pairs. (Since r5738) 10 10 11 11 === Text formats === 12 12 Supported text formats are: 13 * '''TAB-format''': key1`<tab>`value1`<line break>`key2`<tab>`value2`<line break>`14 * '''A=B-format, copied by properties table''': key1=value key2="long value" tag3="hotel \"Quote\""15 * '''JSON-like:'''{ "a":"1", "b":"2" }16 * '''Free format:'''a 1 b=2 c="hello world"13 TAB-format:: key1`<tab>`value1`<line break>`key2`<tab>`value2`<line break>` 14 A=B-format, copied by properties table:: key1=value key2="long value" tag3="hotel \"Quote\"" 15 JSON-like:: { "a":"1", "b":"2" } 16 Free format:: a 1 b=2 c="hello world" 17 17 18 18 See [attachment:ticket:8384:tags.txt tags.txt] for some more complex examples. 19 19 20 20 == See also == 21 * [[JOSMImage(copy, 20)]] [Action/Copy Copy]22 * [[JOSMImage(paste, 20)]] [Action/Paste Paste]23 * [[JOSMImage(duplicate ,20)]] [Action/Duplicate Duplicate]24 * [ Concepts/Object Objects]21 * [[JOSMImage(copy,link=,24,middle)]] [wikitr:/Help/Action/Copy Copy] 22 * [[JOSMImage(paste,link=,24,middle)]] [wikitr:/Help/Action/Paste Paste] 23 * [[JOSMImage(duplicate)]] [wikitr:/Help/Action/Duplicate Duplicate] 24 * [wikitr:/Help/Concepts/Object Objects] 25 25 26 26 ---- 27 Back to [Menu/Edit Menu Edit][[Br]] 28 Back to [wiki:/Help Main Help] 27 Back to [wikitr:/Help/Menu/Edit Menu Edit] \\ 28 Back to [wikitr:/Help/Menu Main Menu] \\ 29 Back to [wikitr:/Help Main Help]