ignore relations by default in the extract operation (#9816)

using Shift+E allows the node **and its relations** to be extracted (the old behaviour)
This commit is contained in:
Kyℓe Hensel
2025-01-30 21:25:01 +11:00
committed by GitHub
parent ffc369df3d
commit 5735b2509d
7 changed files with 32 additions and 9 deletions

View File

@@ -2413,6 +2413,7 @@ en:
merge: "Combine (merge) selected features"
disconnect: "Disconnect selected features"
extract: "Extract a point from a feature"
extract_without_relations: "Extract a point from a feature, without extracting its relations"
split: "Split features at the selected points"
reverse: "Reverse selected features"
move: "Move selected features"

View File

@@ -271,6 +271,11 @@
"shortcuts": ["operations.extract.key"],
"text": "shortcuts.editing.operations.extract"
},
{
"modifiers": ["⇧"],
"shortcuts": ["operations.extract.key"],
"text": "shortcuts.editing.operations.extract_without_relations"
},
{
"shortcuts": ["operations.split.key"],
"text": "shortcuts.editing.operations.split"